Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dutilities.c63 int texp = (int) pow(2, b); in l_fp_output_bin() local
65 if(tmp - texp > 0) { in l_fp_output_bin()
67 tmp -= texp; in l_fp_output_bin()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4177 int texp = -exp; in toStringImpl() local
4188 unsigned precision = semanticsPrecision + (137 * texp + 136) / 59; in toStringImpl()
4195 if (texp & 1) in toStringImpl()
4198 texp >>= 1; in toStringImpl()
4199 if (!texp) in toStringImpl()