Home
last modified time | relevance | path

Searched refs:test_expr (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dexprs.exp53 proc test_expr { args } { procedure
74 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…
75 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …
213 test_expr "set variable v_signed_char = 0" "print (void*)v_signed_char" "\\$\[0-9\]* = .void \\*. $…
215 test_expr "set variable v_signed_int = 0" "print (void*)v_signed_int" "\\$\[0-9\]* = .void \\*. $he…
216 test_expr "set variable v_signed_long = 0" "print (void*)v_signed_long" "\\$\[0-9\]* = .void \\*. $…
247 test_expr "print \"x\" \"y\"" "\\$\[0-9\]* = \"xy\""
248 test_expr "print \"x\" \"y\" \"z\"" "\\$\[0-9\]* = \"xyz\""
251 test_expr "print red" "\\$\[0-9\]* = red"
253 test_expr "print red" "\\$\[0-9\]* = red"
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dexprs.exp44 proc test_expr { args } { procedure
60 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…
61 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …
201 test_expr "set variable v_signed_char = 0" "print (void*)v_signed_char" "\\$\[0-9\]* = .void \\*. $…
203 test_expr "set variable v_signed_int = 0" "print (void*)v_signed_int" "\\$\[0-9\]* = .void \\*. $he…
204 test_expr "set variable v_signed_long = 0" "print (void*)v_signed_long" "\\$\[0-9\]* = .void \\*. $…
235 test_expr "print \"x\" \"y\"" "\\$\[0-9\]* = \"xy\""
236 test_expr "print \"x\" \"y\" \"z\"" "\\$\[0-9\]* = \"xyz\""
239 test_expr "print red" "\\$\[0-9\]* = red"
241 test_expr "print red" "\\$\[0-9\]* = red"
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dexprs.exp58 proc test_expr { args } { procedure
77 test_expr "set variable v_char=127" "print v_char == 0" "\\$\[0-9\]* = $false" "print v_char == 12…
78 test_expr "set variable v_char=127" "print v_char != 0" "\\$\[0-9\]* = $true" "print v_char != 127…
79 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…
80 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …
218 test_expr "set variable v_signed_char = 0" "print (void*)v_signed_char" "\\$\[0-9\]* = .void \\*. $…
219 test_expr "set variable v_signed_short = 0" "print (void*)v_signed_short" "\\$\[0-9\]* = .void \\*.…
220 test_expr "set variable v_signed_int = 0" "print (void*)v_signed_int" "\\$\[0-9\]* = .void \\*. $he…
221 test_expr "set variable v_signed_long = 0" "print (void*)v_signed_long" "\\$\[0-9\]* = .void \\*. $…
222 test_expr "set variable v_unsigned_char = 0" "print (void*)v_unsigned_char" "\\$\[0-9\]* = .void \\…
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dexprs.exp58 proc test_expr { args } { procedure
77 test_expr "set variable v_char=127" "print v_char == 0" "\\$\[0-9\]* = $false" "print v_char == 12…
78 test_expr "set variable v_char=127" "print v_char != 0" "\\$\[0-9\]* = $true" "print v_char != 127…
79 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…
80 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …
218 test_expr "set variable v_signed_char = 0" "print (void*)v_signed_char" "\\$\[0-9\]* = .void \\*. $…
219 test_expr "set variable v_signed_short = 0" "print (void*)v_signed_short" "\\$\[0-9\]* = .void \\*.…
220 test_expr "set variable v_signed_int = 0" "print (void*)v_signed_int" "\\$\[0-9\]* = .void \\*. $he…
221 test_expr "set variable v_signed_long = 0" "print (void*)v_signed_long" "\\$\[0-9\]* = .void \\*. $…
222 test_expr "set variable v_unsigned_char = 0" "print (void*)v_unsigned_char" "\\$\[0-9\]* = .void \\…
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dexprs.exp48 proc test_expr { args } { procedure
69 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…
70 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …
208 test_expr "set variable v_signed_char = 0" "print (void*)v_signed_char" "\\$\[0-9\]* = .void \\*. $…
210 test_expr "set variable v_signed_int = 0" "print (void*)v_signed_int" "\\$\[0-9\]* = .void \\*. $he…
211 test_expr "set variable v_signed_long = 0" "print (void*)v_signed_long" "\\$\[0-9\]* = .void \\*. $…
242 test_expr "print \"x\" \"y\"" "\\$\[0-9\]* = \"xy\""
243 test_expr "print \"x\" \"y\" \"z\"" "\\$\[0-9\]* = \"xyz\""
246 test_expr "print red" "\\$\[0-9\]* = red"
248 test_expr "print red" "\\$\[0-9\]* = red"
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dexpr.test204 test_expr expr-1.200\
206 test_expr expr-1.201\
208 test_expr expr-1.202\
210 test_expr expr-1.203\
212 test_expr expr-1.204\
214 test_expr expr-1.205\
216 test_expr expr-1.206\
218 test_expr expr-1.207\
220 test_expr expr-1.208\
222 test_expr expr-1.209\
[all …]
H A Dicu.test27 proc test_expr {name settings expr result} {
40 test_expr icu-1.1 {i1='hello'} {i1 REGEXP 'hello'} 1
41 test_expr icu-1.2 {i1='hello'} {i1 REGEXP '.ello'} 1
42 test_expr icu-1.3 {i1='hello'} {i1 REGEXP '.ell'} 0
43 test_expr icu-1.4 {i1='hello'} {i1 REGEXP '.ell.*'} 1
44 test_expr icu-1.5 {i1=NULL} {i1 REGEXP '.ell.*'} {}
63 test_expr icu-2.3 {i1=$::egrave} {lower(i1)} $::egrave
72 test_expr icu-2.7 {i1=$::szlig} {upper(i1)} "SS"
73 test_expr icu-2.8 {i1='SS'} {lower(i1)} "ss"
79 test_expr icu-3.1 {i1='I'} {lower(i1)} "i"
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/test/
H A Dexpr.test66 test_expr expr-1.38 {i1=1} {-i1} {-1}
67 test_expr expr-1.39 {i1=1} {+i1} {1}
74 test_expr expr-1.44 {i1=1} {~i1} {-2}
406 test_expr expr-case.5 {i1=2} \
408 test_expr expr-case.6 {i1=1} \
410 test_expr expr-case.7 {i1=2} \
412 test_expr expr-case.8 {i1=3} \
414 test_expr expr-case.9 {i1=3} \
416 test_expr expr-case.10 {i1=3} \
420 test_expr expr-case.12 {i1=1} \
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dconstant_expr.cpp40 void test_expr(T value) { in test_expr() function
67 test_expr<T>(0); in test_expr_range()
68 test_expr<T>(1); in test_expr_range()
70 test_expr<T>(low); in test_expr_range()
71 test_expr<T>(min); in test_expr_range()
72 test_expr<T>(max); in test_expr_range()
90 test_expr<int64_t>(-64); in main()
104 test_expr<uint64_t>(-64); in main()
118 test_expr<float>(3.141592f); in main()
119 test_expr<float>(3.40282e+38f); in main()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dexpr.test80 test_expr expr-1.38 {i1=1} {-i1} {-1}
81 test_expr expr-1.39 {i1=1} {+i1} {1}
213 test_expr expr-1.200\
690 test_expr expr-case.5 {i1=2} \
692 test_expr expr-case.6 {i1=1} \
694 test_expr expr-case.7 {i1=2} \
696 test_expr expr-case.8 {i1=3} \
698 test_expr expr-case.9 {i1=3} \
700 test_expr expr-case.10 {i1=3} \
704 test_expr expr-case.12 {i1=1} \
[all …]
H A Dicu.test27 proc test_expr {name settings expr result} {
40 test_expr icu-1.1 {i1='hello'} {i1 REGEXP 'hello'} 1
41 test_expr icu-1.2 {i1='hello'} {i1 REGEXP '.ello'} 1
42 test_expr icu-1.3 {i1='hello'} {i1 REGEXP '.ell'} 0
43 test_expr icu-1.4 {i1='hello'} {i1 REGEXP '.ell.*'} 1
44 test_expr icu-1.5 {i1=NULL} {i1 REGEXP '.ell.*'} {}
63 test_expr icu-2.3 {i1=$::egrave} {lower(i1)} $::egrave
72 test_expr icu-2.7 {i1=$::szlig} {upper(i1)} "SS"
73 test_expr icu-2.8 {i1='SS'} {lower(i1)} "ss"
83 test_expr icu-3.1 {i1='I'} {lower(i1)} "i"
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dexpr.test80 test_expr expr-1.38 {i1=1} {-i1} {-1}
81 test_expr expr-1.39 {i1=1} {+i1} {1}
213 test_expr expr-1.200\
690 test_expr expr-case.5 {i1=2} \
692 test_expr expr-case.6 {i1=1} \
694 test_expr expr-case.7 {i1=2} \
696 test_expr expr-case.8 {i1=3} \
698 test_expr expr-case.9 {i1=3} \
700 test_expr expr-case.10 {i1=3} \
704 test_expr expr-case.12 {i1=1} \
[all …]
H A Dicu.test27 proc test_expr {name settings expr result} {
42 test_expr icu-1.1 {i1='hello'} {i1 REGEXP 'hello'} 1
43 test_expr icu-1.2 {i1='hello'} {i1 REGEXP '.ello'} 1
44 test_expr icu-1.3 {i1='hello'} {i1 REGEXP '.ell'} 0
45 test_expr icu-1.4 {i1='hello'} {i1 REGEXP '.ell.*'} 1
46 test_expr icu-1.5 {i1=NULL} {i1 REGEXP '.ell.*'} {}
65 test_expr icu-2.3 {i1=$::egrave} {lower(i1)} $::egrave
74 test_expr icu-2.7 {i1=$::szlig} {upper(i1)} "SS"
75 test_expr icu-2.8 {i1='SS'} {lower(i1)} "ss"
85 test_expr icu-3.1 {i1='I'} {lower(i1)} "i"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dexpr.test80 test_expr expr-1.38 {i1=1} {-i1} {-1}
81 test_expr expr-1.39 {i1=1} {+i1} {1}
213 test_expr expr-1.200\
690 test_expr expr-case.5 {i1=2} \
692 test_expr expr-case.6 {i1=1} \
694 test_expr expr-case.7 {i1=2} \
696 test_expr expr-case.8 {i1=3} \
698 test_expr expr-case.9 {i1=3} \
700 test_expr expr-case.10 {i1=3} \
704 test_expr expr-case.12 {i1=1} \
[all …]
H A Dicu.test27 proc test_expr {name settings expr result} {
42 test_expr icu-1.1 {i1='hello'} {i1 REGEXP 'hello'} 1
43 test_expr icu-1.2 {i1='hello'} {i1 REGEXP '.ello'} 1
44 test_expr icu-1.3 {i1='hello'} {i1 REGEXP '.ell'} 0
45 test_expr icu-1.4 {i1='hello'} {i1 REGEXP '.ell.*'} 1
46 test_expr icu-1.5 {i1=NULL} {i1 REGEXP '.ell.*'} {}
65 test_expr icu-2.3 {i1=$::egrave} {lower(i1)} $::egrave
74 test_expr icu-2.7 {i1=$::szlig} {upper(i1)} "SS"
75 test_expr icu-2.8 {i1='SS'} {lower(i1)} "ss"
85 test_expr icu-3.1 {i1='I'} {lower(i1)} "i"
[all …]
/dports/devel/blitz/blitz-1.0.2/testsuite/
H A Dstencil-et.cpp148 test_expr(shifter(field2,firstDim), in main()
152 test_expr(shifter(temp,firstDim), in main()
154 test_expr(shifter(temp,secondDim), in main()
157 test_expr(shifter(field3,firstDim), in main()
159 test_expr(shifter(field3,thirdDim), in main()
175 test_expr(Laplacian3D(temp), in main()
190 test_expr(div(vfield2[0],vfield2[1]), in main()
192 test_expr(div(vfield2[0],vfield2[1]), in main()
194 test_expr(div(vfield2[0],vfield2[1]), in main()
217 test_expr(div2D(vfield2), in main()
[all …]
H A Dexpression-slicing.cpp13 #define test_expr(d1,d2) BZTEST(all(abs(d1-d2)<1e-5)); macro
34 test_expr((2.*a)(1,Range::all()), array_2(2.*a)(1,Range::all())); in main()
35 test_expr(sin(a)(1,Range::all()), array_2(sin(a))(1,Range::all())); in main()
36 test_expr(where(a<5.,1./a,a)(1,Range::all()), in main()
39 test_expr(Laplacian2D(sin(a))(1,Range::all()), in main()
43 test_expr(d(a)(1,Range::all()), array_2(d(a))(1,Range::all())); in main()
44 test_expr(m(a,a)(1,Range::all()), array_2(m(a,a))(1,Range::all())); in main()
55 test_expr((2.*big)(0,Range(0,1),1,Range::all(), Range(2,4,2)), in main()
H A Dweakref.cpp10 #define test_expr(d1,d2) BZTEST(all((d1)==(d2))); macro
23 test_expr(a,b); in main()
25 test_expr(a(1,Range::all()), c); in main()
27 test_expr(a(Range::all(),2), c); in main()
29 test_expr(aa(Range(2,6), Range::all(), 7), a); in main()
/dports/devel/rgbds/rgbds/test/asm/
H A Disconst.asm4 test_expr: MACRO macro
14 test_expr 1
15 test_expr UnknownLabel
21 test_expr FixedLabel
22 test_expr @ - FixedLabel
28 test_expr FloatingLabel
29 test_expr @ - FloatingLabel
H A Disconst.err1 warning: isconst.asm(14) -> isconst.asm::test_expr(10): [-Wuser]
3 error: isconst.asm(15) -> isconst.asm::test_expr(9):
5 warning: isconst.asm(21) -> isconst.asm::test_expr(10): [-Wuser]
7 warning: isconst.asm(22) -> isconst.asm::test_expr(10): [-Wuser]
9 error: isconst.asm(28) -> isconst.asm::test_expr(9):
11 warning: isconst.asm(29) -> isconst.asm::test_expr(10): [-Wuser]
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcheck.hpp102 #define CV__CHECK_CUSTOM_TEST(id, type, v, test_expr, v_str, test_expr_str, msg_str) do { \ argument
103 if(!!(test_expr)) ; else { \
129 #define CV_CheckType(t, test_expr, msg) CV__CHECK_CUSTOM_TEST(_, MatType, t, (test_expr), #t, #tes… argument
132 #define CV_CheckDepth(t, test_expr, msg) CV__CHECK_CUSTOM_TEST(_, MatDepth, t, (test_expr), #t, #t… argument
135 #define CV_Check(v, test_expr, msg) CV__CHECK_CUSTOM_TEST(_, auto, v, (test_expr), #v, #test_expr,… argument
141 #define CV_DbgCheck(v, test_expr, msg) CV__CHECK_CUSTOM_TEST(_, auto, v, (test_expr), #v, #test_ex… argument
149 #define CV_DbgCheck(v, test_expr, msg) do { } while (0) argument
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dmisc.exp48 proc test_expr { args } { procedure
69 test_expr "set language c++" \
79 test_expr "set variable v_bool = true" \
87 test_expr "set variable v_bool_array\[1\] = true" \
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dmisc.exp48 proc test_expr { args } { procedure
73 test_expr "set language c++" \
83 test_expr "set variable v_bool = true" \
91 test_expr "set variable v_bool_array\[1\] = true" \
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.cp/
H A Dmisc.exp55 proc test_expr { args } { procedure
94 test_expr "set language c++" \
104 test_expr "set variable v_bool = true" \
112 test_expr "set variable v_bool_array\[1\] = true" \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.cp/
H A Dmisc.exp77 proc test_expr { args } { procedure
120 test_expr "set language c++" \
130 test_expr "set variable v_bool = true" \
138 test_expr "set variable v_bool_array\[1\] = true" \

12345678910>>...24