Home
last modified time | relevance | path

Searched refs:N (Results 1 – 25 of 65) sorted by relevance

123

/sysdeps/ieee754/flt-32/
A De_exp2f_data.c21 #define N (1 << EXP2F_TABLE_BITS) macro
37 .shift_scaled = 0x1.8p+52 / N,
40 .invln2_scaled = 0x1.71547652b82fep+0 * N,
42 0x1.c6af84b912394p-5/N/N/N, 0x1.ebfce50fac4f3p-3/N/N, 0x1.62e42ff0c52d6p-1/N
/sysdeps/x86/
A Dldbl2mpn.c44 #define N 2 in __mpn_extract_long_double() macro
49 #define N 1 in __mpn_extract_long_double() macro
74 if (res_ptr[N - 1] != 0) in __mpn_extract_long_double()
79 #if N == 2 in __mpn_extract_long_double()
80 res_ptr[N - 1] = res_ptr[N - 1] << cnt in __mpn_extract_long_double()
84 res_ptr[N - 1] <<= cnt; in __mpn_extract_long_double()
102 #if N == 2 in __mpn_extract_long_double()
103 res_ptr[N - 1] = 0x80000000ul; in __mpn_extract_long_double()
112 #if N == 2 in __mpn_extract_long_double()
115 && res_ptr[N - 1] == 0) in __mpn_extract_long_double()
[all …]
A Dtst-sysconf-cache-linesize.c30 #define N(name) { "_SC_"#name, _SC_##name } macro
31 N (LEVEL1_ICACHE_LINESIZE),
32 N (LEVEL1_DCACHE_LINESIZE),
33 N (LEVEL2_CACHE_LINESIZE)
/sysdeps/ieee754/dbl-64/
A De_exp_data.c21 #define N (1 << EXP_TABLE_BITS) macro
25 .invln2N = 0x1.71547652b82fep0 * N,
27 #if N == 128
35 #if N == 128 && EXP_POLY_ORDER == 5
46 .exp2_shift = 0x1.8p52 / N,
49 #if N == 128 && EXP2_POLY_ORDER == 5
65 #if N == 128
A Ddbl2mpn.c43 # define N 2 in __mpn_extract_double() macro
48 # define N 1 in __mpn_extract_double() macro
54 - (DBL_MANT_DIG - ((N - 1) * BITS_PER_MP_LIMB))) in __mpn_extract_double()
69 if (res_ptr[N - 1] != 0) in __mpn_extract_double()
71 count_leading_zeros (cnt, res_ptr[N - 1]); in __mpn_extract_double()
73 #if N == 2 in __mpn_extract_double()
74 res_ptr[N - 1] = res_ptr[1] << cnt in __mpn_extract_double()
75 | (N - 1) in __mpn_extract_double()
79 res_ptr[N - 1] <<= cnt; in __mpn_extract_double()
104 - ((N - 1) * BITS_PER_MP_LIMB)); in __mpn_extract_double()
[all …]
A De_log_data.c21 #define N (1 << LOG_TABLE_BITS) macro
44 #if N == 128 && LOG_POLY_ORDER == 6
82 #if N == 128
215 # if N == 128
A De_log2_data.c21 #define N (1 << LOG2_TABLE_BITS) macro
44 #if N == 64 && LOG2_POLY_ORDER == 7
83 #if N == 64
152 # if N == 64
/sysdeps/ieee754/ldbl-128/
A Dldbl2mpn.c48 #define N 4 in __mpn_extract_long_double() macro
54 #define N 2 in __mpn_extract_long_double() macro
67 && res_ptr[N - 2] == 0 && res_ptr[N - 1] == 0) /* Assumes N<=4. */ in __mpn_extract_long_double()
76 #if N == 2 in __mpn_extract_long_double()
77 if (res_ptr[N - 1] != 0) in __mpn_extract_long_double()
81 res_ptr[N - 1] = res_ptr[N - 1] << cnt in __mpn_extract_long_double()
105 for (j = N - 1; j > 0; j--) in __mpn_extract_long_double()
111 l = N - 1 - j; in __mpn_extract_long_double()
118 for (k = N - 1; k >= l; k--) in __mpn_extract_long_double()
122 for (k = N - 1; k > l; k--) in __mpn_extract_long_double()
[all …]
/sysdeps/x86_64/fpu/
A Dtest-vector-abi-sincos.h28 #define N 1000 macro
29 LIBMVEC_TYPE x[N], s[N], c[N];
30 LIBMVEC_TYPE *s_ptrs[N];
31 LIBMVEC_TYPE *c_ptrs[N];
37 for(i = 0; i < N; i++) in test_vector_abi()
45 for(i = 0; i < N; i++) in test_vector_abi()
A Dtest-vector-abi-arg2.h28 #define N 1000 macro
29 LIBMVEC_TYPE x[N], s[N], c[N];
35 for(i = 0; i < N; i++) in test_vector_abi()
42 for(i = 0; i < N; i++) in test_vector_abi()
A Dtest-vector-abi-arg1.h28 #define N 1000 macro
29 LIBMVEC_TYPE x[N], c[N];
35 for(i = 0; i < N; i++) in test_vector_abi()
39 for(i = 0; i < N; i++) in test_vector_abi()
/sysdeps/ieee754/ldbl-96/
A Dldbl2mpn.c45 #define N 2 in __mpn_extract_long_double() macro
50 #define N 1 in __mpn_extract_long_double() macro
59 if (res_ptr[0] == 0 && res_ptr[N - 1] == 0) /* Assumes N<=2. */ in __mpn_extract_long_double()
68 if (res_ptr[N - 1] != 0) in __mpn_extract_long_double()
70 count_leading_zeros (cnt, res_ptr[N - 1]); in __mpn_extract_long_double()
73 #if N == 2 in __mpn_extract_long_double()
74 res_ptr[N - 1] = res_ptr[N - 1] << cnt in __mpn_extract_long_double()
78 res_ptr[N - 1] <<= cnt; in __mpn_extract_long_double()
86 res_ptr[N - 1] = res_ptr[0] << cnt; in __mpn_extract_long_double()
93 return N; in __mpn_extract_long_double()
/sysdeps/unix/
A Dsyscall-template.S64 # define T_PSEUDO(SYMBOL, NAME, N, U1, U2) \ argument
65 PSEUDO (SYMBOL, NAME, N, U1, U2)
67 PSEUDO_NOERRNO (SYMBOL, NAME, N, U1, U2)
68 # define T_PSEUDO_ERRVAL(SYMBOL, NAME, N, U1, U2) \ argument
69 PSEUDO_ERRVAL (SYMBOL, NAME, N, U1, U2)
71 # define T_PSEUDO(SYMBOL, NAME, N) \ argument
72 PSEUDO (SYMBOL, NAME, N)
73 # define T_PSEUDO_NOERRNO(SYMBOL, NAME, N) \ argument
74 PSEUDO_NOERRNO (SYMBOL, NAME, N)
75 # define T_PSEUDO_ERRVAL(SYMBOL, NAME, N) \ argument
[all …]
/sysdeps/ieee754/ldbl-128ibm/
A Dldbl2mpn.c103 #define N 4 in __mpn_extract_long_double() macro
108 #define N 2 in __mpn_extract_long_double() macro
121 && res_ptr[N - 2] == 0 && res_ptr[N - 1] == 0) /* Assumes N<=4. */ in __mpn_extract_long_double()
133 #if N == 2 in __mpn_extract_long_double()
134 if (res_ptr[N - 1] != 0) in __mpn_extract_long_double()
138 res_ptr[N - 1] = res_ptr[N - 1] << cnt in __mpn_extract_long_double()
162 for (j = N - 1; j > 0; j--) in __mpn_extract_long_double()
168 l = N - 1 - j; in __mpn_extract_long_double()
175 for (k = N - 1; k >= l; k--) in __mpn_extract_long_double()
179 for (k = N - 1; k > l; k--) in __mpn_extract_long_double()
[all …]
/sysdeps/pthread/
A Dtst-barrier4.c29 #define N 20 macro
41 if (pthread_barrier_init (&b1, NULL, N) != 0) in tf()
51 if (pthread_barrier_init (&b2, NULL, N) != 0) in tf()
81 if (pthread_barrier_init (&b1, NULL, N) != 0) in do_test()
87 if (pthread_barrier_init (&b2, NULL, N) != 0) in do_test()
93 pthread_t th[N - 1]; in do_test()
94 for (cnt = 0; cnt < N - 1; ++cnt) in do_test()
109 for (cnt = 0; cnt < N - 1; ++cnt) in do_test()
A Dtst-signal6.c28 # define N 2 macro
34 } ti[N];
44 for (i = 0; i < N; ++i) in handler()
68 if (nr >= N) in tf()
77 for (i = 0; i < N; ++i) in tf()
147 pthread_t th[N]; in do_test()
149 for (i = 0; i < N; ++i) in do_test()
171 kill (me, sig1 + N); in do_test()
172 for (i = 0; i < N; ++i) in do_test()
174 kill (me, sig1 + N); in do_test()
[all …]
A Dtst-cnd-broadcast.c48 #define N 5 macro
53 thrd_t ids[N]; in do_test()
62 for (i = 0; i < N; ++i) in do_test()
72 TEST_VERIFY (waiting_threads <= N); in do_test()
73 bool done_waiting = waiting_threads == N; in do_test()
85 for (i = 0; i < N; ++i) in do_test()
A Dtst-call-once.c43 #define N 20 macro
48 thrd_t ids[N]; in do_test()
50 for (int i = 0; i < N; ++i) in do_test()
57 for (int i = 0; i < N; ++i) in do_test()
A Dtst-kill6.c86 #define N 20 in do_test() macro
88 if (pthread_barrier_init (&b, NULL, N + 1) != 0) in do_test()
108 pthread_t th[N]; in do_test()
110 for (i = 0; i < N; ++i) in do_test()
129 for (i = 0; i < N * 10; ++i) in do_test()
131 receiver = th[i % N]; in do_test()
153 for (i = 0; i < N; ++i) in do_test()
A Dtst-key2.c22 #define N 2 macro
46 static void (*fcts[N]) (void *) =
72 pthread_key_t keys[N]; in do_test()
75 for (i = 0; i < N; ++i) in do_test()
107 for (i = 0; i < N; ++i) in do_test()
A Dtst-cond20.c24 #define N 10 macro
40 if (++count == N) in tf()
79 if (pthread_barrier_init (&b, NULL, N + 1) != 0) in do_test()
88 pthread_t th[N]; in do_test()
89 for (i = 0; i < N; ++i) in do_test()
101 while (count != N); in do_test()
109 for (j = 0; j < N; ++j) in do_test()
113 for (j = 0; j < (i / 8) % N; ++j) in do_test()
157 for (i = 0; i < N; ++i) in do_test()
A Dtst-basic1.c49 #define N 2 in do_test() macro
50 pthread_t t[N]; in do_test()
53 for (i = 0; i < N; ++i) in do_test()
62 for (i = 0; i < N; ++i) in do_test()
/sysdeps/powerpc/powerpc64/power7/
A Dadd_n.S37 #define N r6 macro
45 andi. r7, N, 1
52 cmpldi N, N, 1
53 beq N, L(end)
58 L(bx0): addi r0, N, 2
62 andi. r7, N, 2
74 ADDSUBC r10, r8, N
82 ADDSUBC r10, r8, N
/sysdeps/alpha/
A Dffs.S55 cmpbge $1, $2, $3 # e0 : bit N == 1 for byte N == 0
58 bic $4, $3, $3 # e1 : bit N == 1 for first byte N != 0
66 addl $0, $6, $0 # e1 : $0 == N
67 extbl $16, $0, $1 # e0 : $1 == byte N
70 and $3, $1, $3 # e1 : bit N == least bit set of byte N
/sysdeps/powerpc/powerpc64/
A Dmul_1.S24 #define N r5 macro
40 addic N, N, RP
41 srdi N, N, 2
42 mtctr N
59 mulhdu N, r26, VL
63 adde r7, r7, N
80 mulhdu N, r26, VL
87 adde r7, r7, N
104 mulhdu N, r26, VL
110 adde r7, r7, N
[all …]

Completed in 29 milliseconds

123