Searched refs:SpecialBound (Results 1 – 6 of 6) sorted by relevance
20 #define SpecialBound \ macro41 = 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()
20 #define SpecialBound \ macro61 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()
13 #define SpecialBound \ macro49 if (unlikely (iax >= SpecialBound)) in cosh()
14 #define SpecialBound \ macro52 if (unlikely (iax <= TinyBound || iax >= SpecialBound)) in coshf()
15 #define SpecialBound \ macro32 v_u32_t special = v_cond_u32 (iax >= SpecialBound); in V_NAME()
25 #define SpecialBound \ macro75 v_u64_t special = v_cond_u64 (iax > SpecialBound); in V_NAME()