Searched refs:N2 (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/math/ |
D | atest-exp.c | 28 #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()
|
D | atest-sincos.c | 28 #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()
|
D | atest-exp2.c | 29 #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/ |
D | tst-sysconf.c | 17 #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/ |
D | bug22.c | 10 #define N2 1073741825 macro 19 #define SN2 MAKE_STR(N2)
|
/glibc-2.36/localedata/locales/ |
D | uk_UA | 282 % See "Problemy ukrainizatcii komputeriv" N2 (UDK 681.3.06), p. 16
|
/glibc-2.36/iconvdata/testdata/ |
D | ISO-2022-JP-2 | 9 $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/ |
D | ChangeLog.22 | 8219 AArch64: Use __memcpy_simd on Neoverse N2/V1
|