Home
last modified time | relevance | path

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

/external/arm-optimized-routines/pl/math/
Dv_expm1f_1u6.c20 #define SpecialBound \ macro
41 = v_cond_u32 ((ax >= SpecialBound) | (ix == 0x80000000) | (ax < TinyBound)); in V_NAME()
46 v_u32_t special = v_cond_u32 ((ax >= SpecialBound) | (ix == 0x80000000)); in V_NAME()
Dv_expm1_2u5.c20 #define SpecialBound \ macro
61 v_u64_t special = v_cond_u64 ((ax >= SpecialBound) | (ax <= TinyBound)); in V_NAME()
67 = v_cond_u64 ((ax >= SpecialBound) | (ix == 0x8000000000000000)); in V_NAME()
Dcosh_2u.c13 #define SpecialBound \ macro
49 if (unlikely (iax >= SpecialBound)) in cosh()
Dcoshf_1u9.c14 #define SpecialBound \ macro
52 if (unlikely (iax <= TinyBound || iax >= SpecialBound)) in coshf()
Dv_coshf_2u4.c15 #define SpecialBound \ macro
32 v_u32_t special = v_cond_u32 (iax >= SpecialBound); in V_NAME()
Dv_cosh_2u.c25 #define SpecialBound \ macro
75 v_u64_t special = v_cond_u64 (iax > SpecialBound); in V_NAME()