Home
last modified time | relevance | path

Searched refs:v_f64 (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/math/
Dv_cos.c24 #define C7 v_f64 (Poly[0])
25 #define C6 v_f64 (Poly[1])
26 #define C5 v_f64 (Poly[2])
27 #define C4 v_f64 (Poly[3])
28 #define C3 v_f64 (Poly[4])
29 #define C2 v_f64 (Poly[5])
30 #define C1 v_f64 (Poly[6])
32 #define InvPi v_f64 (0x1.45f306dc9c883p-2)
33 #define HalfPi v_f64 (0x1.921fb54442d18p+0)
34 #define Pi1 v_f64 (0x1.921fb54442d18p+1)
[all …]
Dv_exp.c17 #define C1 v_f64 (0x1.ffffffffffd43p-2)
18 #define C2 v_f64 (0x1.55555c75adbb2p-3)
19 #define C3 v_f64 (0x1.55555da646206p-5)
20 #define InvLn2 v_f64 (0x1.71547652b82fep7) /* N/ln2. */
21 #define Ln2hi v_f64 (0x1.62e42fefa39efp-8) /* ln2/N. */
22 #define Ln2lo v_f64 (0x1.abc9e3b39803f3p-63)
27 #define C1 v_f64 (0x1.fffffffffffd4p-2)
28 #define C2 v_f64 (0x1.5555571d6b68cp-3)
29 #define C3 v_f64 (0x1.5555576a59599p-5)
30 #define InvLn2 v_f64 (0x1.71547652b82fep8)
[all …]
Dv_sin.c24 #define C7 v_f64 (Poly[0])
25 #define C6 v_f64 (Poly[1])
26 #define C5 v_f64 (Poly[2])
27 #define C4 v_f64 (Poly[3])
28 #define C3 v_f64 (Poly[4])
29 #define C2 v_f64 (Poly[5])
30 #define C1 v_f64 (Poly[6])
32 #define InvPi v_f64 (0x1.45f306dc9c883p-2)
33 #define Pi1 v_f64 (0x1.921fb54442d18p+1)
34 #define Pi2 v_f64 (0x1.1a62633145c06p-53)
[all …]
Dv_log.c24 #define A0 v_f64 (Poly[0])
25 #define A1 v_f64 (Poly[1])
26 #define A2 v_f64 (Poly[2])
27 #define A3 v_f64 (Poly[3])
28 #define A4 v_f64 (Poly[4])
29 #define Ln2 v_f64 (0x1.62e42fefa39efp-1)
86 r = v_fma_f64 (z, e.invc, v_f64 (-1.0)); in V_NAME()
Dv_math.h258 v_f64 (f64_t x) in v_f64() function
530 v_f64 (f64_t x) in v_f64() function