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