Home
last modified time | relevance | path

Searched refs:DFP_INIT_ROUNDMODE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgcc/
HDdfp-bit.c72 DFP_INIT_ROUNDMODE (context.round); in dfp_binary_op()
112 DFP_INIT_ROUNDMODE (context.round); in d32_binary_op()
155 DFP_INIT_ROUNDMODE (context.round); in dfp_compare_op()
416 DFP_INIT_ROUNDMODE (context.round); in DFP_TO_DFP()
436 DFP_INIT_ROUNDMODE (context.round); in DFP_TO_DFP()
456 DFP_INIT_ROUNDMODE (context.round); in DFP_TO_DFP()
593 DFP_INIT_ROUNDMODE (context.round); in INT_TO_DFP()
643 DFP_INIT_ROUNDMODE (context.round); in BFP_TO_DFP()
HDdfp-bit.h115 #ifndef DFP_INIT_ROUNDMODE
116 #define DFP_INIT_ROUNDMODE(A) A = DEC_ROUND_HALF_EVEN macro