Searched refs:s4 (Results 1 - 9 of 9) sorted by relevance

/bionic/tests/
H A Darpa_inet_test.cpp74 char s4[INET_ADDRSTRLEN]; local
76 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, INET_ADDRSTRLEN));
77 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, 2*INET_ADDRSTRLEN));
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h79 #define s4 $20 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h86 #define s4 $20 macro
/bionic/libc/arch-mips/bionic/
H A D_setjmp.S62 REG_S s4, SC_REGS+S4*REGSZ(a0)
112 REG_L s4, SC_REGS+S4*REGSZ(a0)
H A Dsetjmp.S76 REG_S s4, SC_REGS+S4*REGSZ(a0)
141 REG_L s4, SC_REGS+S4*REGSZ(a0)
/bionic/libc/arch-mips64/bionic/
H A D_setjmp.S62 REG_S s4, SC_REGS+S4*REGSZ(a0)
112 REG_L s4, SC_REGS+S4*REGSZ(a0)
H A Dsetjmp.S76 REG_S s4, SC_REGS+S4*REGSZ(a0)
141 REG_L s4, SC_REGS+S4*REGSZ(a0)
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c140 s4 = 2.66422703033638609560e-02, /* 0x3F9B481C, 0x7E939961 */ variable
273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A De_lgammaf_r.c73 s4 = 2.6642270386e-02, /* 0x3cda40e4 */ variable
206 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));

Completed in 3867 milliseconds