Searched refs:v_u64_t (Results 1 - 5 of 5) sorted by relevance
/third_party/optimized-routines/math/ |
H A D | v_math.h | 105 typedef u64_t v_u64_t; typedef 262 static inline v_u64_t 284 v_any_u64 (v_u64_t x) in v_any_u64() 289 static inline v_u64_t 290 v_cond_u64 (v_u64_t x) in v_cond_u64() 321 v_to_f64_u64 (v_u64_t x) in v_to_f64_u64() 326 static inline v_u64_t 329 union { v_f64_t f; v_u64_t u; } r = {x}; in v_as_u64_f64() 333 v_as_f64_u64 (v_u64_t x) in v_as_f64_u64() 335 union { v_u64_t in v_as_f64_u64() 373 typedef uint64x2_t v_u64_t; global() typedef [all...] |
H A D | v_exp.c | 48 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() 62 v_u64_t cmp, u, e, i; in exp()
|
H A D | v_log.c | 40 lookup (v_u64_t i) in lookup() 57 specialcase (v_f64_t x, v_f64_t y, v_u64_t cmp) in specialcase() 67 v_u64_t ix, iz, tmp, top, i, cmp; in log()
|
H A D | v_cos.c | 43 specialcase (v_f64_t x, v_f64_t y, v_u64_t cmp) in specialcase() 53 v_u64_t odd, cmp; in cos()
|
H A D | v_sin.c | 42 specialcase (v_f64_t x, v_f64_t y, v_u64_t cmp) in specialcase() 52 v_u64_t sign, odd, cmp; in sin()
|
Completed in 2 milliseconds