VpGetRoundMode    561 ext/bigdecimal/bigdecimal.c 	fo = VpGetRoundMode();
VpGetRoundMode   1547 ext/bigdecimal/bigdecimal.c         VpLeftRound(cv, VpGetRoundMode(), ix);
VpGetRoundMode   1574 ext/bigdecimal/bigdecimal.c 	VpLeftRound(cv, VpGetRoundMode(), mx);
VpGetRoundMode   1604 ext/bigdecimal/bigdecimal.c 	VpLeftRound(cv, VpGetRoundMode(), mx);
VpGetRoundMode   1622 ext/bigdecimal/bigdecimal.c 	VpLeftRound(cv, VpGetRoundMode(), mx);
VpGetRoundMode   1719 ext/bigdecimal/bigdecimal.c     unsigned short sw = VpGetRoundMode();
VpGetRoundMode   2457 ext/bigdecimal/bigdecimal.c 	VpMidRound(y, VpGetRoundMode(), n);
VpGetRoundMode   2713 ext/bigdecimal/bigdecimal.c     unsigned short const round_mode = VpGetRoundMode();
VpGetRoundMode   3569 ext/bigdecimal/bigdecimal.c     return VpGetRoundMode();
VpGetRoundMode   6048 ext/bigdecimal/bigdecimal.c     return VpLeftRound(c, VpGetRoundMode(), (ssize_t)ix);
VpGetRoundMode   6058 ext/bigdecimal/bigdecimal.c     unsigned short const rounding_mode = VpGetRoundMode();
VpGetRoundMode    239 ext/bigdecimal/bigdecimal.h VP_EXPORT unsigned short VpGetRoundMode(void);