Home
last modified time | relevance | path

Searched refs:num_ge (Results 1 – 21 of 21) sorted by relevance

/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/lib/List/Objects/WithUtils/Array/
H A DJunction.pm45 sub num_ge { subroutine
60 return num_ge( @_[0, 1] ) if $_[2];
152 sub num_ge { subroutine
167 return num_ge( @_[0, 1] ) if $_[2];
/dports/devel/p5-Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.003008/lib/Syntax/Keyword/Junction/
H A DAll.pm59 sub num_ge { subroutine
86 return num_ge( $self, $test ) if $switch;
H A DAny.pm59 sub num_ge { subroutine
86 return num_ge( $self, $test ) if $switch;
H A DNone.pm59 sub num_ge { subroutine
86 return num_ge( $self, $test ) if $switch;
H A DOne.pm76 sub num_ge { subroutine
113 return num_ge( $self, $test ) if $switch;
/dports/devel/p5-Perl6-Junction/Perl6-Junction-1.60000/lib/Perl6/Junction/
H A DNone.pm31 sub num_ge { subroutine
58 return num_ge( $self, $test ) if $switch;
H A DAny.pm31 sub num_ge { subroutine
58 return num_ge( $self, $test ) if $switch;
H A DAll.pm31 sub num_ge { subroutine
58 return num_ge( $self, $test ) if $switch;
H A DOne.pm39 sub num_ge { subroutine
76 return num_ge( $self, $test ) if $switch;
/dports/lang/gawk/gawk-5.1.1/awklib/eg/prog/
H A Dindirectcall.awk55 function num_ge(left, right) function
/dports/lang/gawk/gawk-5.1.1/test/
H A Dindirectcall.awk92 function num_ge(left, right) function
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/src/
H A Dnumeric.c1492 num_ge(mrb_state *mrb, mrb_value self) in num_ge() function
1558 mrb_define_method(mrb, numeric, ">=", num_ge, MRB_ARGS_REQ(1)); in mrb_init_numeric()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/src/
H A Dnumeric.c1492 num_ge(mrb_state *mrb, mrb_value self) in num_ge() function
1558 mrb_define_method(mrb, numeric, ">=", num_ge, MRB_ARGS_REQ(1)); in mrb_init_numeric()
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/src/
H A Dnumeric.c1492 num_ge(mrb_state *mrb, mrb_value self) in num_ge() function
1558 mrb_define_method(mrb, numeric, ">=", num_ge, MRB_ARGS_REQ(1)); in mrb_init_numeric()
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dscheme.c160 static int num_ge(num a, num b);
507 static int num_ge(num a, num b) { in num_ge() function
3203 case OP_GEQ: comp_func=num_ge; break; in opexe_3()
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dscheme.c152 static int num_ge(num a, num b);
544 static int num_ge(num a, num b) { in num_ge() function
3308 case OP_GEQ: comp_func=num_ge; break; in opexe_3()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Tiny/
H A Dscheme.c152 static int num_ge(num a, num b);
509 static int num_ge(num a, num b) { in num_ge() function
3579 case OP_GEQ: comp_func=num_ge; break; in opexe_3()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/tinyscheme/
H A Dscheme.c189 static int num_ge(num a, num b);
554 static int num_ge(num a, num b) { in num_ge() function
3933 case OP_GEQ: comp_func=num_ge; break; in opexe_3()
/dports/security/gnupg/gnupg-2.3.3/tests/gpgscm/
H A Dscheme.c199 static int num_ge(num a, num b);
578 static int num_ge(num a, num b) { in num_ge() function
4676 case OP_GEQ: comp_func=num_ge; break; in Eval_Cycle()
/dports/lang/gawk/gawk-5.1.1/doc/
H A Dgawk.texi22140 # num_ge --- do a numeric greater than or equal to comparison
22142 function num_ge(left, right)
22149 The @code{num_ge()} function is needed to perform a descending sort; when used
22201 return do_sort(first, last, "num_ge")
H A Dgawktexi.in21052 # num_ge --- do a numeric greater than or equal to comparison
21054 function num_ge(left, right)
21061 The @code{num_ge()} function is needed to perform a descending sort; when used
21113 return do_sort(first, last, "num_ge")