Searched refs:test_expr (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/tests/bin/expr/ |
H A D | t_expr.sh | 30 test_expr() { function 57 test_expr '4611686018427387904 + 4611686018427387903' \ 59 test_expr '4611686018427387904 + 4611686018427387904' \ 61 test_expr '4611686018427387904 - -4611686018427387904' \ 63 test_expr '-4611686018427387904 - 4611686018427387903' \ 65 test_expr '-4611686018427387904 - 4611686018427387905' \ 67 test_expr '-4611686018427387904 \* 1' '-4611686018427387904' 68 test_expr '-4611686018427387904 \* -1' '4611686018427387904' 69 test_expr '-4611686018427387904 \* 2' '-9223372036854775808' 70 test_expr '-4611686018427387904 \* 3' \ [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | Makefile.in | 157 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 …]
|
H A D | Makefile.am | 220 test_expr
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | integer-expressions.c | 22 static struct test_expr { struct
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ifcvt.c | 465 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local 500 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block() 501 if (! test_expr) in cond_exec_process_if_block() 572 && modified_in_p (test_expr, insn)) in cond_exec_process_if_block() 598 true_expr = test_expr; in cond_exec_process_if_block()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ifcvt.cc | 475 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.old/dist/gcc/config/frv/ |
H A D | frv.c | 5533 rtx test_expr; in frv_ifcvt_modify_multiple_tests() local 5591 test_expr = true_expr; in frv_ifcvt_modify_multiple_tests() 5599 test_expr = false_expr; in frv_ifcvt_modify_multiple_tests() 5611 cc = XEXP (test_expr, 0); in frv_ifcvt_modify_multiple_tests() 5612 compare = gen_rtx_fmt_ee (GET_CODE (test_expr), CC_CCRmode, cc, const0_rtx); in frv_ifcvt_modify_multiple_tests()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.cc | 5522 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()
|