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

/gem5/ext/fputils/include/fputils/
H A Dfp64.h60 extern const fp64_t fp64_snan;
/gem5/ext/fputils/
H A Dfp64.c43 const fp64_t fp64_snan = BUILD_FP64(0, FP64_FRAC_SNAN, FP64_EXP_SPECIAL); variable
H A Dfp80.c175 return fp80_sgn(fp80) > 0 ? fp64_snan : fp64_nsnan;

Completed in 6 milliseconds