Searched refs:expectedOutputAsFloat (Results 1 – 2 of 2) sorted by relevance
126 …const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&expectedBytes.fr… in verifyMatrixOutput() local132 if (outputAsFloat[idx] != expectedOutputAsFloat[idx] && expectedOutputAsFloat[idx] != -1.0f) in verifyMatrixOutput()134 …"ERROR: Result data at index " << idx << " failed. Expected: " << expectedOutputAsFloat[idx] << ",… in verifyMatrixOutput()
1883 const float* expectedOutputAsFloat = reinterpret_cast<const float*>(&expectedBytes.front()); in compareFRem() local1888 const float f0 = expectedOutputAsFloat[idx]; in compareFRem()1985 const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&data.front()); in compareNMin() local1990 const float f0 = expectedOutputAsFloat[idx]; in compareNMin()2109 const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&data.front()); in compareNMax() local2114 const float f0 = expectedOutputAsFloat[idx]; in compareNMax()2232 const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&data.front()); in compareNClamp() local2237 const float e0 = expectedOutputAsFloat[idx * 2]; in compareNClamp()2238 const float e1 = expectedOutputAsFloat[idx * 2 + 1]; in compareNClamp()