/bionic/libm/ |
D | fake_long_double.c | 27 long double copysignl(long double a1, long double a2) { return copysign(a1, a2); } in copysignl() argument 28 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); } in fmaxl() argument 29 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); } in fmodl() argument 30 long double fminl(long double a1, long double a2) { return fmin(a1, a2); } in fminl() argument 38 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; re… in modfl() argument 39 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf() argument
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 221 slti t2,a2,(2 * NSIZE) 265 PTR_SUBU a2,a2,t2 301 PTR_SUBU a2,a2,t2 314 PTR_SUBU a2,a2,t2 325 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */ 326 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */ 327 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */ 337 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */ 380 move a2,t8 386 andi t8,a2,NSIZEMASK /* is there a 32-byte/64-byte chunk. */ [all …]
|
D | memcpy.S | 301 sltu t2,t0,a2 322 slti t2,a2,(2 * NSIZE) 345 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */ 396 PTR_SUBU a2,a2,t8 428 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */ 429 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */ 430 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */ 440 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */ 532 move a2,t8 542 andi t8,a2,NSIZEMASK /* Is there a 32-byte/64-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 | 50 li a2, 0
|
D | setjmp.S | 216 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
|
/bionic/libm/x86_64/ |
D | s_atan.S | 88 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
|
D | e_atan2.S | 156 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-mips64/bionic/ |
D | syscall.S | 44 move a1, a2 45 move a2, a3
|
D | vfork.S | 57 move a2, $0
|
D | setjmp.S | 216 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 53 #define a2 $6 macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 36 a2 = 6.73484802e-02, /* 0x3d89ee00 */ variable 174 p1 = a0+z*(a2+z*a4); in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 97 a2 = 6.73523010531292681824e-02, /* 0x3FB13E00, 0x1A5562A7 */ variable 253 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgamma_r()
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 1632 _common_prefix_len(const struct in6_addr *a1, const struct in6_addr *a2) in _common_prefix_len() argument 1635 const char *p2 = (const char *)a2; in _common_prefix_len() 1665 const struct addrinfo_sort_elem *a2 = (const struct addrinfo_sort_elem *)ptr2; in _rfc6724_compare() local 1674 if (a1->has_src_addr != a2->has_src_addr) { in _rfc6724_compare() 1675 return a2->has_src_addr - a1->has_src_addr; in _rfc6724_compare() 1683 scope_src2 = _get_scope(&a2->src_addr.generic); in _rfc6724_compare() 1684 scope_dst2 = _get_scope(a2->ai->ai_addr); in _rfc6724_compare() 1706 label_src2 = _get_label(&a2->src_addr.generic); in _rfc6724_compare() 1707 label_dst2 = _get_label(a2->ai->ai_addr); in _rfc6724_compare() 1716 precedence2 = _get_precedence(a2->ai->ai_addr); in _rfc6724_compare() [all …]
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_lgammal_r.c | 42 a2 = 6.73523010531980951332460538330282217e-02L, variable 277 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*(a12+z*(a14+z*(a16+ in lgammal_r()
|