Searched refs:VpGetRoundMode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h193 VP_EXPORT unsigned short VpGetRoundMode(void);
H A Dbigdecimal.c529 fo = VpGetRoundMode();
1492 VpLeftRound(cv,VpGetRoundMode(),ix);
1510 VpLeftRound(cv,VpGetRoundMode(),mx);
1527 VpLeftRound(cv,VpGetRoundMode(),mx);
1544 VpLeftRound(cv,VpGetRoundMode(),mx);
1640 unsigned short sw = VpGetRoundMode();
2598 unsigned short const round_mode = VpGetRoundMode();
3413 VpGetRoundMode(void) function
3454 return VpGetRoundMode();
5855 return VpLeftRound(c, VpGetRoundMode(), (ssize_
[all...]

Completed in 107 milliseconds