Searched refs:predict_false (Results 1 – 11 of 11) sorted by relevance
132 if (predict_false(ix - 0x00800000 >= 0x7f800000 - 0x00800000 || in powf()135 if (predict_false(zeroinfnan(iy))) { in powf()149 if (predict_false(zeroinfnan(ix))) { in powf()176 if (predict_false((asuint64(ylogx) >> 47 & 0xffff) >= in powf()
34 if (WANT_ROUNDING && predict_false(ix == 0x3f800000)) in log2f()36 if (predict_false(ix - 0x00800000 >= 0x7f800000 - 0x00800000)) { in log2f()
35 if (WANT_ROUNDING && predict_false(ix == 0x3f800000)) in logf()37 if (predict_false(ix - 0x00800000 >= 0x7f800000 - 0x00800000)) { in logf()
39 if (predict_false(ix - LO < HI - LO)) { in log()42 if (WANT_ROUNDING && predict_false(ix == asuint64(1.0))) in log()63 if (predict_false(top - 0x0010 >= 0x7ff0 - 0x0010)) { in log()
39 if (predict_false(ix - LO < HI - LO)) { in log2()42 if (WANT_ROUNDING && predict_false(ix == asuint64(1.0))) in log2()66 if (predict_false(top - 0x0010 >= 0x7ff0 - 0x0010)) { in log2()
174 if (predict_false(abstop - top12(0x1p-54) >= in exp_inline()225 if (predict_false(abstop == 0)) in exp_inline()265 if (predict_false(topx - 0x001 >= 0x7ff - 0x001 || in pow()271 if (predict_false(zeroinfnan(iy))) { in pow()285 if (predict_false(zeroinfnan(ix))) { in pow()
77 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp2()115 if (predict_false(abstop == 0)) in exp2()
79 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp()128 if (predict_false(abstop == 0)) in exp()
41 if (predict_false(abstop >= top12(128.0f))) { in exp2f()
41 if (predict_false(abstop >= top12(88.0f))) { in expf()
94 #define predict_false(x) __builtin_expect(x, 0) macro97 #define predict_false(x) (x) macro