Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dexp2.c77 uint32_t abstop; in exp2() local
82 abstop = top12 (x) & 0x7ff; in exp2()
83 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
85 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
89 if (abstop >= top12 (1024.0)) in exp2()
93 if (abstop >= top12 (INFINITY)) in exp2()
102 abstop = 0; in exp2()
129 if (unlikely (abstop == 0)) in exp2()
Dexp.c81 uint32_t abstop; in exp_inline() local
86 abstop = top12 (x) & 0x7ff; in exp_inline()
87 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()
89 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()
93 if (abstop >= top12 (1024.0)) in exp_inline()
97 if (abstop >= top12 (INFINITY)) in exp_inline()
105 abstop = 0; in exp_inline()
147 if (unlikely (abstop == 0)) in exp_inline()
Dexp2f.c36 uint32_t abstop; in exp2f() local
42 abstop = top12 (x) & 0x7ff; in exp2f()
43 if (unlikely (abstop >= top12 (128.0f))) in exp2f()
48 if (abstop >= top12 (INFINITY)) in exp2f()
Dexpf.c40 uint32_t abstop; in expf() local
46 abstop = top12 (x) & 0x7ff; in expf()
47 if (unlikely (abstop >= top12 (88.0f))) in expf()
52 if (abstop >= top12 (INFINITY)) in expf()
Dpow.c174 uint32_t abstop; in exp_inline() local
179 abstop = top12 (x) & 0x7ff; in exp_inline()
180 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()
182 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()
189 if (abstop >= top12 (1024.0)) in exp_inline()
198 abstop = 0; in exp_inline()
239 if (unlikely (abstop == 0)) in exp_inline()