Searched refs:a2 (Results 1 - 15 of 15) 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
29 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); } argument
30 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); } argument
31 long double fminl(long double a1, long double a2) { return fmin(a1, a2); } argument
37 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 argument
38 nexttowardf(float a1, long double a2) argument
[all...]
/bionic/libc/arch-mips/string/
H A Dmemset.S79 DBG andi t2,a2,1 # a2 must be even
85 ins a2,zero,0,1
87 ori a2,1
88 xori a2,1
100 beqz a2,.Ldone
103 addu t0,a0,a2 # t0 is the "past the end" address
106 subu a2,2
108 slti t1,a2,4 # .Laligned for 4 or more bytes
110 sne t1,a2,
[all...]
H A Dmemcpy.S76 sltu AT,t0,a2
82 slti AT,a2,8
95 subu a2,a2,a3 # now a2 is the remining bytes count
104 andi t8,a2,0x3f # any whole 64-byte chunks?
107 beq a2,t8,.Lchk8w # if a2==t8, no 64-byte chunks
109 subu a3,a2,t8 # subtract from a2 th
[all...]
/bionic/libc/arch-mips64/string/
H A Dmemset.S79 DBG andi t2,a2,1 # a2 must be even
85 ins a2,zero,0,1
87 ori a2,1
88 xori a2,1
100 beqz a2,.Ldone
103 addu t0,a0,a2 # t0 is the "past the end" address
106 subu a2,2
108 slti t1,a2,4 # .Laligned for 4 or more bytes
110 sne t1,a2,
[all...]
H A Dmemcpy.S76 sltu AT,t0,a2
82 slti AT,a2,8
95 subu a2,a2,a3 # now a2 is the remining bytes count
104 andi t8,a2,0x3f # any whole 64-byte chunks?
107 beq a2,t8,.Lchk8w # if a2==t8, no 64-byte chunks
109 subu a3,a2,t8 # subtract from a2 th
[all...]
/bionic/libc/arch-mips/bionic/
H A Dbzero.S35 move a2,a1
H A Dsyscall.S42 move a1, a2
43 move a2, a3
H A Dvfork.S42 li a2, 0
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h46 #define a2 $6 macro
/bionic/libc/arch-mips64/bionic/
H A Dsyscall.S44 move a1, a2
45 move a2, a3
H A Dvfork.S51 move a2, $0
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h53 #define a2 $6 macro
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1636 * Find number of matching initial bits between the two addresses a1 and a2.
1641 _common_prefix_len(const struct in6_addr *a1, const struct in6_addr *a2) argument
1644 const char *p2 = (const char *)a2;
1674 const struct addrinfo_sort_elem *a2 = (const struct addrinfo_sort_elem *)ptr2; local
1683 if (a1->has_src_addr != a2->has_src_addr) {
1684 return a2->has_src_addr - a1->has_src_addr;
1692 scope_src2 = _get_scope(&a2->src_addr.generic);
1693 scope_dst2 = _get_scope(a2->ai->ai_addr);
1715 label_src2 = _get_label(&a2->src_addr.generic);
1716 label_dst2 = _get_label(a2
[all...]
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c96 a2 = 6.73523010531292681824e-02, /* 0x3FB13E00, 0x1A5562A7 */ variable
252 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
H A De_lgammaf_r.c29 a2 = 6.7352302372e-02, /* 0x3d89f001 */ variable
185 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));

Completed in 592 milliseconds