Searched defs:exponent (Results 1 - 25 of 30) sorted by relevance

12

/src/sys/arch/m68k/fpsp/
H A Dl_fpsp.h163 FPTEMP_EX equ FPTEMP ;fptemp sign and exponent (2 bytes) variable in typeref:typename:fptemp sign and
170 ETEMP_EX equ ETEMP ;etemp sign and exponent (2 bytes) variable in typeref:typename:etemp sign and
H A Dfpsp.h157 WBTEMP_EX equ WBTEMP ;wbtemp sign and exponent (2 bytes) variable in typeref:typename:wbtemp sign and
226 FPTEMP_EX equ FPTEMP ;fptemp sign and exponent (2 bytes) variable in typeref:typename:fptemp sign and
233 ETEMP_EX equ ETEMP ;etemp sign and exponent (2 bytes) variable in typeref:typename:etemp sign and
/src/lib/libc/gen/
H A Dfloatunditf_ieee754.c49 int exponent, zeros; local in function:__floatunditf
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatunditf.c28 const int exponent = (aWidth - 1) - __builtin_clzll(a); local in function:__floatunditf
H A Dfloatunsidf.c30 const int exponent = (aWidth - 1) - __builtin_clz(a); local in function:__floatunsidf
H A Dfloatunsitf.c28 const int exponent = (aWidth - 1) - __builtin_clz(a); local in function:__floatunsitf
H A Dfloatditf.c37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); local in function:__floatditf
H A Dfloatsidf.c38 const int exponent = (aWidth - 1) - __builtin_clz(a); local in function:__floatsidf
H A Dfloatsisf.c38 const int exponent = (aWidth - 1) - __builtin_clz(a); local in function:__floatsisf
H A Dfloatsitf.c37 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); local in function:__floatsitf
H A Dfloatunsisf.c30 const int exponent = (aWidth - 1) - __builtin_clz(a); local in function:__floatunsisf
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
H A Dqdiv_test.c754 int exponent = ilogb(r.hi); local in function:testAccuracy
H A Dqmul_test.c752 int exponent = ilogb(r.hi); local in function:testAccuracy
H A Dqsub_test.c1833 int exponent = ilogb(r.hi); local in function:testAccuracy
H A Dqadd_test.c1831 int exponent = ilogb(r.hi); local in function:testAccuracy
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
H A Dqadd_test.c1831 int exponent = ilogb(r.hi); local in function:testAccuracy
H A Dqdiv_test.c754 int exponent = ilogb(r.hi); local in function:testAccuracy
H A Dqmul_test.c752 int exponent = ilogb(r.hi); local in function:testAccuracy
H A Dqsub_test.c1833 int exponent = ilogb(r.hi); local in function:testAccuracy
/src/usr.bin/sort/
H A Dfields.c254 int exponent = -1; local in function:number
[all...]
/src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.h105 unsigned short exponent; member in struct:linux_libc_fpreg
/src/sys/compat/linux32/arch/amd64/
H A Dlinux32_signal.h129 unsigned short exponent; member in struct:linux32_libc_fpreg
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h110 static fInt fExponential(fInt exponent) /*Can be used to calculate e^exponent*/ argument
[all...]
/src/lib/libc/resolv/
H A Dres_debug.c777 int mantissa, exponent; local in function:precsize_ntoa
794 int exponent; local in function:precsize_aton
[all...]
/src/sys/dev/ic/
H A Dathn.c1008 athn_get_delta_slope(uint32_t coeff, uint32_t *exponent, uint32_t *mantissa) argument

Completed in 45 milliseconds

12