Searched refs:abstop (Results 1 – 6 of 6) sorted by relevance
92 uint32_t abstop; in __exp2() local97 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()
99 uint32_t abstop; in __exp() local104 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()
188 uint32_t abstop; in exp_inline() local193 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()
50 uint32_t abstop; in __exp2f() local56 abstop = top12 (x) & 0x7ff; in __exp2f()57 if (__glibc_unlikely (abstop >= top12 (128.0f))) in __exp2f()62 if (abstop >= top12 (INFINITY)) in __exp2f()
55 uint32_t abstop; in __expf() local61 abstop = top12 (x) & 0x7ff; in __expf()62 if (__glibc_unlikely (abstop >= top12 (88.0f))) in __expf()67 if (abstop >= top12 (INFINITY)) in __expf()
146 uint32_t abstop; in __exp10f() local151 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