Home
last modified time | relevance | path

Searched refs:RangeVal (Results 1 - 4 of 4) sorted by relevance

/third_party/optimized-routines/math/
H A Dv_cos.c38 #define RangeVal v_f64 (0x1p23) macro
56 cmp = v_cond_u64 (v_as_u64_f64 (r) >= v_as_u64_f64 (RangeVal)); in cos()
H A Dv_cosf.c26 #define RangeVal v_f32 (0x1p20f) macro
48 cmp = v_cond_u32 (v_as_u32_f32 (r) >= v_as_u32_f32 (RangeVal)); in cosf()
H A Dv_sin.c37 #define RangeVal v_f64 (0x1p23) macro
56 cmp = v_cond_u64 (v_as_u64_f64 (r) >= v_as_u64_f64 (RangeVal)); in sin()
H A Dv_sinf.c26 #define RangeVal v_f32 (0x1p20f) macro
48 cmp = v_cond_u32 (v_as_u32_f32 (r) >= v_as_u32_f32 (RangeVal)); in sinf()

Completed in 2 milliseconds