Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dpp.h141 #define POPn (SvNVx(POPs)) macro
339 #define dPOPnv NV value = POPn
352 #define dPOPXnnrl(X) NV right = POPn; NV left = CAT2(X,n)
358 NV right = POPn; \
Dpp.c1288 dright = POPn; in PP()
1321 dleft = POPn; in PP()
2686 const NV value = POPn; in PP()
2696 const NV value = POPn; in PP()
2724 value = POPn; in PP()
2755 value = POPn; in PP()
2766 const NV value = POPn; in PP()
2780 const NV value = POPn; in PP()
Dpp_sys.c2111 len = (Off_t)POPn; in PP()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dapidoc.fnc74 Amn|NV|POPn
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D50060003 POPn # E
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlhack.pod1310 value = POPn;
1315 below. C<POPn> gives you the NV (floating point value) of the top SV on
1618 #define dPOPTOPnnrl_ul NV right = POPn; \
1622 C<POPn> takes the SV from the top of the stack and obtains its NV either
1624 C<TOPs> takes the next SV from the top of the stack - yes, C<POPn> uses
1626 C<leftsv> in the same way as before - yes, C<POPn> uses C<SvNV>.
Dperlapi.pod2470 =item POPn
2471 X<POPn>
2475 NV POPn
Dperlcall.pod666 POPn double
Dperltoc.pod5310 mXPUSHu X<mXPUSHu>, ORIGMARK X<ORIGMARK>, POPi X<POPi>, POPl X<POPl>, POPn
5311 X<POPn>, POPp X<POPp>, POPpbytex X<POPpbytex>, POPpx X<POPpx>, POPs