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

/freebsd-9.3-release/contrib/ntp/sntp/
H A Dutilities.c63 int texp = (int) pow(2, b); local
65 if(tmp - texp > 0) {
67 tmp -= texp;
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c642 time_t pivot, texp, diff;
650 texp = vint64_to_time(&hold);
652 /* constraint 1: texp must be in the
657 diff = texp - (pivot + JAN_1970);
661 (long long)texp,
700 time_t pivot, texp, diff;
709 texp = vint64_to_time(&hold);
711 /* constraint 1: texp must be in the
714 diff = texp - pivot;
718 (long long)texp,
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp3573 int texp = -exp;
3584 unsigned precision = semantics->precision + (137 * texp + 136) / 59;
3591 if (texp & 1) significand *= five_to_the_i;
3593 texp >>= 1;
3594 if (!texp) break;

Completed in 55 milliseconds