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

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

Completed in 5 milliseconds