Home
last modified time | relevance | path

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

/netbsd/src/tests/bin/expr/
Dt_expr.sh31 test_expr() { function
71 test_expr 4611686018427387904 + 4611686018427387903 \
73 test_expr 4611686018427387904 + 4611686018427387904 \
75 test_expr 4611686018427387904 - -4611686018427387904 \
77 test_expr -4611686018427387904 - 4611686018427387903 \
79 test_expr -4611686018427387904 - 4611686018427387905 \
81 test_expr -4611686018427387904 \* 1 '-4611686018427387904'
82 test_expr -4611686018427387904 \* -1 '4611686018427387904'
83 test_expr -4611686018427387904 \* 2 '-9223372036854775808'
84 test_expr -4611686018427387904 \* 3 \
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dexprs.exp43 proc test_expr { args } { procedure
57 test_expr "set variable v_char=127" "print v_char == 0" "\\$\[0-9\]* = $false" "print v_char == 12…
58 test_expr "set variable v_char=127" "print v_char != 0" "\\$\[0-9\]* = $true" "print v_char != 127…
59 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…
60 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …
64 test_expr "set variable v_signed_char=127" "print v_signed_char == 0" "\\$\[0-9\]* = $false" "prin…
65 test_expr "set variable v_signed_char=127" "print v_signed_char != 0" "\\$\[0-9\]* = $true" "print…
66 test_expr "set variable v_signed_char=127" "print v_signed_char < 0" "\\$\[0-9\]* = $false" "print…
67 test_expr "set variable v_signed_char=127" "print v_signed_char > 0" "\\$\[0-9\]* = $true" "print …
69 test_expr "set variable v_signed_char=-1" "print v_signed_char == 0" "\\$\[0-9\]* = $false" "print…
[all …]
/netbsd/src/external/bsd/byacc/dist/test/
Dexpr.oxout.h83 #define yycheck test_expr.test_yycheck
84 #define yydefred test_expr.test_yydefred
85 #define yydgoto test_expr.test_yydgoto
86 #define yygindex test_expr.test_yygindex
87 #define yylen test_expr.test_yylen
88 #define yylhs test_expr.test_yylhs
89 #define yyrindex test_expr.test_yyrindex
90 #define yysindex test_expr.test_yysindex
91 #define yytable test_expr.test_yytable
92 } test_expr; variable
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
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" \
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
DMakefile.in157 am__EXEEXT_1 = test_name$(EXEEXT) test_expr$(EXEEXT)
221 test_expr_SOURCES = test_expr.c
222 test_expr_OBJECTS = test_expr.$(OBJEXT)
281 ./$(DEPDIR)/softp11.Plo ./$(DEPDIR)/test_expr.Po \
322 $(dist_hxtool_SOURCES) $(nodist_hxtool_SOURCES) test_expr.c \
325 test_expr.c test_name.c test_soft_pkcs11.c
948 test_expr
1251 test_expr$(EXEEXT): $(test_expr_OBJECTS) $(test_expr_DEPENDENCIES) $(EXTRA_test_expr_DEPENDENCIES)
1252 @rm -f test_expr$(EXEEXT)
1320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_expr.Po@am__quote@ # am--include-marker
[all …]
DMakefile.am220 test_expr
/netbsd/src/external/gpl3/gcc/dist/gcc/
Difcvt.cc475 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local
510 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
511 if (! test_expr) in cond_exec_process_if_block()
582 && modified_in_p (test_expr, insn)) in cond_exec_process_if_block()
608 true_expr = test_expr; in cond_exec_process_if_block()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc5522 rtx test_expr; in frv_ifcvt_modify_multiple_tests() local
5580 test_expr = true_expr; in frv_ifcvt_modify_multiple_tests()
5588 test_expr = false_expr; in frv_ifcvt_modify_multiple_tests()
5600 cc = XEXP (test_expr, 0); in frv_ifcvt_modify_multiple_tests()
5601 compare = gen_rtx_fmt_ee (GET_CODE (test_expr), CC_CCRmode, cc, const0_rtx); in frv_ifcvt_modify_multiple_tests()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DREADME703 gdb.base/exprs.exp defines a `test_expr' that calls `gdb_test'
DChangeLog-1993-20132214 * gdb.base/exprs.exp (test_expr): Add regression test.
16141 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16161 * gdb.base/exprs.exp (test_expr): Add test for string
29031 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique