Lines Matching defs:mant
495 unsigned long mant;
565 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
568 dto += ldexp ((double) mant, exponent - mant_bits);
635 double mant;
680 mant = frexp (dfrom, &exponent);
690 mant = ldexp (mant, exponent + fmt->exp_bias - 1);
700 mant *= 4294967296.0;
701 mant_long = (unsigned long)mant;
702 mant -= mant_long;