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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.cpp257 expect<double>(1e154, []{return D::fsqrt_d(1e308);}, "fsqrt.d");
259 double fd = D::fsqrt_d(-1.0);
263 double fd = D::fsqrt_d(numeric_limits<double>::quiet_NaN());
267 double fd = D::fsqrt_d(numeric_limits<double>::signaling_NaN());
271 []{return D::fsqrt_d(numeric_limits<double>::infinity());},
H A Drv64d.h148 fsqrt_d(double fs1) function in namespace:D
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1100 DECLARE_INSN(fsqrt_d, MATCH_FSQRT_D, MASK_FSQRT_D)

Completed in 17 milliseconds