Home
last modified time | relevance | path

Searched refs:dto (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dfloatformat.c308 double dto; in floatformat_to_double() local
352 dto = NAN; in floatformat_to_double()
354 dto = INFINITY; in floatformat_to_double()
357 dto = -dto; in floatformat_to_double()
359 *to = dto; in floatformat_to_double()
366 dto = 0.0; in floatformat_to_double()
383 dto = ldexp (1.0, exponent); in floatformat_to_double()
398 dto += ldexp ((double)mant, in floatformat_to_double()
404 dto += ldexp ((double)mant, exponent - mant_bits); in floatformat_to_double()
413 dto = -dto; in floatformat_to_double()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddoublest.c122 DOUBLEST dto; in convert_floatformat_to_doublest() local
179 dto = 0.0; in convert_floatformat_to_doublest()
201 dto = ldexp (1.0, exponent); in convert_floatformat_to_doublest()
213 dto += ldexp ((double) mant, exponent - mant_bits); in convert_floatformat_to_doublest()
221 dto = -dto; in convert_floatformat_to_doublest()
222 *to = dto; in convert_floatformat_to_doublest()