Home
last modified time | relevance | path

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

12

/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 Dfloatunsidf.c29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf() local
H A Dfloatditf.c36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf() local
H A Dfloatsitf.c36 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsitf() local
H A Dfloatunsisf.c29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsisf() local
H A Dfloatsidf.c37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsidf() local
H A Dfloatsisf.c37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsisf() 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.c175 long exponent; in fetch_ieee754() local
433 long exponent; in put_ieee754() local
/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.h125 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.h286 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; in getexponent() local
1482 mypow10(int exponent) in mypow10()
/freebsd/crypto/openssh/
H A Dssh-ecdsa.c204 BIGNUM *exponent = NULL; in ssh_ecdsa_deserialize_private() local
/freebsd/sys/dev/dwwdt/
H A Ddwwdt.c204 const int exponent = flsl(sc->sc_clk_freq); in dwwdt_event() local
/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/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.cpp740 int8_t exponent = process_sp->ReadUnsignedIntegerFromMemory( in NSDecimalNumberSummaryProvider() local
866 uint64_t exponent : 11; // signed member
872 uint64_t exponent : 7; // signed member
/freebsd/usr.bin/dc/
H A Dinout.c224 BIGNUM *base_n, *exponent; in readnumber() local
/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.c422 BIGNUM* exponent = NULL; in sldns_key_buf2rsa_raw() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_palisade.c1553 int8_t exponent; in getsingle() local

12