Searched refs:THRESH (Results 1 – 4 of 4) sorted by relevance
44 #define THRESH (LDBL_MAX / 2.414213562373095048801688724209698L) macro86 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
59 if(u.bits.manh>=THRESH) { /* if |x| is close to 1 */ in asinl()
39 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT) macro