Home
last modified time | relevance | path

Searched refs:all_integers (Results 1 – 25 of 63) sorted by relevance

123

/dports/science/py-moltemplate/moltemplate-2.19.14/moltemplate/
H A Dnbody_reorder_atoms.py98 all_integers = True
103 all_integers = False
104 if all_integers:
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/ValuesAndExpressions/
H A DProhibitMagicNumbers.run709 ## name Any integer value should pass if the allowed values contains 'all_integers'.
711 ## parms { allowed_values => 'all_integers' }
719 ## parms { allowed_values => 'all_integers' }
724 ## name A non-integral value should pass if the allowed values contains it and 'all_integers'.
726 ## parms { allowed_values => 'all_integers 429.73902' }
733 ## parms { allowed_values => 'all_integers', allowed_types => 'Binary' }
740 ## parms { allowed_values => 'all_integers', allowed_types => 'Hex' }
745 ## name Any octal value should pass if the allowed values contains 'all_integers' and allowed types…
747 ## parms { allowed_values => 'all_integers', allowed_types => 'Octal' }
794 …, -1/2 ... 7/5 should pass if the allowed values contains the '-1.5..3.5' range and 'all_integers'.
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/ValuesAndExpressions/
H A Dprohibit_magic_numbers.t806 --- dscr: Any integer value should pass if the allowed values contains 'all_integers'.
808 --- params: {prohibit_magic_numbers => {allowed_values => 'all_integers'}}
816 --- params: {prohibit_magic_numbers => {allowed_values => 'all_integers'}}
821 --- dscr: A non-integral value should pass if the allowed values contains it and 'all_integers'.
823 --- params: {prohibit_magic_numbers => {allowed_values => 'all_integers 429.73902'}}
830 --- params: {prohibit_magic_numbers => {allowed_values => 'all_integers', allowed_types => 'Binary'…
837 --- params: {prohibit_magic_numbers => {allowed_values => 'all_integers', allowed_types => 'Hex'}}
842 --- dscr: Any octal value should pass if the allowed values contains 'all_integers' and allowed typ…
844 --- params: {prohibit_magic_numbers => {allowed_values => 'all_integers', allowed_types => 'Octal'}}
891 …, -1/2 ... 7/5 should pass if the allowed values contains the '-1.5..3.5' range and 'all_integers'.
[all …]
/dports/math/octave/octave-6.4.0/examples/code/
H A Dparamdemo.cc27 if (m.all_integers (min_val, max_val))
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DfNDArray.h81 bool all_integers (float& max_val, float& min_val) const;
82 bool all_integers (void) const;
H A DdNDArray.h89 bool all_integers (double& max_val, double& min_val) const;
90 bool all_integers (void) const;
H A DfNDArray.cc308 FloatNDArray::all_integers (float& max_val, float& min_val) const in all_integers() function in FloatNDArray
338 FloatNDArray::all_integers (void) const in all_integers() function in FloatNDArray
H A DCNDArray.h74 bool all_integers (double& max_val, double& min_val) const;
H A DfCNDArray.h75 bool all_integers (float& max_val, float& min_val) const;
H A DdNDArray.cc351 NDArray::all_integers (double& max_val, double& min_val) const in all_integers() function in NDArray
381 NDArray::all_integers (void) const in all_integers() function in NDArray
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ValuesAndExpressions/
H A DProhibitMagicNumbers.pm387 …if (!$allowed_values{all_integers} && !$allowed_values{$token_data+0}) { # `+0` to convert to numb…
405 elsif (!$allowed_values{all_integers} || $token_data !~ /[.]0+\z/) {
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-flt-cx-diag.cc177 if (m.all_integers (max_val, min_val)) in save_binary()
H A Dov-flt-re-diag.cc195 if (m.all_integers (max_val, min_val)) in save_binary()
H A Dov-cx-diag.cc206 if (m.all_integers (max_val, min_val)) in save_binary()
H A Dov-re-diag.cc272 if (m.all_integers (max_val, min_val)) in save_binary()
H A Dov-flt-cx-mat.cc409 if (m.all_integers (max_val, min_val)) in save_binary()
530 if (m.all_integers (max_val, min_val)) in save_hdf5()
/dports/devel/py-sure/sure-1.4.11/sure/
H A Dold.py59 def all_integers(obj): function
94 if all_integers(within_range):
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dprim_file_SUITE.erl732 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
734 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
773 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
775 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
778 all_integers([Int|Rest]) when is_integer(Int) -> function
779 all_integers(Rest);
780 all_integers([]) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dprim_file_SUITE.erl732 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
734 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
773 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
775 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
778 all_integers([Int|Rest]) when is_integer(Int) -> function
779 all_integers(Rest);
780 all_integers([]) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dprim_file_SUITE.erl677 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
679 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
718 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
720 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
723 all_integers([Int|Rest]) when is_integer(Int) -> function
724 all_integers(Rest);
725 all_integers([]) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dprim_file_SUITE.erl732 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
734 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
773 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
775 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
778 all_integers([Int|Rest]) when is_integer(Int) -> function
779 all_integers(Rest);
780 all_integers([]) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dprim_file_SUITE.erl732 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
734 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
773 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
775 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
778 all_integers([Int|Rest]) when is_integer(Int) -> function
779 all_integers(Rest);
780 all_integers([]) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dprim_file_SUITE.erl677 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
679 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
718 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
720 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
723 all_integers([Int|Rest]) when is_integer(Int) -> function
724 all_integers(Rest);
725 all_integers([]) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dprim_file_SUITE.erl732 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
734 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
773 all_integers(tuple_to_list(AD) ++ tuple_to_list(AT)),
775 all_integers(tuple_to_list(MD) ++ tuple_to_list(MT)),
778 all_integers([Int|Rest]) when is_integer(Int) -> function
779 all_integers(Rest);
780 all_integers([]) -> function
/dports/games/vultures-eye/vulture-2.3.67/unnethack/util/
H A Dlev_comp.y216 %type <i> all_integers
833 switchcase : CASE_ID all_integers ':'
987 | RAND_CORRIDOR_ID ':' all_integers
1004 | CORRIDOR_ID ':' corr_spec ',' all_integers
2262 all_integers : MINUS_INTEGER

123