| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | NearestIntegerOperations.h | 36 int exponent = bits.get_exponent(); in trunc() local 64 int exponent = bits.get_exponent(); in ceil() local 116 int exponent = bits.get_exponent(); in round() local 167 int exponent = bits.get_exponent(); in round_using_specific_rounding_mode() local 367 int exponent = bits.get_exponent(); in rounded_float_to_signed_integer() local
|
| H A D | NormalFloat.h | 40 int32_t exponent; member
|
| H A D | BasicOperations.h | 276 int exponent = sx.get_biased_exponent(); in canonicalize() local
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | float_to_string.h | 184 LIBC_INLINE constexpr UInt<MID_INT_SIZE> get_table_positive(int exponent, in get_table_positive() 222 LIBC_INLINE UInt<MID_INT_SIZE> get_table_positive_df(int exponent, size_t i) { in get_table_positive_df() 280 LIBC_INLINE UInt<MID_INT_SIZE> get_table_negative(int exponent, size_t i) { in get_table_negative() 332 LIBC_INLINE UInt<MID_INT_SIZE> get_table_negative_df(int exponent, size_t i) { in get_table_negative_df() 408 int exponent; variable 621 int exponent = 0; variable
|
| H A D | str_to_float.h | 48 int32_t exponent; member 898 int32_t exponent = 0; in decimal_string_to_float() local 1009 int32_t exponent = 0; in hexadecimal_string_to_float() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | floatunsitf.c | 28 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsitf() local
|
| H A D | floatunditf.c | 28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf() local
|
| H A D | floatditf.c | 36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf() local
|
| H A D | floatunsidf.c | 29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf() local
|
| H A D | floatunsisf.c | 29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsisf() local
|
| /freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | semi.c | 618 int exponent = x[0] & 0x7f800000; in test_isnanf() local 628 int exponent = x[0] & 0x7ff00000; in test_isnan() local 639 int exponent = x[0] & 0x7f800000; in test_isnormalf() local 649 int exponent = x[0] & 0x7ff00000; in test_isnormal() local 672 int exponent = (x[0] & 0x7ff00000) >> 20; in test_fpclassify() local 685 int exponent = (x[0] & 0x7f800000) >> 23; in test_fpclassifyf() local
|
| /freebsd/contrib/ntp/libparse/ |
| H A D | ieee754io.c | 177 long exponent; fetch_ieee754() local 420 long exponent; put_ieee754() local
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/ |
| H A D | sqrt_80_bit_long_double.h | 24 LIBC_INLINE void normalize(int &exponent, in normalize()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | twt.c | 29 int wpas_twt_send_setup(struct wpa_supplicant *wpa_s, u8 dtok, int exponent, in wpas_twt_send_setup()
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | tgamma128.c | 189 int exponent; in tgamma128() local
|
| /freebsd/sys/dev/qat/qat_api/include/lac/ |
| H A D | cpa_cy_ln.h | 92 CpaFlatBuffer exponent; member
|
| /freebsd/lib/libc/stdio/ |
| H A D | xprintf_float.c | 84 exponent(char *p0, int expo, int fmtch) in exponent() function
|
| H A D | printfcommon.h | 283 exponent(CHAR *p0, int exp, CHAR fmtch) in exponent() function
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | snprintf.c | 1106 int exponent = 0; in fmtflt() local 1417 int exponent = 0; getexponent() local 1482 mypow10(int exponent) mypow10() argument [all...] |
| /freebsd/lib/libc/resolv/ |
| H A D | res_debug.c | 756 int mantissa, exponent; in precsize_ntoa() local 773 int exponent; in precsize_aton() local
|
| /freebsd/sys/dev/dwwdt/ |
| H A D | dwwdt.c | 204 const int exponent = flsl(sc->sc_clk_freq); in dwwdt_event() local
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/ |
| H A D | ZFS-pool-latency-heatmaps-influxdb.json | 89 "exponent": 0.5, number 213 "exponent": 0.5, number 351 "exponent": 0.5, number 475 "exponent": 0.5, number 599 "exponent": 0.5, number 723 "exponent": 0.5, number 861 "exponent": 0.5, number 985 "exponent": 0.5, number 1109 "exponent": 0.5, number 1233 "exponent": 0.5, number
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 739 int8_t exponent = process_sp->ReadUnsignedIntegerFromMemory( in NSDecimalNumberSummaryProvider() local 865 uint64_t exponent : 11; // signed member 871 uint64_t exponent : 7; // signed member
|
| /freebsd/sys/x86/linux/ |
| H A D | linux_x86_sigframe.h | 88 u_int16_t exponent; member 93 u_int16_t exponent; member
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | keyraw.c | 424 BIGNUM* exponent = NULL; in sldns_key_buf2rsa_raw() local
|