Searched refs:pr5 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libm/noieee_src/
H A Dn_j0.c285 * where R = pr0 + pr1*s^2 + pr2*s^4 + ... + pr5*s^10
306 static const double pr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
360 else if (x >= 4.54545211791992188) {p = pr5; q= ps5;}
H A Dn_j1.c284 * where R = pr0 + pr1*s^2 + pr2*s^4 + ... + pr5*s^10
306 static const double pr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
360 else if (x >= 4.54545211791992188) {p = pr5; q= ps5;}
/netbsd-current/lib/libm/src/
H A De_j1.c197 * where R = pr0 + pr1*s^2 + pr2*s^4 + ... + pr5*s^10
219 static const double pr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
277 else if(ix>=0x40122E8B) {p = pr5; q= ps5;}
H A De_j1f.c158 * where R = pr0 + pr1*s^2 + pr2*s^4 + ... + pr5*s^10
180 static const float pr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
238 else if(ix>=0x40f71c58) {p = pr5; q= ps5;}

Completed in 225 milliseconds