Searched refs:NUM_WROTE_DEC (Results 1 – 1 of 1) sorted by relevance
1164 #define NUM_WROTE_DEC 0x01 /* Written the decimal separator */ macro1398 dwState |= NUM_WROTE_DEC; in VARIANT_FormatNumber()1437 dwState & NUM_WROTE_DEC ? "fractional " : "", in VARIANT_FormatNumber()1440 if (dwState & NUM_WROTE_DEC) in VARIANT_FormatNumber()