Home
last modified time | relevance | path

Searched refs:THRESH (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_csqrt.c36 #define THRESH 0x1.a827999fcef32p+1022 macro
74 if (fabs(a) >= THRESH || fabs(b) >= THRESH) { in csqrt()
H A Ds_csqrtl.c51 #define THRESH 0x1p16382L macro
89 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
H A De_asinl.c59 if(u.bits.manh>=THRESH) { /* if |x| is close to 1 */ in asinl()
/freebsd/lib/msun/ld80/
H A Dinvtrig.h43 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT) macro
/freebsd/lib/msun/ld128/
H A Dinvtrig.h43 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT) macro