Lines Matching refs:f64_t
45 typedef double f64_t;
75 as_u64_f64 (f64_t x)
77 union { f64_t f; u64_t u; } r = {x};
80 static inline f64_t
83 union { u64_t u; f64_t f; } r = {x};
104 typedef f64_t v_f64_t;
258 v_f64 (f64_t x)
272 static inline f64_t
278 v_set_f64 (v_f64_t *x, int i, f64_t v)
351 v_lookup_f64 (const f64_t *tab, v_u64_t idx)
361 v_call_f64 (f64_t (*f) (f64_t), v_f64_t x, v_f64_t y, v_u64_t p)
530 v_f64 (f64_t x)
544 static inline f64_t
550 v_set_f64 (v_f64_t *x, int i, f64_t v)
624 v_lookup_f64 (const f64_t *tab, v_u64_t idx)
634 v_call_f64 (f64_t (*f) (f64_t), v_f64_t x, v_f64_t y, v_u64_t p)