/bionic/libm/ |
D | fake_long_double.c | 27 long double copysignl(long double a1, long double a2) { return copysign(a1, a2); } in copysignl() argument 29 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); } in fmaxl() argument 30 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); } in fmodl() argument 31 long double fminl(long double a1, long double a2) { return fmin(a1, a2); } in fminl() argument 37 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; re… in modfl() argument 38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf() argument
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 79 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,2 # one more halfword? 129 DBG andi t2,a2,3 # a2 must be a multiple of 4 bytes [all …]
|
D | memcpy.S | 76 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 the reminder 113 addu t0,a0,a2 # t0 is the "past the end" address 347 move a2,t8 353 andi t8,a2,0x1f # is there a 32-byte chunk? 355 beq a2,t8,.Lua_chk1w # when a2=t8, no 32-byte chunk [all …]
|
/bionic/libc/arch-mips64/string/ |
D | memset.S | 79 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,2 # one more halfword? 129 DBG andi t2,a2,3 # a2 must be a multiple of 4 bytes [all …]
|
D | memcpy.S | 76 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 the reminder 113 addu t0,a0,a2 # t0 is the "past the end" address 347 move a2,t8 353 andi t8,a2,0x1f # is there a 32-byte chunk? 355 beq a2,t8,.Lua_chk1w # when a2=t8, no 32-byte chunk [all …]
|
/bionic/libc/arch-mips/bionic/ |
D | syscall.S | 42 move a1, a2 43 move a2, a3
|
D | bzero.S | 35 move a2,a1
|
D | vfork.S | 42 li a2, 0
|
/bionic/libc/arch-mips64/bionic/ |
D | syscall.S | 44 move a1, a2 45 move a2, a3
|
D | vfork.S | 51 move a2, $0
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 46 #define a2 $6 macro
|
/bionic/libc/arch-mips64/include/machine/ |
D | regdef.h | 53 #define a2 $6 macro
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 1641 _common_prefix_len(const struct in6_addr *a1, const struct in6_addr *a2) in _common_prefix_len() argument 1644 const char *p2 = (const char *)a2; in _common_prefix_len() 1674 const struct addrinfo_sort_elem *a2 = (const struct addrinfo_sort_elem *)ptr2; in _rfc6724_compare() local 1683 if (a1->has_src_addr != a2->has_src_addr) { in _rfc6724_compare() 1684 return a2->has_src_addr - a1->has_src_addr; in _rfc6724_compare() 1692 scope_src2 = _get_scope(&a2->src_addr.generic); in _rfc6724_compare() 1693 scope_dst2 = _get_scope(a2->ai->ai_addr); in _rfc6724_compare() 1715 label_src2 = _get_label(&a2->src_addr.generic); in _rfc6724_compare() 1716 label_dst2 = _get_label(a2->ai->ai_addr); in _rfc6724_compare() 1725 precedence2 = _get_precedence(a2->ai->ai_addr); in _rfc6724_compare() [all …]
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 29 a2 = 6.7352302372e-02, /* 0x3d89f001 */ variable 185 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 96 a2 = 6.73523010531292681824e-02, /* 0x3FB13E00, 0x1A5562A7 */ variable 252 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgamma_r()
|