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

/gem5/ext/fputils/tests/
H A Dfp80_cvfd.c97 test_cvfd_class_exp(const char *name, double x, int exp) function
115 test_cvfd_class_exp("double->fp80 smallest normal", 1.0, -1022);
116 test_cvfd_class_exp("double->fp80 denormal1", 0.5, -1022);
117 test_cvfd_class_exp("double->fp80 denormal2", 0.25, -1022);

Completed in 3 milliseconds