Searched refs:test_expr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh30 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 '
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in170 am__EXEEXT_1 = test_name$(EXEEXT) test_expr$(EXEEXT)
178 test_expr_SOURCES = test_expr.c
179 test_expr_OBJECTS = test_expr.$(OBJEXT)
211 $(dist_hxtool_SOURCES) $(nodist_hxtool_SOURCES) test_expr.c \
214 test_expr.c test_name.c test_soft_pkcs11.c
612 test_expr
897 test_expr$(EXEEXT): $(test_expr_OBJECTS) $(test_expr_DEPENDENCIES)
898 @rm -f test_expr$(EXEEXT)
963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_expr.Po@am__quote@
H A DMakefile.am211 test_expr
/freebsd-11-stable/contrib/gcc/
H A Difcvt.c382 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */
412 test_expr = cond_exec_get_condition (BB_END (test_bb));
413 if (! test_expr)
440 /* Map test_expr/test_jump into the appropriate MD tests to use on
443 true_expr = test_expr;
380 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ local

Completed in 196 milliseconds