Searched refs:M (Results 1 – 5 of 5) sorted by relevance
/sysdeps/x86/ |
A D | dl-cacheinfo.h | 28 #define M(sc) ((sc) - _SC_LEVEL1_ICACHE_SIZE) macro 29 { 0x06, 4, 32, M(_SC_LEVEL1_ICACHE_SIZE), 8192 }, 30 { 0x08, 4, 32, M(_SC_LEVEL1_ICACHE_SIZE), 16384 }, 31 { 0x09, 4, 32, M(_SC_LEVEL1_ICACHE_SIZE), 32768 }, 32 { 0x0a, 2, 32, M(_SC_LEVEL1_DCACHE_SIZE), 8192 }, 129 int folded_rel_name = (M(name) / 3) * 3; in intel_check_word() 139 if (folded_rel_name == M(_SC_LEVEL3_CACHE_SIZE)) in intel_check_word() 172 unsigned int offset = M(name) - folded_rel_name; in intel_check_word() 209 folded_rel_name = M(_SC_LEVEL2_CACHE_SIZE); in intel_check_word() 223 unsigned int offset = M(name) - folded_rel_name; in intel_check_word() [all …]
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | setfpucw.c | 23 #define convert_bit(M, F, T) \ argument 25 ? ((M) / ((F) / (T))) & (T) \ 26 : ((M) & (F)) * ((T) / (F)))
|
/sysdeps/pthread/ |
A D | tst-pt-tls1.c | 93 #define M 10 in do_test() macro 94 pthread_t th[M]; in do_test() 96 for (j = 0; j < M; ++j, ++s.a) in do_test() 99 for (j = 0; j < M; ++j) in do_test()
|
/sysdeps/ieee754/dbl-64/ |
A D | atnat.h | 28 #define M 4 macro 74 /**/ u9[M] ={{{0x38c1aa5b, 0x00000000} }, /* 2.658e-35 */ 124 /**/ u9[M] ={{{0x00000000, 0x38c1aa5b} }, /* 2.658e-35 */
|
/sysdeps/ia64/fpu/ |
A D | s_atanl.S | 537 M = f75 define 784 fma.s1 M = f1, f1, f0 // Set M = 1.0 871 fma.s1 M = f1, f1, f0 // Set M = 1.0 963 (p10) fsub.s1 M = M, f1 // If |x| >= |y| and x >=0, set M=0 968 (p11) fadd.s1 M = M, f1 // If |x| >= |y| and x < 0, set M=2.0 1002 fmpy.s1 P_hi = M, P_hi 1007 fmpy.s1 P_lo = M, P_lo
|
Completed in 13 milliseconds