Searched refs:bitsAreEven (Results 1 – 1 of 1) sorted by relevance
464 bool bitsAreEven = ((FPBits<T>(libcResult).bitsAsUInt() & 1) == 0); in compareUnaryOperationSingleOutput() local466 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareUnaryOperationSingleOutput()489 bool bitsAreEven = ((FPBits<T>(libcResult.f).bitsAsUInt() & 1) == 0); in compareUnaryOperationTwoOutputs() local491 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareUnaryOperationTwoOutputs()521 bool bitsAreEven = ((FPBits<T>(libcResult.f).bitsAsUInt() & 1) == 0); in compareBinaryOperationTwoOutputs() local523 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareBinaryOperationTwoOutputs()542 bool bitsAreEven = ((FPBits<T>(libcResult).bitsAsUInt() & 1) == 0); in compareBinaryOperationOneOutput() local544 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareBinaryOperationOneOutput()