Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h36 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 DNormalFloat.h40 int32_t exponent; member
H A DBasicOperations.h276 int exponent = sx.get_biased_exponent(); in canonicalize() local
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfloat_to_string.h184 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 Dstr_to_float.h48 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 Dfloatunsitf.c28 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsitf() local
H A Dfloatunditf.c28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf() local
H A Dfloatditf.c36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf() local
H A Dfloatunsidf.c29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf() local
H A Dfloatunsisf.c29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsisf() local
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c618 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 Dieee754io.c177 long exponent; fetch_ieee754() local
420 long exponent; put_ieee754() local
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h24 LIBC_INLINE void normalize(int &exponent, in normalize()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtwt.c29 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 Dtgamma128.c189 int exponent; in tgamma128() local
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_ln.h92 CpaFlatBuffer exponent; member
/freebsd/lib/libc/stdio/
H A Dxprintf_float.c84 exponent(char *p0, int expo, int fmtch) in exponent() function
H A Dprintfcommon.h283 exponent(CHAR *p0, int exp, CHAR fmtch) in exponent() function
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c1106 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 Dres_debug.c756 int mantissa, exponent; in precsize_ntoa() local
773 int exponent; in precsize_aton() local
/freebsd/sys/dev/dwwdt/
H A Ddwwdt.c204 const int exponent = flsl(sc->sc_clk_freq); in dwwdt_event() local
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/
H A DZFS-pool-latency-heatmaps-influxdb.json89 "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 DCocoa.cpp739 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 Dlinux_x86_sigframe.h88 u_int16_t exponent; member
93 u_int16_t exponent; member
/freebsd/contrib/unbound/sldns/
H A Dkeyraw.c424 BIGNUM* exponent = NULL; in sldns_key_buf2rsa_raw() local

12