Searched refs:mPrecisionLimit (Results 1 – 2 of 2) sorted by relevance
359 std::string mPrecisionLimit; // Maximum precision required when checking output of this variable415 std::string getPrecisionLimit() const { return mPrecisionLimit; } in getPrecisionLimit()464 std::string mPrecisionLimit; // Maximum precision required when checking output of this variable490 std::string getPrecisionLimit() const { return mPrecisionLimit; } in getPrecisionLimit()
566 mPrecisionLimit = value.substr(8, pParen - 8); in parseTest()716 mPrecisionLimit = spec->getPrecisionLimit(); in FunctionPermutation()