Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/external/llvm-project/polly/lib/External/isl/include/isl/
Dmulti.h13 #define ISL_DECLARE_MULTI(BASE) \ argument
14 isl_ctx *isl_multi_##BASE##_get_ctx( \
15 __isl_keep isl_multi_##BASE *multi); \
17 __isl_give isl_space *isl_multi_##BASE##_get_space( \
18 __isl_keep isl_multi_##BASE *multi); \
19 __isl_give isl_space *isl_multi_##BASE##_get_domain_space( \
20 __isl_keep isl_multi_##BASE *multi); \
22 __isl_give isl_##BASE##_list *isl_multi_##BASE##_get_list( \
23 __isl_keep isl_multi_##BASE *multi); \
25 __isl_give isl_multi_##BASE *isl_multi_##BASE##_from_##BASE##_list( \
[all …]
/external/mesa3d/src/mesa/sparc/
Dsparc_matrix.h40 #define LDMATRIX_0_1_2_3_12_13_14_15(BASE) \ argument
41 ldd [BASE + ( 0 * 0x4)], M0; \
42 ldd [BASE + ( 2 * 0x4)], M2; \
43 ldd [BASE + (12 * 0x4)], M12; \
44 ldd [BASE + (14 * 0x4)], M14
46 #define LDMATRIX_0_1_12_13(BASE) \ argument
47 ldd [BASE + ( 0 * 0x4)], M0; \
48 ldd [BASE + (12 * 0x4)], M12
50 #define LDMATRIX_0_12_13(BASE) \ argument
51 ld [BASE + ( 0 * 0x4)], M0; \
[all …]
/external/llvm-project/polly/lib/External/isl/
Dprint.c16 #undef BASE
17 #define BASE id macro
19 #undef BASE
20 #define BASE multi_id macro
22 #undef BASE
23 #define BASE val macro
25 #undef BASE
26 #define BASE multi_val macro
28 #undef BASE
29 #define BASE space macro
[all …]
Disl_multi_templ.c18 #define MULTI_NAME(BASE) "isl_multi_" #BASE argument
20 isl_ctx *FN(MULTI(BASE),get_ctx)(__isl_keep MULTI(BASE) *multi) in FN() argument
27 __isl_keep isl_space *FN(MULTI(BASE),peek_space)(__isl_keep MULTI(BASE) *multi) in FN() argument
32 __isl_give isl_space *FN(MULTI(BASE),get_space)(__isl_keep MULTI(BASE) *multi) in FN() argument
34 return isl_space_copy(FN(MULTI(BASE),peek_space)(multi)); in FN()
37 __isl_give isl_space *FN(MULTI(BASE),get_domain_space)( in FN() argument
38 __isl_keep MULTI(BASE) *multi) in FN()
49 __isl_give MULTI(BASE) *FN(MULTI(BASE),alloc)(__isl_take isl_space *space) in MULTI() argument
53 MULTI(BASE) *multi; in MULTI()
61 multi = isl_calloc(ctx, MULTI(BASE), in MULTI()
[all …]
Disl_multi_no_explicit_domain.c21 static int FN(MULTI(BASE),has_explicit_domain)(__isl_keep MULTI(BASE) *multi) in FN() argument
29 static __isl_give MULTI(BASE) *FN(MULTI(BASE),init_explicit_domain)( in MULTI() argument
30 __isl_take MULTI(BASE) *multi) in MULTI()
38 static __isl_give MULTI(BASE) *FN(MULTI(BASE),intersect_explicit_domain)( in MULTI() argument
39 __isl_take MULTI(BASE) *dst, __isl_keep MULTI(BASE) *src) in MULTI()
48 static __isl_give MULTI(BASE) *FN(MULTI(BASE),copy_explicit_domain)( in MULTI() argument
49 __isl_take MULTI(BASE) *dst, __isl_keep MULTI(BASE) *src) in MULTI()
56 static __isl_give MULTI(BASE) *
57 FN(MULTI(BASE),intersect_explicit_domain_product)(
58 __isl_take MULTI(BASE) *dst, __isl_keep MULTI(BASE) *src1,
[all …]
Disl_multi_explicit_domain.c15 __isl_give MULTI(BASE) *FN(MULTI(BASE),cow)(__isl_take MULTI(BASE) *multi);
21 static int FN(MULTI(BASE),has_explicit_domain)(__isl_keep MULTI(BASE) *multi) in FN() argument
28 static isl_stat FN(MULTI(BASE),check_has_explicit_domain)( in FN() argument
29 __isl_keep MULTI(BASE) *multi) in FN()
33 if (!FN(MULTI(BASE),has_explicit_domain)(multi)) in FN()
34 isl_die(FN(MULTI(BASE),get_ctx)(multi), isl_error_internal, in FN()
42 static __isl_keep DOM *FN(MULTI(BASE),peek_explicit_domain)( in FN() argument
43 __isl_keep MULTI(BASE) *multi) in FN()
45 if (FN(MULTI(BASE),check_has_explicit_domain)(multi) < 0) in FN()
52 static __isl_give DOM *FN(MULTI(BASE),get_explicit_domain)( in FN() argument
[all …]
Disl_multi_intersect.c16 static isl_bool FN(MULTI(BASE),compatible_domain)( in FN() argument
17 __isl_keep MULTI(BASE) *multi, __isl_keep DOM *domain) in FN()
23 space = FN(MULTI(BASE),get_space)(multi); in FN()
34 static isl_stat FN(MULTI(BASE),check_compatible_domain)( in FN() argument
35 __isl_keep MULTI(BASE) *multi, __isl_keep DOM *domain) in FN()
39 ok = FN(MULTI(BASE),compatible_domain)(multi, domain); in FN()
59 static __isl_give MULTI(BASE) *FN(MULTI(BASE),domain_intersect_aligned)( in MULTI() argument
60 __isl_take MULTI(BASE) *multi, __isl_take DOM *domain) in MULTI()
65 if (FN(MULTI(BASE),check_compatible_domain)(multi, domain) < 0) in MULTI()
67 if (FN(MULTI(BASE),check_has_explicit_domain)(multi) < 0) in MULTI()
[all …]
Disl_multi_dims.c19 isl_bool FN(MULTI(BASE),involves_dims)(__isl_keep MULTI(BASE) *multi, in FN() argument
37 if (FN(MULTI(BASE),has_explicit_domain)(multi)) in FN()
38 return FN(MULTI(BASE),involves_explicit_domain_dims)(multi, in FN()
44 __isl_give MULTI(BASE) *FN(MULTI(BASE),insert_dims)( in MULTI() argument
45 __isl_take MULTI(BASE) *multi, in MULTI()
53 isl_die(FN(MULTI(BASE),get_ctx)(multi), isl_error_invalid, in MULTI()
55 return FN(MULTI(BASE),free)(multi)); in MULTI()
59 multi = FN(MULTI(BASE),cow)(multi); in MULTI()
65 return FN(MULTI(BASE),free)(multi); in MULTI()
66 if (FN(MULTI(BASE),has_explicit_domain)(multi)) in MULTI()
[all …]
Disl_multi_product_templ.c20 __isl_give MULTI(BASE) *FN(MULTI(BASE),product)( in MULTI() argument
21 __isl_take MULTI(BASE) *multi1, __isl_take MULTI(BASE) *multi2) in MULTI()
26 MULTI(BASE) *res; in MULTI()
29 FN(MULTI(BASE),align_params_bin)(&multi1, &multi2); in MULTI()
30 in1 = FN(MULTI(BASE),dim)(multi1, isl_dim_in); in MULTI()
31 in2 = FN(MULTI(BASE),dim)(multi2, isl_dim_in); in MULTI()
32 out1 = FN(MULTI(BASE),dim)(multi1, isl_dim_out); in MULTI()
33 out2 = FN(MULTI(BASE),dim)(multi2, isl_dim_out); in MULTI()
36 space = isl_space_product(FN(MULTI(BASE),get_space)(multi1), in MULTI()
37 FN(MULTI(BASE),get_space)(multi2)); in MULTI()
[all …]
Disl_multi_tuple_id_templ.c15 const char *FN(MULTI(BASE),get_tuple_name)(__isl_keep MULTI(BASE) *multi, in FN() argument
23 isl_bool FN(MULTI(BASE),has_tuple_id)(__isl_keep MULTI(BASE) *multi, in FN() argument
33 __isl_give isl_id *FN(MULTI(BASE),get_tuple_id)(__isl_keep MULTI(BASE) *multi, in FN() argument
39 __isl_give MULTI(BASE) *FN(MULTI(BASE),set_tuple_name)( in MULTI() argument
40 __isl_keep MULTI(BASE) *multi, enum isl_dim_type type, in MULTI()
45 multi = FN(MULTI(BASE),cow)(multi); in MULTI()
49 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
52 return FN(MULTI(BASE),reset_space)(multi, space); in MULTI()
55 __isl_give MULTI(BASE) *FN(MULTI(BASE),set_tuple_id)( in MULTI() argument
56 __isl_take MULTI(BASE) *multi, enum isl_dim_type type, in MULTI()
[all …]
Disl_multi_arith_templ.c18 __isl_give MULTI(BASE) *FN(MULTI(BASE),add)(__isl_take MULTI(BASE) *multi1, in MULTI() argument
19 __isl_take MULTI(BASE) *multi2) in MULTI()
21 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,add)); in MULTI()
26 __isl_give MULTI(BASE) *FN(MULTI(BASE),sub)(__isl_take MULTI(BASE) *multi1, in MULTI() argument
27 __isl_take MULTI(BASE) *multi2) in MULTI()
29 return FN(MULTI(BASE),bin_op)(multi1, multi2, &FN(EL,sub)); in MULTI()
34 __isl_give MULTI(BASE) *FN(MULTI(BASE),scale_val)(__isl_take MULTI(BASE) *multi, in MULTI() argument
51 multi = FN(MULTI(BASE),cow)(multi); in MULTI()
66 return FN(MULTI(BASE),free)(multi); in MULTI()
71 __isl_give MULTI(BASE) *FN(MULTI(BASE),scale_down_val)( in MULTI() argument
[all …]
Disl_multi_dim_id_templ.c19 int FN(MULTI(BASE),find_dim_by_name)(__isl_keep MULTI(BASE) *multi, in FN() argument
30 int FN(MULTI(BASE),find_dim_by_id)(__isl_keep MULTI(BASE) *multi, in FN() argument
40 __isl_give isl_id *FN(MULTI(BASE),get_dim_id)(__isl_keep MULTI(BASE) *multi, in FN() argument
46 __isl_give MULTI(BASE) *FN(MULTI(BASE),set_dim_name)( in MULTI() argument
47 __isl_take MULTI(BASE) *multi, in MULTI()
52 multi = FN(MULTI(BASE),cow)(multi); in MULTI()
58 return FN(MULTI(BASE),free)(multi); in MULTI()
66 return FN(MULTI(BASE),free)(multi); in MULTI()
74 __isl_give MULTI(BASE) *FN(MULTI(BASE),set_dim_id)( in MULTI() argument
75 __isl_take MULTI(BASE) *multi, in MULTI()
[all …]
Disl_multi_union_add_templ.c27 __isl_give MULTI(BASE) *FN(MULTI(BASE),union_add)( in MULTI() argument
28 __isl_take MULTI(BASE) *multi1, __isl_take MULTI(BASE) *multi2) in MULTI()
35 return FN(MULTI(BASE),bin_op)(multi1, multi2, in MULTI()
37 FN(MULTI(BASE),align_params_bin)(&multi1, &multi2); in MULTI()
38 if (FN(MULTI(BASE),check_equal_space)(multi1, multi2) < 0) in MULTI()
40 if (FN(MULTI(BASE),check_has_explicit_domain)(multi1) < 0 || in MULTI()
41 FN(MULTI(BASE),check_has_explicit_domain)(multi2) < 0) in MULTI()
44 has_domain = FN(MULTI(BASE),has_non_trivial_domain)(multi1); in MULTI()
48 FN(MULTI(BASE),free)(multi2); in MULTI()
51 has_domain = FN(MULTI(BASE),has_non_trivial_domain)(multi2); in MULTI()
[all …]
Disl_multi_identity_templ.c18 __isl_give MULTI(BASE) *FN(MULTI(BASE),identity)(__isl_take isl_space *space) in MULTI() argument
23 MULTI(BASE) *multi; in MULTI()
41 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space)); in MULTI()
55 multi = FN(FN(MULTI(BASE),set),BASE)(multi, i, el); in MULTI()
69 __isl_give MULTI(BASE) *FN(MULTI(BASE),identity_on_domain_space)( in MULTI() argument
72 return FN(MULTI(BASE),identity)(isl_space_map_from_set(space)); in MULTI()
78 __isl_give MULTI(BASE) *FN(FN(MULTI(BASE),identity_multi),BASE)( in MULTI() argument
79 __isl_take MULTI(BASE) *multi) in MULTI()
83 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
84 FN(MULTI(BASE),free)(multi); in MULTI()
[all …]
/external/libwebsockets/win32port/zlib/
Dadler32.c14 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
28 if (a >= (BASE << 16)) a -= (BASE << 16); \
29 if (a >= (BASE << 15)) a -= (BASE << 15); \
30 if (a >= (BASE << 14)) a -= (BASE << 14); \
31 if (a >= (BASE << 13)) a -= (BASE << 13); \
32 if (a >= (BASE << 12)) a -= (BASE << 12); \
33 if (a >= (BASE << 11)) a -= (BASE << 11); \
34 if (a >= (BASE << 10)) a -= (BASE << 10); \
35 if (a >= (BASE << 9)) a -= (BASE << 9); \
36 if (a >= (BASE << 8)) a -= (BASE << 8); \
[all …]
/external/llvm-project/llvm/test/CodeGen/ARM/
Darm-bf16-pcs.ll2 … -mtriple armv8.6a-arm-none-eabi -o - %s | FileCheck %s --check-prefix=BASE --check-prefix=BASE-ARM
3 …riple thumbv8.6a-arm-none-eabi -o - %s | FileCheck %s --check-prefix=BASE --check-prefix=BASE-THUMB
8 ; BASE-LABEL: bf_load_soft:
9 ; BASE: @ %bb.0:
10 ; BASE-NEXT: ldrh r0, [r0]
11 ; BASE-NEXT: bx lr
23 ; BASE-LABEL: bf_load_hard:
24 ; BASE: @ %bb.0:
25 ; BASE-NEXT: ldrh r0, [r0]
26 ; BASE-NEXT: vmov s0, r0
[all …]
Dlarge-vector.ll8 ; CHECK-V7K: add r[[BASE:[0-9]+]], sp, #16
9 ; CHECK-V7K: vld1.64 {d0, d1}, [r[[BASE]]:128]
10 ; CHECK-V7K: add r[[BASE:[0-9]+]], sp, #32
11 ; CHECK-V7K: vld1.64 {d2, d3}, [r[[BASE]]:128]
13 ; CHECK-AAPCS: add r[[BASE:[0-9]+]], sp, #8
14 ; CHECK-AAPCS: vld1.64 {d0, d1}, [r[[BASE]]]
15 ; CHECK-AAPCS: add r[[BASE:[0-9]+]], sp, #24
16 ; CHECK-AAPCS: vld1.64 {d2, d3}, [r[[BASE]]]
18 ; CHECK-APCS: add r[[BASE:[0-9]+]], sp, #76
19 ; CHECK-APCS: vld1.32 {d{{[0-9]+}}, d{{[0-9]+}}}, [r[[BASE]]]
[all …]
/external/curl/tests/unit/
Dunit1303.c49 #define BASE 1000000 macro
82 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
83 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
84 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
85 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
88 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
89 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
90 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
91 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"},
94 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"},
[all …]
/external/libcups/test/
Drun-stp-tests.sh187 BASE="${CUPS_TESTBASE:=}"
188 if test -z "$BASE"; then
190 BASE=/private/tmp/cups-$user
192 BASE=/tmp/cups-$user
195 export BASE
227 …VALGRIND="valgrind --tool=memcheck --log-file=$BASE/log/valgrind.%p --error-limit=no --leak-check=…
232 echo "Using Valgrind; log files can be found in $BASE/log..."
261 echo "Enabling debug printfs (level 5); log files can be found in $BASE/log..."
262 CUPS_DEBUG_LOG="$BASE/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
268 echo "Enabling debug printfs (level $usedebugprintfs); log files can be found in $BASE/log..."
[all …]
/external/eigen/bench/btl/data/
Dsmooth_all.sh10 BASE=${FILE##*/}
11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
12 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 2500 15000 ${SMOOTH_DIR}/${BASE}
13 rm -f ${SMOOTH_DIR}/${BASE}_tmp
21 BASE=${FILE##*/}
22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
23 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 50 180 ${SMOOTH_DIR}/${BASE}
24 rm -f ${SMOOTH_DIR}/${BASE}_tmp
31 BASE=${FILE##*/}
32 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}
[all …]
/external/e2fsprogs/lib/et/
Dcompile_et.sh.in40 BASE=`basename $ROOT`
47 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
48 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
49 rm -f ${BASE}.h.$$
51 mv -f ${BASE}.h.$$ ${BASE}.h
52 chmod a-w ${BASE}.h
54 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
55 if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
56 rm -f ${BASE}.c.$$
58 mv -f ${BASE}.c.$$ ${BASE}.c
[all …]
/external/rust/crates/libz-sys/src/zlib/
Dadler32.c12 #define BASE 65521U /* largest prime smaller than 65536 */ macro
36 if (a >= BASE) a -= BASE; \
54 if (a >= BASE) a -= BASE; \
57 # define MOD(a) a %= BASE
58 # define MOD28(a) a %= BASE
59 # define MOD63(a) a %= BASE
78 if (adler >= BASE)
79 adler -= BASE;
81 if (sum2 >= BASE)
82 sum2 -= BASE;
[all …]
/external/python/cpython2/Modules/zlib/
Dadler32.c12 #define BASE 65521U /* largest prime smaller than 65536 */ macro
36 if (a >= BASE) a -= BASE; \
54 if (a >= BASE) a -= BASE; \
57 # define MOD(a) a %= BASE
58 # define MOD28(a) a %= BASE
59 # define MOD63(a) a %= BASE
78 if (adler >= BASE)
79 adler -= BASE;
81 if (sum2 >= BASE)
82 sum2 -= BASE;
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dadler32_avx.c94 …adler = (s1_unpack[0] % BASE) + (s1_unpack[1] % BASE) + (s1_unpack[2] % BASE) + (s1_unpack[3] % BA… in adler32_avx2()
95 … (s1_unpack[4] % BASE) + (s1_unpack[5] % BASE) + (s1_unpack[6] % BASE) + (s1_unpack[7] % BASE); in adler32_avx2()
96 adler %= BASE; in adler32_avx2()
99 …sum2 = (s2_unpack[0] % BASE) + (s2_unpack[1] % BASE) + (s2_unpack[2] % BASE) + (s2_unpack[3] % BAS… in adler32_avx2()
100 … (s2_unpack[4] % BASE) + (s2_unpack[5] % BASE) + (s2_unpack[6] % BASE) + (s2_unpack[7] % BASE); in adler32_avx2()
101 sum2 %= BASE; in adler32_avx2()
110 adler %= BASE; in adler32_avx2()
111 sum2 %= BASE; in adler32_avx2()
/external/zlib/
Dadler32.c12 #define BASE 65521U /* largest prime smaller than 65536 */ macro
36 if (a >= BASE) a -= BASE; \
54 if (a >= BASE) a -= BASE; \
57 # define MOD(a) a %= BASE
58 # define MOD28(a) a %= BASE
59 # define MOD63(a) a %= BASE
91 if (adler >= BASE)
92 adler -= BASE;
94 if (sum2 >= BASE)
95 sum2 -= BASE;
[all …]

12345678910>>...22