Home
last modified time | relevance | path

Searched refs:pp_floor (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dbuiltin.c586 PP(pp_floor) in PP() argument
H A Dpp_proto.h87 PERL_CALLCONV PP(pp_floor) __attribute__visibility__("hidden");
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm6778 sub pp_floor { $_[0]->maybe_targmy(@_[1,2], \&builtin1, "floor"); } subroutine