Searched refs:fasterpow2 (Results 1 – 18 of 18) sorted by relevance
70 fasterpow2 (float p) in fasterpow2() function80 return fasterpow2 (1.442695040f * p); in fasterexp()
73 fasterpow2 (float p) in fasterpow2() function83 return fasterpow2 (1.442695040f * p); in fasterexp()
51 fasterpow2 (float p) in fasterpow2() function
61 return fasterpow2 (p * fasterlog2 (x)); in fasterpow()
68 return 2.0f / (1.0f + fastpow2 (k * x)) - a * x * (b * xquad - 1.0f) * fasterpow2 (vc.f); in fasterfc()76 return 2.0f / (1.0f + fasterpow2 (k * x)); in fastererfc()
100 float powterm = fasterpow2 (powarg); // don't need accuracy here in fastlambertwexpx()120 float powterm = fasterpow2 (powarg); in fasterlambertwexpx()
251 fasterpow2 (float p) in fasterpow2() function261 return fasterpow2 (1.442695040f * p); in fasterexp()526 return 2.0f / (1.0f + fastpow2 (k * x)) - a * x * (b * xquad - 1.0f) * fasterpow2 (vc.f); in fasterfc()534 return 2.0f / (1.0f + fasterpow2 (k * x)); in fastererfc()1020 float powterm = fasterpow2 (powarg); // don't need accuracy here in fastlambertwexpx()1040 float powterm = fasterpow2 (powarg); in fasterlambertwexpx()1194 return fasterpow2 (p * fasterlog2 (x)); in fasterpow()
51 fasterpow2 (float p)