• Home
  • Raw
  • Download

Lines Matching refs:f32

18 const ERX: f32 = 8.4506291151e-01; /* 0x3f58560b */
22 const EFX8: f32 = 1.0270333290e+00; /* 0x3f8375d4 */
23 const PP0: f32 = 1.2837916613e-01; /* 0x3e0375d4 */
24 const PP1: f32 = -3.2504209876e-01; /* 0xbea66beb */
25 const PP2: f32 = -2.8481749818e-02; /* 0xbce9528f */
26 const PP3: f32 = -5.7702702470e-03; /* 0xbbbd1489 */
27 const PP4: f32 = -2.3763017452e-05; /* 0xb7c756b1 */
28 const QQ1: f32 = 3.9791721106e-01; /* 0x3ecbbbce */
29 const QQ2: f32 = 6.5022252500e-02; /* 0x3d852a63 */
30 const QQ3: f32 = 5.0813062117e-03; /* 0x3ba68116 */
31 const QQ4: f32 = 1.3249473704e-04; /* 0x390aee49 */
32 const QQ5: f32 = -3.9602282413e-06; /* 0xb684e21a */
36 const PA0: f32 = -2.3621185683e-03; /* 0xbb1acdc6 */
37 const PA1: f32 = 4.1485610604e-01; /* 0x3ed46805 */
38 const PA2: f32 = -3.7220788002e-01; /* 0xbebe9208 */
39 const PA3: f32 = 3.1834661961e-01; /* 0x3ea2fe54 */
40 const PA4: f32 = -1.1089469492e-01; /* 0xbde31cc2 */
41 const PA5: f32 = 3.5478305072e-02; /* 0x3d1151b3 */
42 const PA6: f32 = -2.1663755178e-03; /* 0xbb0df9c0 */
43 const QA1: f32 = 1.0642088205e-01; /* 0x3dd9f331 */
44 const QA2: f32 = 5.4039794207e-01; /* 0x3f0a5785 */
45 const QA3: f32 = 7.1828655899e-02; /* 0x3d931ae7 */
46 const QA4: f32 = 1.2617121637e-01; /* 0x3e013307 */
47 const QA5: f32 = 1.3637083583e-02; /* 0x3c5f6e13 */
48 const QA6: f32 = 1.1984500103e-02; /* 0x3c445aa3 */
52 const RA0: f32 = -9.8649440333e-03; /* 0xbc21a093 */
53 const RA1: f32 = -6.9385856390e-01; /* 0xbf31a0b7 */
54 const RA2: f32 = -1.0558626175e+01; /* 0xc128f022 */
55 const RA3: f32 = -6.2375331879e+01; /* 0xc2798057 */
56 const RA4: f32 = -1.6239666748e+02; /* 0xc322658c */
57 const RA5: f32 = -1.8460508728e+02; /* 0xc3389ae7 */
58 const RA6: f32 = -8.1287437439e+01; /* 0xc2a2932b */
59 const RA7: f32 = -9.8143291473e+00; /* 0xc11d077e */
60 const SA1: f32 = 1.9651271820e+01; /* 0x419d35ce */
61 const SA2: f32 = 1.3765776062e+02; /* 0x4309a863 */
62 const SA3: f32 = 4.3456588745e+02; /* 0x43d9486f */
63 const SA4: f32 = 6.4538726807e+02; /* 0x442158c9 */
64 const SA5: f32 = 4.2900814819e+02; /* 0x43d6810b */
65 const SA6: f32 = 1.0863500214e+02; /* 0x42d9451f */
66 const SA7: f32 = 6.5702495575e+00; /* 0x40d23f7c */
67 const SA8: f32 = -6.0424413532e-02; /* 0xbd777f97 */
71 const RB0: f32 = -9.8649431020e-03; /* 0xbc21a092 */
72 const RB1: f32 = -7.9928326607e-01; /* 0xbf4c9dd4 */
73 const RB2: f32 = -1.7757955551e+01; /* 0xc18e104b */
74 const RB3: f32 = -1.6063638306e+02; /* 0xc320a2ea */
75 const RB4: f32 = -6.3756646729e+02; /* 0xc41f6441 */
76 const RB5: f32 = -1.0250950928e+03; /* 0xc480230b */
77 const RB6: f32 = -4.8351919556e+02; /* 0xc3f1c275 */
78 const SB1: f32 = 3.0338060379e+01; /* 0x41f2b459 */
79 const SB2: f32 = 3.2579251099e+02; /* 0x43a2e571 */
80 const SB3: f32 = 1.5367296143e+03; /* 0x44c01759 */
81 const SB4: f32 = 3.1998581543e+03; /* 0x4547fdbb */
82 const SB5: f32 = 2.5530502930e+03; /* 0x451f90ce */
83 const SB6: f32 = 4.7452853394e+02; /* 0x43ed43a7 */
84 const SB7: f32 = -2.2440952301e+01; /* 0xc1b38712 */
86 fn erfc1(x: f32) -> f32 { in erfc1() argument
87 let s: f32; in erfc1()
88 let p: f32; in erfc1()
89 let q: f32; in erfc1()
97 fn erfc2(mut ix: u32, mut x: f32) -> f32 { in erfc2() argument
98 let s: f32; in erfc2()
99 let r: f32; in erfc2()
100 let big_s: f32; in erfc2()
101 let z: f32; in erfc2()
123 z = f32::from_bits(ix & 0xffffe000); in erfc2()
133 pub fn erff(x: f32) -> f32 { in erff() argument
134 let r: f32; in erff()
135 let s: f32; in erff()
136 let z: f32; in erff()
137 let y: f32; in erff()
146 return 1.0 - 2.0 * (sign as f32) + 1.0 / x; in erff()
165 let x1p_120 = f32::from_bits(0x03800000); in erff()
182 pub fn erfcf(x: f32) -> f32 { in erfcf() argument
183 let r: f32; in erfcf()
184 let s: f32; in erfcf()
185 let z: f32; in erfcf()
186 let y: f32; in erfcf()
195 return 2.0 * (sign as f32) + 1.0 / x; in erfcf()
223 let x1p_120 = f32::from_bits(0x03800000); in erfcf()