Searched refs:ax (Results 1 - 25 of 25) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
283 ax = fabs(x);
304 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
320 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
323 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
367 ax = fabs(x);
388 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
405 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
408 do_hard_work(ay, ax,
458 double ax, ay, t; local
569 double x, y, ax, ay, rx, ry; local
[all...]
H A Dcatrigf.c148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
154 ax = fabsf(x);
167 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
181 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
212 ax = fabsf(x);
225 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
239 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
242 do_hard_work(ay, ax,
281 float ax, ay, t; local
341 float x, y, ax, ay, rx, ry; local
[all...]
H A Ds_log1p.c105 int32_t k,hx,hu,ax; local
108 ax = hx&0x7fffffff;
112 if(ax>=0x3ff00000) { /* x <= -1.0 */
116 if(ax<0x3e200000) { /* |x| < 2**-29 */
118 &&ax<0x3c900000) /* |x| < 2**-54 */
H A Ds_log1pf.c43 int32_t k,hx,hu,ax; local
46 ax = hx&0x7fffffff;
50 if(ax>=0x3f800000) { /* x <= -1.0 */
54 if(ax<0x38000000) { /* |x| < 2**-15 */
56 &&ax<0x33800000) /* |x| < 2**-24 */
H A De_pow.c99 double z,ax,z_h,z_l,p_h,p_l; local
160 ax = fabs(x);
164 z = ax; /*x is +-0,+-inf,+-1*/
199 t = ax-one; /* t has 20 trailing zeros */
211 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); }
219 SET_HIGH_WORD(ax,ix);
222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
223 v = one/(ax+bp[k]);
227 /* t_h=ax
[all...]
H A De_powf.c58 float z,ax,z_h,z_l,p_h,p_l; local
111 ax = fabsf(x);
114 z = ax; /*x is +-0,+-inf,+-1*/
140 t = ax-1; /* t has 20 trailing zeros */
153 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
161 SET_FLOAT_WORD(ax,ix);
164 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
165 v = one/(ax+bp[k]);
170 /* t_h=ax
[all...]
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_erfl.c196 long double ax,R,S,P,Q,s,y,z,r; local
208 ax = fabsl(x);
209 if(ax < 0.84375) {
210 if(ax < 0x1p-40L) {
211 if(ax < 0x1p-16373L)
223 if(ax < 1.25) {
224 s = ax-one;
231 if (ax >= 9) { /* inf>|x|>= 9 */
234 s = one/(ax*ax);
258 long double ax,R,S,P,Q,s,y,z,r; local
[all...]
H A Ds_logl.c571 int16_t ax, hx; local
576 ax = hx & 0x7fff;
577 if (ax >= 0x3fff) { /* x <= -1, or x neg NaN */
578 if (ax == 0x3fff && (lx | llx) == 0)
583 if (ax <= 0x3f8d) { /* |x| < 2**-113 */
/bionic/libc/arch-x86/atom/string/
H A Dssse3-strlcpy-atom.S236 movw (%ecx), %ax
237 movw %ax, (%edx)
346 movw (%ecx), %ax
347 movw %ax, (%edx)
357 movw (%ecx), %ax
358 movw %ax, (%edx)
368 movw (%ecx), %ax
369 movw %ax, (%edx)
419 movw 4(%ecx), %ax
420 movw %ax,
[all...]
H A Dssse3-strcat-atom.S103 .section .text.ssse3,"ax",@progbits
234 movw (%ecx), %ax
235 movw %ax, (%edx)
243 movw (%ecx), %ax
244 movw %ax, (%edx)
276 movw 4(%ecx), %ax
277 movw %ax, 4(%edx)
318 movw 8(%ecx), %ax
319 movw %ax, 8(%edx)
H A Dssse3-strlcat-atom.S370 movw (%ecx), %ax
371 movw %ax, (%edx)
480 movw (%ecx), %ax
481 movw %ax, (%edx)
491 movw (%ecx), %ax
492 movw %ax, (%edx)
502 movw (%ecx), %ax
503 movw %ax, (%edx)
553 movw 4(%ecx), %ax
554 movw %ax,
[all...]
H A Dsse2-memset-atom.S80 .section .gnu.linkonce.t.__x86.get_pc_thunk.bx,"ax",@progbits
100 .section .text.sse2,"ax",@progbits
213 movw %ax, -2(%edx)
233 movw %ax, -3(%edx)
561 movw %ax, -2(%edx)
581 movw %ax, -3(%edx)
644 movw %ax, -2(%edx)
665 movw %ax, -3(%edx)
728 movw %ax, -2(%edx)
749 movw %ax,
[all...]
H A Dssse3-strcpy-atom.S2495 movw (%ecx), %ax
2496 movw %ax, (%edx)
2511 movw (%ecx), %ax
2512 movw %ax, (%edx)
2549 movw 4(%ecx), %ax
2550 movw %ax, 4(%edx)
2602 movw 8(%ecx), %ax
2604 movw %ax, 8(%edx)
2896 movw (%ecx), %ax
2897 movw %ax, (
[all...]
H A Dssse3-memcpy-atom.S130 .section .text.ssse3,"ax",@progbits
3066 movw %ax, (%edx)
/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-memset-slm.S80 .section .gnu.linkonce.t.__x86.get_pc_thunk.bx,"ax",@progbits
100 .section .text.sse2,"ax",@progbits
138 movw %ax, (%edx)
139 movw %ax, -2(%edx, %ecx)
480 movw %ax, -2(%edx)
500 movw %ax, -3(%edx)
563 movw %ax, -2(%edx)
584 movw %ax, -3(%edx)
647 movw %ax, -2(%edx)
668 movw %ax,
[all...]
H A Dsse2-memmove-slm.S96 .section .text.sse2,"ax",@progbits
281 movw %ax, -2(%edi,%ecx)
307 movw %ax, (%edx)
473 movw %ax, (%edx)
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext.h142 __u32 ax; member in struct:sigcontext_32
175 __u64 ax; member in struct:sigcontext_64
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dsigcontext.h142 __u32 ax; member in struct:sigcontext_32
175 __u64 ax; member in struct:sigcontext_64
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dsigcontext.h142 __u32 ax; member in struct:sigcontext_32
175 __u64 ax; member in struct:sigcontext_64
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dsigcontext.h142 __u32 ax; member in struct:sigcontext_32
175 __u64 ax; member in struct:sigcontext_64
/bionic/libm/x86/
H A De_hypot.S142 movw 24(%esp), %ax
/bionic/libm/x86_64/
H A De_hypot.S124 movw 24(%rsp), %ax
H A Ds_cos.S264 andw $32767, %ax
H A Ds_sin.S267 cmpw $3325, %ax
/bionic/libc/arch-x86_64/string/
H A Dsse4-memcmp-slm.S81 .section .text.sse4.1,"ax",@progbits
1596 cmp %cx, %ax

Completed in 344 milliseconds