Home | History | Annotate | Download | only in functional

Lines Matching refs:addFunctionCases

1633 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes)
1668 addFunctionCases<AbsCase> (this, "abs", true, true, false);
1669 addFunctionCases<SignCase> (this, "sign", true, true, false);
1670 addFunctionCases<FloorCase> (this, "floor", true, false, false);
1671 addFunctionCases<TruncCase> (this, "trunc", true, false, false);
1672 addFunctionCases<RoundCase> (this, "round", true, false, false);
1673 addFunctionCases<RoundEvenCase> (this, "roundeven", true, false, false);
1674 addFunctionCases<CeilCase> (this, "ceil", true, false, false);
1675 addFunctionCases<FractCase> (this, "fract", true, false, false);
1677 addFunctionCases<ModfCase> (this, "modf", true, false, false);
1684 addFunctionCases<IsnanCase> (this, "isnan", true, false, false);
1685 addFunctionCases<IsinfCase> (this, "isinf", true, false, false);
1686 addFunctionCases<FloatBitsToIntCase> (this, "floatbitstoint", true, false, false);
1687 addFunctionCases<FloatBitsToUintCase> (this, "floatbitstouint", true, false, false);