Searched refs:top12 (Results 1 – 5 of 5) sorted by relevance
84 top12 (double x) in top12() function97 abstop = top12 (x) & 0x7ff; in __exp2()98 if (__glibc_unlikely (abstop - top12 (0x1p-54) in __exp2()99 >= top12 (512.0) - top12 (0x1p-54))) in __exp2()101 if (abstop - top12 (0x1p-54) >= 0x80000000) in __exp2()105 if (abstop >= top12 (1024.0)) in __exp2()109 if (abstop >= top12 (INFINITY)) in __exp2()
86 top12 (double x) in top12() function104 abstop = top12 (x) & 0x7ff; in __exp()105 if (__glibc_unlikely (abstop - top12 (0x1p-54) in __exp()106 >= top12 (512.0) - top12 (0x1p-54))) in __exp()108 if (abstop - top12 (0x1p-54) >= 0x80000000) in __exp()112 if (abstop >= top12 (1024.0)) in __exp()116 if (abstop >= top12 (INFINITY)) in __exp()
43 top12 (double x) in top12() function193 abstop = top12 (x) & 0x7ff; in exp_inline()194 if (__glibc_unlikely (abstop - top12 (0x1p-54) in exp_inline()195 >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()197 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()204 if (abstop >= top12 (1024.0)) in exp_inline()290 topx = top12 (x); in __pow()291 topy = top12 (y); in __pow()
42 top12 (float x) in top12() function56 abstop = top12 (x) & 0x7ff; in __exp2f()57 if (__glibc_unlikely (abstop >= top12 (128.0f))) in __exp2f()62 if (abstop >= top12 (INFINITY)) in __exp2f()
47 top12 (float x) in top12() function61 abstop = top12 (x) & 0x7ff; in __expf()62 if (__glibc_unlikely (abstop >= top12 (88.0f))) in __expf()67 if (abstop >= top12 (INFINITY)) in __expf()
Completed in 7 milliseconds