/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_asin.c | 48 double x2,xx,res1,p,t,res,r,cor,cc,y,c,z; in __ieee754_asin() local 74 if (m>0) xx = x - asncs.x[n]; in __ieee754_asin() 75 else xx = -x - asncs.x[n]; in __ieee754_asin() 76 t = asncs.x[n+1]*xx; in __ieee754_asin() 77 p=xx*xx*(asncs.x[n+2]+xx*(asncs.x[n+3]+xx*(asncs.x[n+4]+xx*(asncs.x[n+5] in __ieee754_asin() 78 +xx*asncs.x[n+6]))))+asncs.x[n+7]; in __ieee754_asin() 88 if (m>0) xx = x - asncs.x[n]; in __ieee754_asin() 89 else xx = -x - asncs.x[n]; in __ieee754_asin() 90 t = asncs.x[n+1]*xx; in __ieee754_asin() 91 p=xx*xx*(asncs.x[n+2]+xx*(asncs.x[n+3]+xx*(asncs.x[n+4]+xx*(asncs.x[n+5] in __ieee754_asin() [all …]
|
D | s_sin.c | 49 #define POLYNOMIAL2(xx) ((((s5 * (xx) + s4) * (xx) + s3) * (xx) + s2) * (xx)) argument 51 #define POLYNOMIAL(xx) (POLYNOMIAL2 (xx) + s1) argument 60 #define TAYLOR_SIN(xx, x, dx) \ argument 62 double t = ((POLYNOMIAL (xx) * (x) - 0.5 * (dx)) * (xx) + (dx)); \ 110 double xx, s, sn, ssn, c, cs, ccs, cor; in do_cos() local 111 xx = x * x; in do_cos() 112 s = x + x * xx * (sn3 + xx * sn5); in do_cos() 113 c = xx * (cs2 + xx * (cs4 + xx * cs6)); in do_cos() 138 double xx, s, sn, ssn, c, cs, ccs, cor; in do_sin() local 139 xx = x * x; in do_sin() [all …]
|
D | dla.h | 105 #define ADD2(x, xx, y, yy, z, zz, r, s) \ argument 107 (((((x) - r) + (y)) + (yy)) + (xx)) : \ 108 (((((y) - r) + (x)) + (xx)) + (yy)); \ 118 #define SUB2(x, xx, y, yy, z, zz, r, s) \ argument 120 (((((x) - r) - (y)) - (yy)) + (xx)) : \ 121 ((((x) - ((y) + r)) + (xx)) - (yy)); \ 131 #define MUL2(x, xx, y, yy, z, zz, c, cc) \ argument 133 cc = ((x) * (yy) + (xx) * (y)) + cc; z = c + cc; zz = (c - z) + cc; 142 #define DIV2(x, xx, y, yy, z, zz, c, cc, u, uu) \ argument 144 cc=(((((x)-u)-uu)+(xx))-c*(yy))/(y); z=c+cc; zz=(c-z)+cc; [all …]
|
D | e_remainder.c | 47 double z, d, xx; in __ieee754_remainder() local 66 xx = (x - d * v.x) - d * (t.x - v.x); in __ieee754_remainder() 68 return (xx != 0) ? xx : ((x > 0) ? ZERO.x : nZERO.x); in __ieee754_remainder() 71 if (fabs (xx) > 0.5 * t.x) in __ieee754_remainder() 72 return (z > d) ? xx - t.x : xx + t.x; in __ieee754_remainder() 74 return xx; in __ieee754_remainder()
|
D | s_sincos.c | 77 double a, da, xx; in __sincos() local 98 xx = do_cos (a, da); in __sincos() 99 *cosx = (n & 2) ? -xx : xx; in __sincos()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | e_j1l.c | 614 long double xx, xinv, z, p, q, c, s, cc, ss; in __ieee754_j1l() local 625 xx = fabsl (x); in __ieee754_j1l() 626 if (xx <= 0x1p-58L) in __ieee754_j1l() 634 if (xx <= 2) in __ieee754_j1l() 637 z = xx * xx; in __ieee754_j1l() 638 p = xx * z * neval (z, J0_2N, NJ0_2N) / deval (z, J0_2D, NJ0_2D); in __ieee754_j1l() 639 p += 0.5L * xx; in __ieee754_j1l() 651 __sincosl (xx, &s, &c); in __ieee754_j1l() 654 if (xx <= LDBL_MAX / 2) in __ieee754_j1l() 656 z = __cosl (xx + xx); in __ieee754_j1l() [all …]
|
D | e_j0l.c | 609 long double xx, xinv, z, p, q, c, s, cc, ss; in __ieee754_j0l() local 621 xx = fabsl (x); in __ieee754_j0l() 622 if (xx <= 2) in __ieee754_j0l() 624 if (xx < 0x1p-57L) in __ieee754_j0l() 627 z = xx * xx; in __ieee754_j0l() 641 __sincosl (xx, &s, &c); in __ieee754_j0l() 644 if (xx <= LDBL_MAX / 2) in __ieee754_j0l() 646 z = -__cosl (xx + xx); in __ieee754_j0l() 653 if (xx > 0x1p256L) in __ieee754_j0l() 654 return ONEOSQPI * cc / sqrtl (xx); in __ieee754_j0l() [all …]
|
D | s_expm1l.c | 92 long double px, qx, xx; in __expm1l() local 122 xx = C1 + C2; /* ln 2. */ in __expm1l() 123 px = floorl (0.5 + x / xx); in __expm1l() 138 xx = x * x; in __expm1l() 139 qx = x + (0.5 * xx + xx * px / qx); in __expm1l()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | e_j1l.c | 691 _Float128 xx, xinv, z, p, q, c, s, cc, ss; in __ieee754_j1l() local 702 xx = fabsl (x); in __ieee754_j1l() 703 if (xx <= L(0x1p-58)) in __ieee754_j1l() 711 if (xx <= 2) in __ieee754_j1l() 714 z = xx * xx; in __ieee754_j1l() 715 p = xx * z * neval (z, J0_2N, NJ0_2N) / deval (z, J0_2D, NJ0_2D); in __ieee754_j1l() 716 p += L(0.5) * xx; in __ieee754_j1l() 728 __sincosl (xx, &s, &c); in __ieee754_j1l() 731 if (xx <= LDBL_MAX / 2) in __ieee754_j1l() 733 z = __cosl (xx + xx); in __ieee754_j1l() [all …]
|
D | e_j0l.c | 682 _Float128 xx, xinv, z, p, q, c, s, cc, ss; in __ieee754_j0l() local 694 xx = fabsl (x); in __ieee754_j0l() 695 if (xx <= 2) in __ieee754_j0l() 697 if (xx < L(0x1p-57)) in __ieee754_j0l() 700 z = xx * xx; in __ieee754_j0l() 714 __sincosl (xx, &s, &c); in __ieee754_j0l() 717 if (xx <= LDBL_MAX / 2) in __ieee754_j0l() 719 z = -__cosl (xx + xx); in __ieee754_j0l() 726 if (xx > L(0x1p256)) in __ieee754_j0l() 727 return ONEOSQPI * cc / sqrtl (xx); in __ieee754_j0l() [all …]
|
D | s_expm1l.c | 96 _Float128 px, qx, xx; in __expm1l() local 138 xx = C1 + C2; /* ln 2. */ in __expm1l() 139 px = floorl (0.5 + x / xx); in __expm1l() 154 xx = x * x; in __expm1l() 155 qx = x + (0.5 * xx + xx * px / qx); in __expm1l()
|
/glibc-2.36/sysdeps/mips/ |
D | Makefile | 31 ifneq (,$(filter $(o32-fpabi),32 xx xxo)) 35 ifneq (,$(filter $(o32-fpabi),xx)) 39 ifneq (,$(filter $(o32-fpabi),xx xxo)) 45 ifneq (,$(filter $(o32-fpabi),xx 64a)) 51 ifneq (,$(filter $(o32-fpabi),xx xxo 64a 64)) 72 ifeq ($(o32-fpabi),xx)
|
/glibc-2.36/sysdeps/powerpc/ |
D | test-arith.c | 186 union_t xx; in delta() local 189 xx.tc = x; in delta() 190 if (xx.c[0] & 0x80) in delta() 195 tx.tc = pattern(xx.c[0] >> 7, P_O, P_Z); in delta() 196 if (memcmp (tx.c, xx.c, sizeof (tocheck_t)) == 0) in delta() 201 xx.c[i] += direction; in delta() 202 if (xx.c[i] != (direction > 0 ? 0 : 0xff)) in delta() 203 return xx.tc; in delta() 205 if (direction < 0 && (xx.c[0] & 0x7f) == 0) in delta() 206 return pattern(~(xx.c[0] >> 7) & 1, P_Z, P_Z1); in delta() [all …]
|
/glibc-2.36/crypt/ |
D | crypt-entry.c | 80 ufc_long xx = 25; /* to cope with GCC long long compiler bugs */ in __crypt_r() local 134 _ufc_doit_r (xx, data, &res[0]); in __crypt_r()
|
/glibc-2.36/math/ |
D | atest-sincos.c | 61 sincosx_mpn (mp1 si, mp1 co, mp1 xx, mp1 ix) in sincosx_mpn() argument 72 memcpy (x, xx, sizeof (mp1)); in sincosx_mpn() 75 mpn_sub_n (x, xx, ix, SZ); in sincosx_mpn()
|
/glibc-2.36/localedata/ |
D | tk_TM.UTF-8.in | 90 xx
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | configure.ac | 68 [libc_mips_o32_fp=xx],
|
D | configure | 160 libc_mips_o32_fp=xx
|
/glibc-2.36/posix/ |
D | TESTS | 1 0:(.*)*\1:xx
|
/glibc-2.36/po/ |
D | be.po | 946 #: elf/pldd-xx.c:101 951 #: elf/pldd-xx.c:105 956 #: elf/pldd-xx.c:127 961 #: elf/pldd-xx.c:136 966 #: elf/pldd-xx.c:153 971 #: elf/pldd-xx.c:182 976 #: elf/pldd-xx.c:189 981 #: elf/pldd-xx.c:196
|
D | sl.po | 931 #: elf/pldd-xx.c:101 936 #: elf/pldd-xx.c:105 941 #: elf/pldd-xx.c:127 946 #: elf/pldd-xx.c:136 951 #: elf/pldd-xx.c:153 956 #: elf/pldd-xx.c:182 961 #: elf/pldd-xx.c:189 966 #: elf/pldd-xx.c:196
|
D | ia.po | 923 #: elf/pldd-xx.c:101 928 #: elf/pldd-xx.c:105 933 #: elf/pldd-xx.c:127 938 #: elf/pldd-xx.c:136 943 #: elf/pldd-xx.c:153 948 #: elf/pldd-xx.c:182 953 #: elf/pldd-xx.c:189
|
D | eo.po | 713 #: elf/pldd-xx.c:101 718 #: elf/pldd-xx.c:105 723 #: elf/pldd-xx.c:127 728 #: elf/pldd-xx.c:136 733 #: elf/pldd-xx.c:153 738 #: elf/pldd-xx.c:182 743 #: elf/pldd-xx.c:189 748 #: elf/pldd-xx.c:196
|
D | libc.pot | 984 #: elf/pldd-xx.c:103 989 #: elf/pldd-xx.c:107 994 #: elf/pldd-xx.c:129 999 #: elf/pldd-xx.c:141 1004 #: elf/pldd-xx.c:159 1009 #: elf/pldd-xx.c:188 1014 #: elf/pldd-xx.c:195 1019 #: elf/pldd-xx.c:202
|
/glibc-2.36/localedata/locales/ |
D | cs_CZ | 42 % xx: Doplněno na unicode. Snaha o co největší soulad s ČSN 97 6030
|