Searched refs:top12 (Results 1 – 9 of 9) sorted by relevance
72 top12 (double x) in top12() function85 abstop = top12 (x) & 0x7ff; in exp2()86 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()88 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()92 if (abstop >= top12 (1024.0)) in exp2()96 if (abstop >= top12 (INFINITY)) in exp2()
74 top12 (double x) in top12() function89 abstop = top12 (x) & 0x7ff; in exp_inline()90 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()92 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()96 if (abstop >= top12 (1024.0)) in exp_inline()100 if (abstop >= top12 (INFINITY)) in exp_inline()
30 top12 (float x) in top12() function44 abstop = top12 (x) & 0x7ff; in exp2f()45 if (unlikely (abstop >= top12 (128.0f))) in exp2f()50 if (abstop >= top12 (INFINITY)) in exp2f()
30 top12 (float x) in top12() function44 abstop = top12 (x) & 0x7ff; in expf()45 if (unlikely (abstop >= top12 (88.0f))) in expf()50 if (abstop >= top12 (INFINITY)) in expf()
29 top12 (double x) in top12() function181 abstop = top12 (x) & 0x7ff; in exp_inline()182 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()184 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()191 if (abstop >= top12 (1024.0)) in exp_inline()282 topx = top12 (x); in pow()283 topy = top12 (y); in pow()
20 top12 (float x) in top12() function37 uint32_t ia12 = top12 (x) & 0x7ff; in erff()
75 top12 (double x) in top12() function90 abstop = top12 (x) & 0x7ff; in exp_inline()91 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()93 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()97 if (abstop >= top12 (1024.0)) in exp_inline()101 if (abstop >= top12 (INFINITY)) in exp_inline()
87 top12 (float x) in top12() function108 if (ia12 < top12 (Pio4)) in tanf()111 if (unlikely (ia12 < top12 (0x1p-12f))) in tanf()113 if (unlikely (ia12 < top12 (0x1p-126f))) in tanf()130 else if (ia12 < top12 (RangeVal)) in tanf()
39 top12 (double x) in top12() function148 uint32_t abstop = top12 (x) & 0x7ff; in exp_inline()157 if (abstop >= top12 (1024.0)) in exp_inline()204 uint32_t abstop = top12 (x) & 0x7ff; in exp_nosignbias()211 if (abstop >= top12 (1024.0)) in exp_nosignbias()278 topx = top12 (x); in pow_scalar_special_case()279 topy = top12 (y); in pow_scalar_special_case()