Home
last modified time | relevance | path

Searched refs:expect_ans (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/fps/fptest/
H A Dfptest.c492 float expect_ans; in spmath() local
503 expect_ans = 2.2221000; in spmath()
504 if (ans != expect_ans) { in spmath()
509 expect_ans, ans); in spmath()
510 expected = (uint64_t)(*(uint32_t *)&expect_ans); in spmath()
521 expect_ans = 0.2469000; in spmath()
522 if (ans != expect_ans) { in spmath()
527 expect_ans, ans); in spmath()
528 expected = (uint64_t)(*(uint32_t *)&expect_ans); in spmath()
539 expect_ans = 1.2191923; in spmath()
[all …]
H A Dbenchmarks.c96 double expect_ans = EXPECTED; in fpu_fdivd() local
129 if (f12 != expect_ans) { in fpu_fdivd()
132 expect_ans, f12); in fpu_fdivd()
133 expect = *(uint64_t *)&expect_ans; in fpu_fdivd()