Searched refs:abstop (Results 1 – 5 of 5) sorted by relevance
77 uint32_t abstop; in exp2() local82 abstop = top12 (x) & 0x7ff; in exp2()83 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()85 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()89 if (abstop >= top12 (1024.0)) in exp2()93 if (abstop >= top12 (INFINITY)) in exp2()102 abstop = 0; in exp2()129 if (unlikely (abstop == 0)) in exp2()
81 uint32_t abstop; in exp_inline() local86 abstop = top12 (x) & 0x7ff; in exp_inline()87 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()89 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()93 if (abstop >= top12 (1024.0)) in exp_inline()97 if (abstop >= top12 (INFINITY)) in exp_inline()105 abstop = 0; in exp_inline()147 if (unlikely (abstop == 0)) in exp_inline()
36 uint32_t abstop; in exp2f() local42 abstop = top12 (x) & 0x7ff; in exp2f()43 if (unlikely (abstop >= top12 (128.0f))) in exp2f()48 if (abstop >= top12 (INFINITY)) in exp2f()
40 uint32_t abstop; in expf() local46 abstop = top12 (x) & 0x7ff; in expf()47 if (unlikely (abstop >= top12 (88.0f))) in expf()52 if (abstop >= top12 (INFINITY)) in expf()
174 uint32_t abstop; in exp_inline() local179 abstop = top12 (x) & 0x7ff; in exp_inline()180 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()182 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()189 if (abstop >= top12 (1024.0)) in exp_inline()198 abstop = 0; in exp_inline()239 if (unlikely (abstop == 0)) in exp_inline()