/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_tanf.c | 31 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/ |
D | s_sin.c | 60 #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()
|
D | x2y2m1f.c | 30 double dx = x, dy = y; in __x2y2m1f() local 31 return (float) ((dx - 1) * (dx + 1) + dy * dy); in __x2y2m1f()
|
D | e_atan2.c | 61 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()
|
D | s_atan.c | 56 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/ |
D | k_standardl.c | 52 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/ |
D | test-tgmath-ret.c | 26 static double dx; variable 48 CHECK_RET_CONST_TYPE (func, rettype, dx, double, ## __VA_ARGS__)
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | e_log.S | 35 LOAD_PIC_REG (dx) 71 LOAD_PIC_REG (dx)
|
D | e_logl.S | 36 LOAD_PIC_REG (dx) 76 LOAD_PIC_REG (dx)
|
D | s_expm1.S | 65 LOAD_PIC_REG (dx) 76 LOAD_PIC_REG (dx)
|
D | s_expm1f.S | 65 LOAD_PIC_REG (dx) 76 LOAD_PIC_REG (dx)
|
D | s_asinh.S | 60 LOAD_PIC_REG (dx) 96 LOAD_PIC_REG (dx)
|
D | s_asinhf.S | 60 LOAD_PIC_REG (dx) 96 LOAD_PIC_REG (dx)
|
D | s_asinhl.S | 67 LOAD_PIC_REG (dx) 104 LOAD_PIC_REG (dx)
|
D | s_log1p.S | 39 LOAD_PIC_REG (dx)
|
D | s_log1pf.S | 39 LOAD_PIC_REG (dx)
|
D | s_log1pl.S | 40 LOAD_PIC_REG (dx)
|
/glibc-2.36/sysdeps/i386/i686/fpu/ |
D | e_logl.S | 37 LOAD_PIC_REG (dx) 73 LOAD_PIC_REG (dx)
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | swapcontext.S | 46 movw %fs, %dx 81 movw %dx, %fs
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcpy-sse2-unaligned.S | 551 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 …]
|
D | strcpy-avx2.S | 553 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)
|
D | strcpy-evex.S | 556 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/ |
D | strcpy-sse2.S | 496 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/ |
D | swapcontext.S | 41 movw %fs, %dx 77 movw %dx, %fs
|
/glibc-2.36/stdlib/ |
D | tst-strtod-round-skeleton.c | 142 dx, dd, ddo, dn, dno, dz, dzo, du, duo, \ argument 153 { XNTRY (fx, dx, ld64ix, ld64mx, ld106x, ld113x) }, \
|