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

/openbsd-current/regress/lib/libc/cephes/
H A Deexp.c31 unsigned short sign, expchk; local
46 expchk = x2[NE-1];
47 sign = expchk & 0x8000;
51 expchk &= 0x7fff;
52 if( expchk > (EXONE + 15) )

Completed in 153 milliseconds