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

/freebsd-11-stable/contrib/ntp/sntp/
H A Dutilities.c63 int texp = (int) pow(2, b); local
65 if(tmp - texp > 0) {
67 tmp -= texp;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3541 int texp = -exp;
3552 unsigned precision = semantics->precision + (137 * texp + 136) / 59;
3559 if (texp & 1) significand *= five_to_the_i;
3561 texp >>= 1;
3562 if (!texp) break;

Completed in 66 milliseconds