Home
last modified time | relevance | path

Searched refs:top12 (Results 1 – 5 of 5) sorted by relevance

/sysdeps/ieee754/dbl-64/
A De_exp2.c84 top12 (double x) in top12() function
97 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()
A De_exp.c86 top12 (double x) in top12() function
104 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()
A De_pow.c43 top12 (double x) in top12() function
193 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()
/sysdeps/ieee754/flt-32/
A De_exp2f.c42 top12 (float x) in top12() function
56 abstop = top12 (x) & 0x7ff; in __exp2f()
57 if (__glibc_unlikely (abstop >= top12 (128.0f))) in __exp2f()
62 if (abstop >= top12 (INFINITY)) in __exp2f()
A De_expf.c47 top12 (float x) in top12() function
61 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