Searched refs:a2 (Results 1 - 20 of 20) sorted by relevance

/bionic/libm/
H A Dfake_long_double.c27 long double copysignl(long double a1, long double a2) { return copysign(a1, a2); } argument
28 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); } argument
29 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); } argument
30 long double fminl(long double a1, long double a2) { return fmin(a1, a2); } argument
38 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 argument
39 nexttowardf(float a1, long double a2) argument
[all...]
/bionic/libc/arch-mips/string/
H A Dmemset.S212 sltu t2, a3, a2
232 slti t2,a2,(2 * NSIZE)
276 PTR_SUBU a2,a2,t2
312 PTR_SUBU a2,a2,t2
325 PTR_SUBU a2,a2,t2
332 Set a2 to count how many bytes we have to copy after all the 64/128 byte
336 andi t8,a2,NSIZEDMAS
[all...]
H A Dstrncmp.S131 srl t0, a2, (2 + NSIZE / 4)
137 SUBU a2, a2, t1 #dec count by t1
184 SUBU t1, a2, (8 * NSIZE)
201 SUBU a2, a2, (8 * NSIZE)
207 SUBU t1, a2, NSIZE
210 SUBU a2, a2, NSIZE
227 SUBU t1, a2, (
[all...]
H A Dstrcmp.S159 SUBU a2, a0, t2 #bring back a0 to aligned position
197 LW a3, (OFFSET + NSIZE)(a2); \
208 LW v0, 0(a2)
224 PTR_ADDIU a2, a2, (8 * NSIZE)
/bionic/libc/arch-mips/bionic/
H A Dsyscall.S42 move a1, a2
43 move a2, a3
H A Dvfork.S50 li a2, 0
H A Dsetjmp.S232 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
352 li a2, 0 # null
/bionic/libc/arch-mips64/bionic/
H A Dsyscall.S44 move a1, a2
45 move a2, a3
H A Dvfork.S57 move a2, $0
H A Dsetjmp.S232 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
352 li a2, 0 # null
/bionic/libm/x86_64/
H A Ds_atan.S88 movq a2(%rip), %xmm2
99 movq 8+a2(%rip), %xmm7
122 movq a2(%rip), %xmm4
126 movq 8+a2(%rip), %xmm2
155 movq a2(%rip), %xmm2
165 movq 8+a2(%rip), %xmm7
225 a2: label
230 .type a2,@object
231 .size a2,16
H A De_atan2.S156 movsd a2(%rip), %xmm2
183 addsd 8+a2(%rip), %xmm2
210 movsd a2(%rip), %xmm1
221 addsd 8+a2(%rip), %xmm1
416 a2: label
421 .type a2,@object
422 .size a2,16
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h53 #define a2 $6 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h53 #define a2 $6 macro
/bionic/libc/versioner-dependencies/mips/arch-mips/machine/
H A Dregdef.h53 #define a2 $6 macro
/bionic/libc/versioner-dependencies/mips64/arch-mips64/machine/
H A Dregdef.h53 #define a2 $6 macro
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1641 * Find number of matching initial bits between the two addresses a1 and a2.
1646 _common_prefix_len(const struct in6_addr *a1, const struct in6_addr *a2) argument
1649 const char *p2 = (const char *)a2;
1679 const struct addrinfo_sort_elem *a2 = (const struct addrinfo_sort_elem *)ptr2; local
1688 if (a1->has_src_addr != a2->has_src_addr) {
1689 return a2->has_src_addr - a1->has_src_addr;
1697 scope_src2 = _get_scope(&a2->src_addr.generic);
1698 scope_dst2 = _get_scope(a2->ai->ai_addr);
1720 label_src2 = _get_label(&a2->src_addr.generic);
1721 label_dst2 = _get_label(a2
[all...]
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgammaf_r.c36 a2 = 6.73484802e-02, /* 0x3d89ee00 */ variable
174 p1 = a0+z*(a2+z*a4);
H A De_lgamma_r.c97 a2 = 6.73523010531292681824e-02, /* 0x3FB13E00, 0x1A5562A7 */ variable
253 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c42 a2 = 6.73523010531980951332460538330282217e-02L, variable
277 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*(a12+z*(a14+z*(a16+

Completed in 1476 milliseconds