Lines Matching refs:v_f64
24 #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)
35 #define Pi2 v_f64 (0x1.1a62633145c06p-53)
36 #define Pi3 v_f64 (0x1.c1cd129024e09p-106)
37 #define Shift v_f64 (0x1.8p52)
38 #define RangeVal v_f64 (0x1p23)
62 n -= v_f64 (0.5); in V_NAME()