Home
last modified time | relevance | path

Searched defs:COUNT (Results 1 – 25 of 144) sorted by relevance

123456

/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom8-sqr.c6 #define COUNT 250 macro
H A Dt-toom6-sqr.c6 #define COUNT 250 macro
H A Dt-toom44.c9 #define COUNT 1000 macro
H A Dt-toom33.c9 #define COUNT 1000 macro
H A Dt-toom6h.c11 #define COUNT 1000 macro
H A Dt-toom8h.c17 #define COUNT 1000 macro
H A Dt-brootinv.c27 #define COUNT 500 macro
H A Dt-broot.c27 #define COUNT 500 macro
H A Dt-mulmid.c33 #define COUNT 5000 macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
175 #define count_trailing_zeros(COUNT,X) \ argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
288 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
175 #define count_trailing_zeros(COUNT,X) \ argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
288 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
175 #define count_trailing_zeros(COUNT,X) \ argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
288 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) argument
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X)) argument
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) argument
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)) argument
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
167 #define count_leading_zeros(COUNT,X) \ argument
175 #define count_trailing_zeros(COUNT,X) \ argument
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) argument
288 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctz (X)) argument
[all …]
/netbsd-src/regress/sys/kern/ras/ras1/
H A Dras1.c37 #define COUNT 10 macro
/netbsd-src/regress/sys/kern/ras/ras2/
H A Dras2.c39 #define COUNT 10 macro
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-bitops.c27 #define COUNT 10000 macro
H A Dt-lcm.c27 #define COUNT 10000 macro
H A Dt-add.c26 #define COUNT 10000 macro
H A Dt-scan.c27 #define COUNT 10000 macro
H A Dt-powm.c27 #define COUNT 1000 macro
H A Dt-sub.c26 #define COUNT 10000 macro
H A Dt-aorsmul.c28 #define COUNT 10000 macro
H A Dt-logops.c27 #define COUNT 10000 macro
H A Dt-lucm.c28 #define COUNT 1000 macro
/netbsd-src/regress/sys/kern/ras/ras3/
H A Dras3.c39 #define COUNT 10 macro

123456