Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
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 *tab, v_u64_t idx) in v_lookup_f64()
[all …]
Dv_pow.c19 f64_t sx = v_get_f64 (x, lane); in V_NAME()
20 f64_t sy = v_get_f64 (y, lane); in V_NAME()
21 f64_t sz = pow (sx, sy); in V_NAME()
Dv_log.h15 f64_t invc;
16 f64_t logc;
Dv_log.c15 static const f64_t Poly[] = {