OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pR2
(Results
1 - 3
of
3
) sorted by null
/external/fdlibm/
e_j0.c
219
* where R = pR0 + pR1*s^2 +
pR2
*s^4 + ... + pR5*s^10
297
static const double
pR2
[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
299
static double
pR2
[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
338
else if(ix>=0x40000000){p =
pR2
; q= pS2;}
/bionic/libm/src/
e_j0.c
203
* where R = pR0 + pR1*s^2 +
pR2
*s^4 + ... + pR5*s^10
256
static const double
pR2
[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
282
else if(ix>=0x40000000){p =
pR2
; q= pS2;}
e_j0f.c
161
* where R = pR0 + pR1*s^2 +
pR2
*s^4 + ... + pR5*s^10
213
static const float
pR2
[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
239
else if(ix>=0x40000000){p =
pR2
; q= pS2;}
Completed in 62 milliseconds