Searched refs:texp (Results 1 – 2 of 2) sorted by relevance
63 int texp = (int) pow(2, b); in l_fp_output_bin() local65 if(tmp - texp > 0) { in l_fp_output_bin()67 tmp -= texp; in l_fp_output_bin()
4177 int texp = -exp; in toStringImpl() local4188 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()