Lines Matching defs:upperCase
3345 bool upperCase,
3355 memcpy (dst, upperCase ? infinityU: infinityL, sizeof infinityU - 1);
3360 memcpy (dst, upperCase ? NaNU: NaNL, sizeof NaNU - 1);
3366 *dst++ = upperCase ? 'X': 'x';
3373 *dst++ = upperCase ? 'P': 'p';
3378 dst = convertNormalToHexString (dst, hexDigits, upperCase, rounding_mode);
3392 bool upperCase,
3401 *dst++ = upperCase ? 'X': 'x';
3404 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower;
3488 *dst++ = upperCase ? 'P': 'p';