Home
last modified time | relevance | path

Searched refs:N2 (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/math/
Datest-exp.c28 #define N2 17 macro
120 xt[(FRAC - N2) / mpbpl] = (mp_limb_t)1 << (FRAC - N2) % mpbpl; in do_test()
122 for (i = 0; i < 1 << N2; i++) in do_test()
129 de2 = exp (i / (double) (1 << N2)); in do_test()
145 printf ("%06x ", i * (0x100000 / (1 << N2))); in do_test()
183 errors * 100.0 / (double) (1 << N2)); in do_test()
Datest-sincos.c28 #define N2 20 macro
160 xt[(FRAC - N2) / mpbpl] = (mp_limb_t)1 << (FRAC - N2) % mpbpl; in do_test()
162 for (i = 0; i < 1 << N2; i++) in do_test()
170 ds2 = sin (i / (double) (1 << N2)); in do_test()
171 dc2 = cos (i / (double) (1 << N2)); in do_test()
197 printf ("%06x ", i * (0x100000 / (1 << N2))); in do_test()
262 sin_failures, sin_errors, sin_errors * 100.0 / (double) (1 << N2)); in do_test()
270 cos_failures, cos_errors, cos_errors * 100.0 / (double) (1 << N2)); in do_test()
Datest-exp2.c29 #define N2 18 macro
157 xt[(FRAC - N2) / mpbpl] = (mp_limb_t)1 << (FRAC - N2) % mpbpl; in do_test()
159 for (i = 0; i < (1 << N2); ++i) in do_test()
166 de2 = exp2 (i / (double) (1 << N2)); in do_test()
182 printf ("%06x ", i * (0x100000 / (1 << N2))); in do_test()
214 errors * 100.0 / (double) (1 << N2)); in do_test()
/glibc-2.36/posix/
Dtst-sysconf.c17 #define N2(name) { _POSIX2_##name, #name, _SC_2_##name, false, true } macro
69 N2 (C_BIND),
70 N2 (C_DEV),
71 N2 (CHAR_TERM)
/glibc-2.36/stdio-common/
Dbug22.c10 #define N2 1073741825 macro
19 #define SN2 MAKE_STR(N2)
/glibc-2.36/localedata/locales/
Duk_UA282 % See "Problemy ukrainizatcii komputeriv" N2 (UDK 681.3.06), p. 16
/glibc-2.36/iconvdata/testdata/
DISO-2022-JP-29 $B!k(B $B!^(B .AN2 N3 N4 N5 N6 N7 N8 N9 N: N; N< N= N> N?
16 $B!k(B $B!^(B .AN2 N3 $(D"8(B $(D"9(B $(D&a(B N7 $(D&b(B $(D&c(B $(D&d(B N; $…
/glibc-2.36/ChangeLog.old/
DChangeLog.228219 AArch64: Use __memcpy_simd on Neoverse N2/V1