Searched refs:THRESH (Results 1 – 4 of 4) sorted by relevance
54 #define THRESH 0x1p16382L macro92 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
39 #define THRESH 0x1.a827999fcef32p+1022 macro77 if (fabs(a) >= THRESH || fabs(b) >= THRESH) { in csqrt()
63 if(u.bits.manh>=THRESH) { /* if |x| is close to 1 */ in asinl()
45 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT) macro