Home
last modified time | relevance | path

Searched refs:v_cond_u32 (Results 1 - 9 of 9) sorted by relevance

/third_party/optimized-routines/math/
H A Dv_expf.c36 v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) & v_u32 (0x82000000); in specialcase()
39 v_u32_t cmp2 = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
71 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in expf()
H A Dv_exp2f.c33 v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) & v_u32 (0x82000000); in specialcase()
36 v_u32_t cmp2 = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
66 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in exp2f()
H A Dv_exp2f_1u.c33 v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) & v_u32 (0x83000000); in specialcase()
36 v_u32_t cmp = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
64 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in exp2f_1u()
H A Dv_expf_1u.c36 v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) & v_u32 (0x83000000); in specialcase()
39 v_u32_t cmp = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
69 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in expf_1u()
H A Dv_cosf.c48 cmp = v_cond_u32 (v_as_u32_f32 (r) >= v_as_u32_f32 (RangeVal)); in cosf()
H A Dv_logf.c47 cmp = v_cond_u32 (u - Min >= Max - Min); in logf()
H A Dv_sinf.c48 cmp = v_cond_u32 (v_as_u32_f32 (r) >= v_as_u32_f32 (RangeVal)); in sinf()
H A Dv_math.h170 v_cond_u32 (v_u32_t x) in v_cond_u32() function
439 v_cond_u32 (v_u32_t x) in v_cond_u32() function
H A Dv_powf.c155 cmp = v_cond_u32 (u - Min >= Max - Min); in powf()

Completed in 4 milliseconds