D | custom_float.c | 32 bool *negative, in build_custom_float() argument 48 *negative = false; in build_custom_float() 57 *negative = format->sign; in build_custom_float() 60 *negative = false; in build_custom_float() 124 bool negative, in setup_custom_float() argument 174 if (negative && format->sign) in setup_custom_float() 189 bool negative; in convert_to_custom_float_format() local 192 value, format, &negative, &mantissa, &exponenta) && in convert_to_custom_float_format() 194 format, negative, mantissa, exponenta, result); in convert_to_custom_float_format()
|