/glibc-2.36/math/ |
D | atest-sincos.c | 146 mp1 si, co, x, ox, xt, s2, c2, s3, c3; in do_test() local 184 mpn_sub_n (c3, co, c2, SZ); in do_test() 186 mpn_sub_n (c3, c2, co, SZ); in do_test() 191 c3s = mpn_bitsize (c3, SZ); in do_test() 212 print_mpn_hex (c3, (FRAC / 4) + 1); in do_test() 227 && mpn_cmp (c3, cos_maxerror, SZ) > 0) in do_test() 229 memcpy (cos_maxerror, c3, sizeof (mp1)); in do_test() 256 mpn_sub_n (c3, co, c2, SZ); in do_test() 258 mpn_sub_n (c3, c2, co, SZ); in do_test() 274 print_mpn_hex (c3, (FRAC / 4) + 1); in do_test()
|
/glibc-2.36/libio/ |
D | tst_wscanf.c | 12 char c3; in main() local 18 n = wscanf (L"%s %S %c%C %d", buf1, wbuf2, &c3, &wc4, &d); in main() 21 || c3 != '!' || wc4 != L'!' || d != 42) in main() 24 n, buf1, wbuf2, c3, (wint_t) wc4, d); in main()
|
/glibc-2.36/nss/ |
D | nss_hash.c | 67 uint32_t c0, c1, c2, c3; in __nss_hash() local 73 c3 = (unsigned char) *(key + 3); in __nss_hash() 75 + HASH_CONST_P1 * c2 + HASH_CONST_P0 * c3; in __nss_hash()
|
/glibc-2.36/string/ |
D | strcspn.c | 58 unsigned int c0, c1, c2, c3; in STRCSPN() local 65 c3 = p[s[3]]; in STRCSPN() 67 while ((c0 | c1 | c2 | c3) == 0); in STRCSPN()
|
D | strspn.c | 64 unsigned int c0, c1, c2, c3; in STRSPN() local 70 c3 = p[s[3]]; in STRSPN() 71 } while ((c0 & c1 & c2 & c3) != 0); in STRSPN()
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | sincosf_poly.h | 25 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 40 c2 = p->c3 + x2 * p->c4; in sincosf_poly() 79 c2 = p->c3 + x2 * p->c4; in sinf_poly()
|
/glibc-2.36/nptl/ |
D | tst-thread-exit-clobber.cc | 163 checker<unsigned int, no_check> c3 (pvalues->v3); in call_pthread_exit_0() local 176 checker<double, no_check> c3 (pvalues->v3); in call_pthread_exit_1() local 204 checker<T, 3> c3 (pvalues->v3); in threadfunc() local
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/ |
D | memset.S | 106 L(c3): dcbtst rNEG64, rMEMP 115 bdnz L(c3)
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | uasncs.h | 56 c3 = 0.44642857150311968932423372477866076E-01, variable
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | memset.S | 128 L(c3): dcbtst rNEG64, rMEMP 133 bdnz L(c3)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power4/ |
D | memset.S | 121 L(c3): dcbtst rNEG64, rMEMP 126 bdnz L(c3)
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | memset.S | 117 L(c3): dcbtst rNEG64, rMEMP 128 bdnz L(c3)
|
/glibc-2.36/posix/ |
D | PCRE.tests | 418 *.c3-b.c 419 0: *.c3-b.c
|
/glibc-2.36/localedata/charmaps/ |
D | ISO_10646 | 683 <c3> /x04/x81 CYRILLIC SMALL LETTER KOPPA
|
/glibc-2.36/manual/ |
D | texinfo.tex | 10056 \gdefchar^^c3{\~A} 10176 \gdefchar^^c3{\u A}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 44261 Adam Conrad <adconrad@0c3.net> 53270 2014-05-04 Adam Conrad <adconrad@0c3.net> 56868 2014-02-21 Adam Conrad <adconrad@0c3.net> 68878 2013-04-17 Adam Conrad <adconrad@0c3.net> 72208 2013-01-23 Adam Conrad <adconrad@0c3.net> 73853 2012-11-24 Adam Conrad <adconrad@0c3.net>
|