Home
last modified time | relevance | path

Searched refs:v_cond_u64 (Results 1 - 5 of 5) sorted by relevance

/third_party/optimized-routines/math/
H A Dv_exp.c48 v_u64_t b = v_cond_u64 (n <= v_f64 (0.0)) & v_u64 (0x6000000000000000); in specialcase()
51 v_u64_t cmp = v_cond_u64 (absn > v_f64 (1280.0 * N)); in specialcase()
64 cmp = v_cond_u64 (v_abs_f64 (x) > Thres); in exp()
H A Dv_cos.c56 cmp = v_cond_u64 (v_as_u64_f64 (r) >= v_as_u64_f64 (RangeVal)); in cos()
H A Dv_log.c73 cmp = v_cond_u64 (top - v_u64 (0x0010) >= v_u64 (0x7ff0 - 0x0010)); in log()
H A Dv_sin.c56 cmp = v_cond_u64 (v_as_u64_f64 (r) >= v_as_u64_f64 (RangeVal)); in sin()
H A Dv_math.h290 v_cond_u64 (v_u64_t x) in v_cond_u64() function
563 v_cond_u64 (v_u64_t x) in v_cond_u64() function

Completed in 2 milliseconds