Home
last modified time | relevance | path

Searched refs:a2 (Results 1 – 17 of 17) sorted by relevance

/bionic/libm/
Dfake_long_double.c27 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/
Dmemset.S221 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 …]
Dmemcpy.S301 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/
Dsyscall.S42 move a1, a2
43 move a2, a3
Dbzero.S35 move a2,a1
Dvfork.S42 li a2, 0
Dsetjmp.S199 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
/bionic/libm/x86_64/
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
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-mips64/bionic/
Dsyscall.S44 move a1, a2
45 move a2, a3
Dvfork.S51 move a2, $0
Dsetjmp.S199 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
/bionic/libc/arch-mips/include/machine/
Dregdef.h53 #define a2 $6 macro
/bionic/libm/upstream-freebsd/lib/msun/src/
De_lgammaf_r.c36 a2 = 6.73484802e-02, /* 0x3d89ee00 */ variable
174 p1 = a0+z*(a2+z*a4); in __ieee754_lgammaf_r()
De_lgamma_r.c97 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/
Dgetaddrinfo.c1632 _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/
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+ in lgammal_r()