Searched refs:dfrom (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c469 double dfrom;
476 dfrom = *from;
480 if (dfrom < 0)
483 dfrom = -dfrom;
486 if (dfrom == 0)
492 if (dfrom != dfrom)
503 if (dfrom + dfrom
467 double dfrom; local
[all...]
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dfloatformat.c469 double dfrom;
476 dfrom = *from;
480 if (dfrom < 0)
483 dfrom = -dfrom;
486 if (dfrom == 0)
492 if (dfrom != dfrom)
503 if (dfrom + dfrom
467 double dfrom; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddoublest.c338 DOUBLEST dfrom;
345 memcpy (&dfrom, from, sizeof (dfrom));
348 if (dfrom == 0)
350 if (dfrom != dfrom) /* Result is NaN */
362 if (dfrom < 0)
365 dfrom = -dfrom;
368 if (dfrom
337 DOUBLEST dfrom; local
[all...]

Completed in 160 milliseconds