Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
H A Dv_math.h45 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 Dv_pow.c19 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 Dv_log.h15 f64_t invc;
16 f64_t logc;
H A Dv_log.c15 static const f64_t Poly[] = {

Completed in 3 milliseconds