Searched refs:fp80_cvtfp64 (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/fputils/include/fputils/
H A Dfp80.h190 * Convenience wrapper around fp80_cvtfp64() that returns a double
193 * Note that this conversion is lossy, see fp80_cvtfp64() for details
225 fp64_t fp80_cvtfp64(fp80_t fp80);
/gem5/ext/fputils/
H A Dfp80.c145 return fp80_cvtfp64(fp80).value;
149 fp80_cvtfp64(fp80_t fp80) function

Completed in 5 milliseconds