Searched defs:s5 (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/arch-mips/include/machine/
H A Dregdef.h80 #define s5 $21 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h87 #define s5 $21 macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
279 s5 = k;
285 s5 = 0;
550 if (s5 > 0) {
551 S = pow5mult(S, s5);
584 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f )!=0)
587 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf )!=0)
H A Dgdtoa.c160 int rdir, s2, s5, spec_case, try_quick; local
276 s5 = k;
282 s5 = 0;
525 s5 += j -= m5;
573 if (s5 > 0) {
574 S = pow5mult(S, s5);
598 i = ((s5 ? hi0bits(S->x[S->wds-1]) : ULbits - 1) - s2 - 4) & kmask;
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c141 s5 = 1.84028451407337715652e-03, /* 0x3F5E26B6, 0x7368F239 */ variable
273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A De_lgammaf_r.c74 s5 = 1.8402845599e-03, /* 0x3af135b4 */ variable
206 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));

Completed in 794 milliseconds