Searched refs:THRESH (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/lib/libm/complex/
H A Dcsqrtl.c50 #define THRESH (LDBL_MAX / 2.414213562373095048801688724209698L) macro
92 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) {
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Derfc_scaled_inc.c86 #define THRESH ((TYPE) 0.46875L) macro
112 if (y <= THRESH)
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Derfc_scaled_inc.c86 #define THRESH ((TYPE) 0.46875L) macro
112 if (y <= THRESH)
/netbsd-current/lib/libm/ld80/
H A Dinvtrig.h45 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT) macro
/netbsd-current/lib/libm/src/
H A De_asinl.c81 if(u.extu_frach>=THRESH) { /* if |x| is close to 1 */
/netbsd-current/lib/libm/ld128/
H A Dinvtrig.h42 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT) macro
/netbsd-current/lib/libcurses/
H A Drefresh.c1540 #define THRESH (int) __virtscr->maxy / 4 macro
1622 for (bsize = bot - top; bsize >= THRESH; bsize--) {
1647 __CTRACE(__CTRACE_REFRESH, "quickch:bsize=%d, THRESH=%d, starts=%d, "
1649 bsize, THRESH, starts, startw, curw, curs, top, bot);
1652 if (bsize < THRESH)

Completed in 133 milliseconds