Home
last modified time | relevance | path

Searched refs:bool_comp (Results 1 – 4 of 4) sorted by relevance

/dports/math/p5-Number-Misc/Number-Misc-1.2/t/
H A Dtest.t13 sub bool_comp;
25 bool_comp is_numeric('3'), 1, "$name: 3";
26 bool_comp is_numeric('0003'), 1, "$name: 0003";
27 bool_comp is_numeric('0.003'), 1, "$name: 0.003";
29 bool_comp is_numeric('3,003'), 1, "$name: 3,003";
30 bool_comp is_numeric(' 3'), 0, "$name: 3";
78 bool_comp is_even(1), 0, "$name: 1";
79 bool_comp is_even(2), 1, "$name: 2";
90 bool_comp is_odd(1), 1, "$name: 1";
91 bool_comp is_odd(2), 0, "$name: 2";
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenparse.h546 #define bool_comp(s) (s >= B_EQ && s <= B_OR) macro
H A Dgeneval.c16662 if (bool_comp(t->t)) { in eval()
16682 } else if (bool_comp(t->t)) { in eval()
H A Dgeneval.c.try16765 if (bool_comp(t->t)) {
16785 } else if (bool_comp(t->t)) {