Lines Matching defs:upperCase
3276 bool upperCase,
3286 memcpy (dst, upperCase ? infinityU: infinityL, sizeof infinityU - 1);
3291 memcpy (dst, upperCase ? NaNU: NaNL, sizeof NaNU - 1);
3297 *dst++ = upperCase ? 'X': 'x';
3304 *dst++ = upperCase ? 'P': 'p';
3309 dst = convertNormalToHexString (dst, hexDigits, upperCase, rounding_mode);
3323 bool upperCase,
3332 *dst++ = upperCase ? 'X': 'x';
3335 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower;
3419 *dst++ = upperCase ? 'P': 'p';