Searched refs:f64_t (Results 1 - 4 of 4) sorted by relevance
/third_party/optimized-routines/math/ |
H A D | v_math.h | 45 typedef double f64_t; typedef 75 as_u64_f64 (f64_t x) in as_u64_f64() 77 union { f64_t f; u64_t u; } r = {x}; in as_u64_f64() 80 static inline f64_t 83 union { u64_t u; f64_t f; } r = {x}; in as_f64_u64() 104 typedef f64_t v_f64_t; 258 v_f64 (f64_t x) in v_f64() 272 static inline f64_t 278 v_set_f64 (v_f64_t *x, int i, f64_t v) in v_set_f64() 351 v_lookup_f64 (const f64_t *ta 361 v_call_f64(f64_t (f) f64_t), v_f64_t x, v_f64_t y, v_u64_t p) v_call_f64() argument 634 v_call_f64(f64_t (f) f64_t), v_f64_t x, v_f64_t y, v_u64_t p) v_call_f64() argument [all...] |
H A D | v_pow.c | 19 f64_t sx = v_get_f64 (x, lane); in pow() 20 f64_t sy = v_get_f64 (y, lane); in pow() 21 f64_t sz = pow (sx, sy); in pow()
|
H A D | v_log.h | 15 f64_t invc; 16 f64_t logc;
|
H A D | v_log.c | 15 static const f64_t Poly[] = {
|
Completed in 3 milliseconds