Searched refs:CVT_C_ROUND_TO_NEAREST (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dndrfloat.c507 ** CVT_C_ROUND_TO_NEAREST - round to nearest
513 ** CVT_C_ROUND_TO_NEAREST.
542 case 0 : options |= CVT_C_ROUND_TO_NEAREST;
543 case CVT_C_ROUND_TO_NEAREST :
582 ** CVT_C_ROUND_TO_NEAREST - round to nearest
588 ** CVT_C_ROUND_TO_NEAREST.
613 case 0 : options |= CVT_C_ROUND_TO_NEAREST;
614 case CVT_C_ROUND_TO_NEAREST :
653 ** CVT_C_ROUND_TO_NEAREST - round to nearest
659 ** CVT_C_ROUND_TO_NEAREST
[all...]
H A Dround.c.h206 case 0 : if (options & CVT_C_ROUND_TO_NEAREST)
224 if (options & CVT_C_ROUND_TO_NEAREST) {
H A Dcvt.h130 #define CVT_C_ROUND_TO_NEAREST 1
129 #define CVT_C_ROUND_TO_NEAREST macro

Completed in 95 milliseconds