Searched refs:expectedOut (Results 1 – 1 of 1) sorted by relevance
2181 Target.Floaty expectedOut = t.new32(result.lgamma, resultMin.lgamma, resultMax.lgamma); in verifyLgamma() local2186 if (!expectedOut.couldBe(args.out) || in verifyLgamma()2191 message.append(expectedOut.toString()); in verifyLgamma()2617 Target.Floaty expectedOut = expm1(args.inVDouble, t);2618 if (!expectedOut.couldBe(args.outDouble, extraAllowedError)) {2622 message.append("Expected output out: " + expectedOut.toString() + "\n");2882 Target.Floaty expectedOut = tan(args.inVDouble, t);2883 if (!expectedOut.couldBe(args.outDouble)) {2886 message.append("Expected output out: " + expectedOut.toString() + "\n");2926 Target.Floaty expectedOut = tanpi(args.inVDouble, t);[all …]