Lines Matching full:numbers

11 #include <numbers>
14 [[maybe_unused]] const double* dd0{&std::numbers::e}; in tests()
15 [[maybe_unused]] const double* dd1{&std::numbers::log2e}; in tests()
16 [[maybe_unused]] const double* dd2{&std::numbers::log10e}; in tests()
17 [[maybe_unused]] const double* dd3{&std::numbers::pi}; in tests()
18 [[maybe_unused]] const double* dd4{&std::numbers::inv_pi}; in tests()
19 [[maybe_unused]] const double* dd5{&std::numbers::inv_sqrtpi}; in tests()
20 [[maybe_unused]] const double* dd6{&std::numbers::ln2}; in tests()
21 [[maybe_unused]] const double* dd7{&std::numbers::ln10}; in tests()
22 [[maybe_unused]] const double* dd8{&std::numbers::sqrt2}; in tests()
23 [[maybe_unused]] const double* dd9{&std::numbers::sqrt3}; in tests()
24 [[maybe_unused]] const double* dd10{&std::numbers::inv_sqrt3}; in tests()
25 [[maybe_unused]] const double* dd11{&std::numbers::egamma}; in tests()
26 [[maybe_unused]] const double* dd12{&std::numbers::phi}; in tests()
28 [[maybe_unused]] const float* f0{&std::numbers::e_v<float>}; in tests()
29 [[maybe_unused]] const float* f1{&std::numbers::log2e_v<float>}; in tests()
30 [[maybe_unused]] const float* f2{&std::numbers::log10e_v<float>}; in tests()
31 [[maybe_unused]] const float* f3{&std::numbers::pi_v<float>}; in tests()
32 [[maybe_unused]] const float* f4{&std::numbers::inv_pi_v<float>}; in tests()
33 [[maybe_unused]] const float* f5{&std::numbers::inv_sqrtpi_v<float>}; in tests()
34 [[maybe_unused]] const float* f6{&std::numbers::ln2_v<float>}; in tests()
35 [[maybe_unused]] const float* f7{&std::numbers::ln10_v<float>}; in tests()
36 [[maybe_unused]] const float* f8{&std::numbers::sqrt2_v<float>}; in tests()
37 [[maybe_unused]] const float* f9{&std::numbers::sqrt3_v<float>}; in tests()
38 [[maybe_unused]] const float* f10{&std::numbers::inv_sqrt3_v<float>}; in tests()
39 [[maybe_unused]] const float* f11{&std::numbers::egamma_v<float>}; in tests()
40 [[maybe_unused]] const float* f12{&std::numbers::phi_v<float>}; in tests()
42 [[maybe_unused]] const double* d0{&std::numbers::e_v<double>}; in tests()
43 [[maybe_unused]] const double* d1{&std::numbers::log2e_v<double>}; in tests()
44 [[maybe_unused]] const double* d2{&std::numbers::log10e_v<double>}; in tests()
45 [[maybe_unused]] const double* d3{&std::numbers::pi_v<double>}; in tests()
46 [[maybe_unused]] const double* d4{&std::numbers::inv_pi_v<double>}; in tests()
47 [[maybe_unused]] const double* d5{&std::numbers::inv_sqrtpi_v<double>}; in tests()
48 [[maybe_unused]] const double* d6{&std::numbers::ln2_v<double>}; in tests()
49 [[maybe_unused]] const double* d7{&std::numbers::ln10_v<double>}; in tests()
50 [[maybe_unused]] const double* d8{&std::numbers::sqrt2_v<double>}; in tests()
51 [[maybe_unused]] const double* d9{&std::numbers::sqrt3_v<double>}; in tests()
52 [[maybe_unused]] const double* d10{&std::numbers::inv_sqrt3_v<double>}; in tests()
53 [[maybe_unused]] const double* d11{&std::numbers::egamma_v<double>}; in tests()
54 [[maybe_unused]] const double* d12{&std::numbers::phi_v<double>}; in tests()
56 [[maybe_unused]] const long double* ld0{&std::numbers::e_v<long double>}; in tests()
57 [[maybe_unused]] const long double* ld1{&std::numbers::log2e_v<long double>}; in tests()
58 [[maybe_unused]] const long double* ld2{&std::numbers::log10e_v<long double>}; in tests()
59 [[maybe_unused]] const long double* ld3{&std::numbers::pi_v<long double>}; in tests()
60 [[maybe_unused]] const long double* ld4{&std::numbers::inv_pi_v<long double>}; in tests()
61 [[maybe_unused]] const long double* ld5{&std::numbers::inv_sqrtpi_v<long double>}; in tests()
62 [[maybe_unused]] const long double* ld6{&std::numbers::ln2_v<long double>}; in tests()
63 [[maybe_unused]] const long double* ld7{&std::numbers::ln10_v<long double>}; in tests()
64 [[maybe_unused]] const long double* ld8{&std::numbers::sqrt2_v<long double>}; in tests()
65 [[maybe_unused]] const long double* ld9{&std::numbers::sqrt3_v<long double>}; in tests()
66 [[maybe_unused]] const long double* ld10{&std::numbers::inv_sqrt3_v<long double>}; in tests()
67 [[maybe_unused]] const long double* ld11{&std::numbers::egamma_v<long double>}; in tests()
68 [[maybe_unused]] const long double* ld12{&std::numbers::phi_v<long double>}; in tests()