Searched refs:__dfp_rounding_mode (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecRound.c40 static enum rounding __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; variable in typeref:enum:rounding
50 __dfp_rounding_mode = DEC_ROUND_FLOOR; break;
52 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
54 __dfp_rounding_mode = DEC_ROUND_HALF_UP; break;
56 __dfp_rounding_mode = DEC_ROUND_DOWN; break;
58 __dfp_rounding_mode = DEC_ROUND_CEILING; break;
61 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
72 switch (__dfp_rounding_mode)
96 return __dfp_rounding_mode;
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecRound.c40 static enum rounding __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; variable in typeref:enum:rounding
50 __dfp_rounding_mode = DEC_ROUND_FLOOR; break;
52 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
54 __dfp_rounding_mode = DEC_ROUND_HALF_UP; break;
56 __dfp_rounding_mode = DEC_ROUND_DOWN; break;
58 __dfp_rounding_mode = DEC_ROUND_CEILING; break;
61 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
72 switch (__dfp_rounding_mode)
96 return __dfp_rounding_mode;
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecRound.c40 static enum rounding __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; variable in typeref:enum:rounding
50 __dfp_rounding_mode = DEC_ROUND_FLOOR; break;
52 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
54 __dfp_rounding_mode = DEC_ROUND_HALF_UP; break;
56 __dfp_rounding_mode = DEC_ROUND_DOWN; break;
58 __dfp_rounding_mode = DEC_ROUND_CEILING; break;
61 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
72 switch (__dfp_rounding_mode)
96 return __dfp_rounding_mode;
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecRound.c40 static enum rounding __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; variable in typeref:enum:rounding
50 __dfp_rounding_mode = DEC_ROUND_FLOOR; break;
52 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
54 __dfp_rounding_mode = DEC_ROUND_HALF_UP; break;
56 __dfp_rounding_mode = DEC_ROUND_DOWN; break;
58 __dfp_rounding_mode = DEC_ROUND_CEILING; break;
61 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
72 switch (__dfp_rounding_mode)
96 return __dfp_rounding_mode;

Completed in 66 milliseconds