Home
last modified time | relevance | path

Searched refs:too_big (Results 1 – 2 of 2) sorted by relevance

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkNx_neon.h21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() local
22 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() local
27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
H A DSkNx_sse.h33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() local
34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()