Home
last modified time | relevance | path

Searched refs:POPn (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpp.h223 #define POPn (SvNVx(POPs)) macro
594 #define dPOPnv NV value = POPn
602 #define dPOPXnnrl(X) NV right = POPn; NV left = CAT2(X,n)
Dpp_sys.c2503 len = (Off_t)POPn;
5031 NV input = Perl_floor(POPn);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007578 POPn # T
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlinterp.pod773 value = POPn;
778 below. C<POPn> gives you the NV (floating point value) of the top SV on
Dperlhacktips.pod1325 #define dPOPTOPnnrl_ul NV right = POPn; \
1329 C<POPn> takes the SV from the top of the stack and obtains its NV
1332 C<POPn> uses C<TOPs> - but doesn't remove it. We then use C<SvNV> to
1333 get the NV from C<leftsv> in the same way as before - yes, C<POPn> uses
Dperlcall.pod687 POPn double (NV)
/openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
DListUtil.xs235 ret = modf(POPn, &dummy); /* bound to < 1 */ in MY_callrand()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5006000514 POPn # E
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc744 Amnd|NV|POPn