Home
last modified time | relevance | path

Searched refs:abstop (Results 1 – 6 of 6) sorted by relevance

/sysdeps/ieee754/dbl-64/
A De_exp2.c92 uint32_t abstop; in __exp2() local
97 abstop = top12 (x) & 0x7ff; in __exp2()
98 if (__glibc_unlikely (abstop - 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()
118 abstop = 0; in __exp2()
139 if (__glibc_unlikely (abstop == 0)) in __exp2()
A De_exp.c99 uint32_t abstop; in __exp() local
104 abstop = top12 (x) & 0x7ff; in __exp()
105 if (__glibc_unlikely (abstop - 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()
124 abstop = 0; in __exp()
152 if (__glibc_unlikely (abstop == 0)) in __exp()
A De_pow.c188 uint32_t abstop; in exp_inline() local
193 abstop = top12 (x) & 0x7ff; in exp_inline()
194 if (__glibc_unlikely (abstop - 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()
213 abstop = 0; in exp_inline()
244 if (__glibc_unlikely (abstop == 0)) in exp_inline()
/sysdeps/ieee754/flt-32/
A De_exp2f.c50 uint32_t abstop; in __exp2f() local
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.c55 uint32_t abstop; in __expf() local
61 abstop = top12 (x) & 0x7ff; in __expf()
62 if (__glibc_unlikely (abstop >= top12 (88.0f))) in __expf()
67 if (abstop >= top12 (INFINITY)) in __expf()
A De_exp10f.c146 uint32_t abstop; in __exp10f() local
151 abstop = top13 (x) & 0xfff; /* Ignore sign. */ in __exp10f()
152 if (__glibc_unlikely (abstop >= top13 (38.0f))) in __exp10f()
157 if (abstop >= top13 (INFINITY)) in __exp10f()

Completed in 8 milliseconds