Home
last modified time | relevance | path

Searched defs:Thres (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dhypotf.c13 #define Thres 0x73000000 /* 0x70000000 - TinyBound. */ macro
H A Dacosh.c15 #define Thres (0x1ff0000000000000) /* asuint64 (0x1p511) - One. */ macro
H A Dexpf.c15 #define Thres 0x1.5d5e2ap+6f macro
H A Dacoshf.c12 #define Thres 0x20000000 /* asuint(0x1p64) - One. */ macro
H A Dlog10f.c36 #define Thres 0x7f000000 /* asuint32(inf) - 0x00800000. */ macro
H A Dexp2f.c12 #define Thres 0x1.5d5e2ap+6f macro
H A Dexp10f.c16 #define Thres 37.9 macro
H A Dlog10.c14 #define Thres 0x7fe0000000000000 /* Max - Min. */ macro
H A Dasinh.c14 #define Thres (0x5fe0000000000000) /* asuint64 (0x1p511). */ macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexp2.c42 # define Thres 0x2080000000000000 /* asuint64(512.0) - TinyBound. */ macro
H A Dexp10.c50 # define Thres v_u64 (0x2070000000000000) /* BigBound - TinyBound. */ macro
H A Derfcf.c41 #define Thres 0xbe000000 /* asuint(infinity) << 1 - TinyBound. */ macro
H A Dexp10f.c54 # define Thres v_u32 (0x22180000) /* BigBound - TinyBound. */ macro