Home
last modified time | relevance | path

Searched refs:truth (Results 1 – 25 of 98) sorted by relevance

1234

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhandy_base.pl40 sub truth($) { # Converts values so is() works subroutine
236 $matches = truth(! ($matches % 2));
286 my $truth = $matches;
287 if ($truth) {
292 $truth = 0
302 $truth = 0 if $suffix eq "_A"
309 is ($ret, $truth, "${tab}And correctly returns $truth");
316 my $truth;
323 $truth = 0;
326 $truth = $matches;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DGetOptsOO.pm15 my($target, $args, $truth) = @_;
25 $truth = 1 unless @_ > 2;
27 DEBUG > 3 and print " Truth is $truth\n";
58 DEBUG > 3 and print " $method is true ($truth)\n";
59 $target->$method( $truth );
/openbsd/gnu/gcc/gcc/
H A Dgenflags.c133 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_proto() local
154 if (truth != 0) in gen_proto()
173 if (truth == 0) in gen_proto()
196 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_insn() local
209 if (truth == 0) in gen_insn()
211 else if (truth == 1) in gen_insn()
H A Dgencodes.c37 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_insn() local
44 if (truth == 0) in gen_insn()
H A Dgenrecog.c2544 int truth = maybe_eval_c_test (c_test); in make_insn_sequence() local
2551 gcc_assert (truth); in make_insn_sequence()
2599 if (truth == -1) in make_insn_sequence()
2674 if (truth == -1) in make_insn_sequence()
/openbsd/usr.sbin/ifstated/
H A Difstated.c364 expression->truth = !external->prevstatus; in adjust_external_expressions()
472 int truth; in scan_ifstate_single() local
474 truth = in scan_ifstate_single()
484 expression->truth = truth; in scan_ifstate_single()
536 expression->truth = expression->left->truth && in adjust_expressions()
537 expression->right->truth; in adjust_expressions()
540 expression->truth = expression->left->truth || in adjust_expressions()
541 expression->right->truth; in adjust_expressions()
544 expression->truth = !expression->right->truth; in adjust_expressions()
620 action->act.c.expression->truth) || in do_action()
H A Difstated.h98 u_int8_t truth; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenflags.c138 int truth = maybe_eval_c_test (XSTR (insn, 2)); local
159 if (truth != 0)
178 if (truth == 0)
204 int truth = maybe_eval_c_test (XSTR (insn, 2)); local
217 if (truth == 0)
219 else if (truth == 1)
H A Dgencodes.c39 int truth = maybe_eval_c_test (XSTR (insn, 2)); local
46 if (truth == 0)
H A Dgenrecog.c2457 int truth = maybe_eval_c_test (c_test); local
2464 if (truth == 0)
2515 if (truth == -1)
2590 if (truth == -1)
H A DChangeLog.0905 as truth value.
7006 truth value.
7010 as truth value.
7016 truth value.
7048 as truth value.
7584 as truth.
8255 truth value.
8296 truth value.
8375 truth value.
8544 as truth value.
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum4.C7 definite_tristate (int truth) in definite_tristate() argument
9 return (truth) ? yes : no; in definite_tristate()
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpredicates.md86 ;; Return truth value of statement that OP is a symbolic memory
342 ;; Return truth value of whether OP can be used as an operand in a
353 ;; Return truth value of whether OP can be used as an operand in a
397 ;; Return truth value of whether OP is an integer which fits the range
408 ;; Return truth value of whether OP is an integer which fits the range
417 ;; Return truth value of whether OP is an integer which fits the range
426 ;; Return truth value of whether OP is an integer which fits the range
435 ;; Return truth value of whether OP is an integer which fits the range
452 ;; Return truth value of whether OP is an integer which fits the range
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dbld.h595 ffebldConstant ffebld_constant_new_logical1 (bool truth);
599 ffebldConstant ffebld_constant_new_logical2 (bool truth);
603 ffebldConstant ffebld_constant_new_logical3 (bool truth);
607 ffebldConstant ffebld_constant_new_logical4 (bool truth);
611 ffebldConstant ffebld_constant_new_logical5 (bool truth);
615 ffebldConstant ffebld_constant_new_logical6 (bool truth);
619 ffebldConstant ffebld_constant_new_logical7 (bool truth);
623 ffebldConstant ffebld_constant_new_logical8 (bool truth);
H A Dtarget.h1311 #define ffetarget_logical1(v,truth) (*(v) = truth ? 1 : 0) argument
H A Dbld.c1130 ffebld_constant_new_logical1 (bool truth) in ffebld_constant_new_logical1() argument
1134 ffetarget_logical1 (&val, truth); in ffebld_constant_new_logical1()
/openbsd/games/fortune/datfiles/
H A Dstartrek134 "Evil does seek to maintain power by suppressing the truth."
205 I'm a soldier, not a diplomat. I can only tell the truth.
248 Is truth not truth for all?
324 Many Myths are based on truth
727 are telling the truth. You cannot tell the truth because everything
728 you say is a lie. You lie, you tell the truth ... but you cannot, for
H A Dfortunes27314 A truth that's told with bad intent
10033 Beauty is truth, truth beauty, that is all
13966 Facts are the enemy of truth.
14428 Sober truth,
19805 It's the truth.
22428 In war, truth is the first casualty.
26707 Most people prefer certainty to truth.
27148 My way of joking is to tell the truth.
36497 advantage to see the truth.
37427 of a profound truth may well be another profound truth.
[all …]
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D018_json_checker.t69 ["Bad value", truth]
/openbsd/gnu/llvm/llvm/docs/
H A DMisExpect.rst19 truth provided by a profiling input.
H A DExtendedIntegerResults.txt127 the sad truth of the matter is that this is a) unlikely to happen anytime in
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dparse.t1030 my @truth = (
1041 for my $t (@truth) {
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td22 /// truth. Languages and extensions often have formation rules which differ
/openbsd/gnu/usr.bin/perl/lib/
H A Doverload.t1379 bool => sub { shift->{truth} eq 'yes' },
1380 '0+' => sub { shift->{truth} eq 'yes' ? '1' : '0' },
1381 '!' => sub { shift->{truth} eq 'no' },
1384 sub new { my $class = shift; bless { truth => shift }, $class }
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlsyn.pod47 are exempt from warnings (because they care about truth rather than
136 Its truth or falsehood determines how the modifier will behave.
348 regular truth value.

1234