Searched refs:too_big (Results 1 – 2 of 2) sorted by relevance
21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() local22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in emulate_vrndmq_f32()26 auto too_big = vcgt_f32(roundtrip, v); in emulate_vrndm_f32() local27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() local34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()