Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 25 of 51) sorted by relevance

123

/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_tanf.c31 double dx = x; in rem_pio2f() local
36 dx = reduce_fast (dx, p, &n); in rem_pio2f()
42 dx = reduce_large (xi, &n); in rem_pio2f()
43 dx = sign ? -dx : dx; in rem_pio2f()
46 y[0] = dx; in rem_pio2f()
47 y[1] = dx - y[0]; in rem_pio2f()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_sin.c60 #define TAYLOR_SIN(xx, x, dx) \ argument
62 double t = ((POLYNOMIAL (xx) * (x) - 0.5 * (dx)) * (xx) + (dx)); \
100 do_cos (double x, double dx) in do_cos() argument
105 dx = -dx; in do_cos()
108 x = fabs (x) - (u.x - big) + dx; in do_cos()
124 do_sin (double x, double dx) in do_sin() argument
129 return TAYLOR_SIN (x * x, x, dx); in do_sin()
134 dx = -dx; in do_sin()
140 s = x + (dx + x * xx * (sn3 + xx * sn5)); in do_sin()
141 c = x * dx + xx * (cs2 + xx * (cs4 + xx * cs6)); in do_sin()
Dx2y2m1f.c30 double dx = x, dy = y; in __x2y2m1f() local
31 return (float) ((dx - 1) * (dx + 1) + dy * dy); in __x2y2m1f()
De_atan2.c61 int i, de, ux, dx, uy, dy; in __ieee754_atan2() local
72 dx = num.i[LOW_HALF]; in __ieee754_atan2()
75 if (((ux & 0x000fffff) | dx) != 0x00000000) in __ieee754_atan2()
121 if (dx == 0x00000000) in __ieee754_atan2()
144 if (dx == 0x00000000) in __ieee754_atan2()
Ds_atan.c56 int i, ux, dx; in __atan() local
61 dx = num.i[LOW_HALF]; in __atan()
65 && (((ux & 0x000fffff) | dx) != 0x00000000)) in __atan()
/glibc-2.36/sysdeps/ieee754/
Dk_standardl.c52 double dx, dy; in __kernel_standard_l() local
57 dx = x; in __kernel_standard_l()
59 math_force_eval (dx); in __kernel_standard_l()
67 exc.arg1 = dx; in __kernel_standard_l()
93 exc.arg1 = dx; in __kernel_standard_l()
108 return __kernel_standard (dx, dy, type); in __kernel_standard_l()
/glibc-2.36/math/
Dtest-tgmath-ret.c26 static double dx; variable
48 CHECK_RET_CONST_TYPE (func, rettype, dx, double, ## __VA_ARGS__)
/glibc-2.36/sysdeps/i386/fpu/
De_log.S35 LOAD_PIC_REG (dx)
71 LOAD_PIC_REG (dx)
De_logl.S36 LOAD_PIC_REG (dx)
76 LOAD_PIC_REG (dx)
Ds_expm1.S65 LOAD_PIC_REG (dx)
76 LOAD_PIC_REG (dx)
Ds_expm1f.S65 LOAD_PIC_REG (dx)
76 LOAD_PIC_REG (dx)
Ds_asinh.S60 LOAD_PIC_REG (dx)
96 LOAD_PIC_REG (dx)
Ds_asinhf.S60 LOAD_PIC_REG (dx)
96 LOAD_PIC_REG (dx)
Ds_asinhl.S67 LOAD_PIC_REG (dx)
104 LOAD_PIC_REG (dx)
Ds_log1p.S39 LOAD_PIC_REG (dx)
Ds_log1pf.S39 LOAD_PIC_REG (dx)
Ds_log1pl.S40 LOAD_PIC_REG (dx)
/glibc-2.36/sysdeps/i386/i686/fpu/
De_logl.S37 LOAD_PIC_REG (dx)
73 LOAD_PIC_REG (dx)
/glibc-2.36/sysdeps/mach/hurd/i386/
Dswapcontext.S46 movw %fs, %dx
81 movw %dx, %fs
/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrcpy-sse2-unaligned.S551 mov (%rsi), %dx
552 mov %dx, (%rdi)
610 mov 4(%rsi), %dx
612 mov %dx, 4(%rdi)
671 mov 8(%rsi), %dx
673 mov %dx, 8(%rdi)
1069 mov (%rsi), %dx
1070 mov %dx, (%rdi)
1126 mov 4(%rsi), %dx
1128 mov %dx, 4(%rdi)
[all …]
Dstrcpy-avx2.S553 mov %dx, (%rdi)
678 mov %dx, (%rdi)
692 mov %dx, -2(%rdi, %r8)
784 mov %dx, (%rdi)
789 mov %dx, (%rdi)
790 mov %dx, -2(%rdi, %r8)
Dstrcpy-evex.S556 mov %dx, (%rdi)
681 mov %dx, (%rdi)
695 mov %dx, -2(%rdi, %r8)
787 mov %dx, (%rdi)
792 mov %dx, (%rdi)
793 mov %dx, -2(%rdi, %r8)
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrcpy-sse2.S496 movw (%esi), %dx
497 movw %dx, (%edi)
547 movw 4(%esi), %dx
549 movw %dx, 4(%edi)
600 movw 8(%esi), %dx
602 movw %dx, 8(%edi)
936 movw (%esi), %dx
937 movw %dx, (%edi)
977 movw 4(%esi), %dx
979 movw %dx, 4(%edi)
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dswapcontext.S41 movw %fs, %dx
77 movw %dx, %fs
/glibc-2.36/stdlib/
Dtst-strtod-round-skeleton.c142 dx, dd, ddo, dn, dno, dz, dzo, du, duo, \ argument
153 { XNTRY (fx, dx, ld64ix, ld64mx, ld106x, ld113x) }, \

123