/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_comparison.cc | 389 void CompareValues(T expected, T actual, int64 linear_index) { in CompareValues() function in xla::literal_comparison::__anon90b6a3750111::NearComparator 478 void CompareValues(complex64 expected, complex64 actual, int64 linear_index) { in CompareValues() function in xla::literal_comparison::__anon90b6a3750111::NearComparator 480 CompareValues<float>(expected.real(), actual.real(), linear_index); in CompareValues() 481 CompareValues<float>(expected.imag(), actual.imag(), linear_index); in CompareValues() 491 void CompareValues(complex128 expected, complex128 actual, in CompareValues() function in xla::literal_comparison::__anon90b6a3750111::NearComparator 494 CompareValues<double>(expected.real(), actual.real(), linear_index); in CompareValues() 495 CompareValues<double>(expected.imag(), actual.imag(), linear_index); in CompareValues() 514 CompareValues(expected_data[i], actual_data[i], i); in CompareLiterals() 527 CompareValues(expected_.Get<NativeT>(*multi_index), in CompareLiteralsSlow()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderImageLoadStoreTests.cpp | 206 …bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int… in CompareValues() function in glcts::__anon6feb60710111::ShaderImageLoadStoreBase 221 …bool CompareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalfo… in CompareValues() function in glcts::__anon6feb60710111::ShaderImageLoadStoreBase 1891 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Write() 2130 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Write() 2384 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Read() 2597 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Read() 3684 if (!CompareValues(map_data, kSize, vec4(expectedVal))) in Run() 3695 if (!CompareValues(map_data, kSize, vec4(13.0f))) in Run() 3878 if (!CompareValues(map_data, kSize, vec4(0, 1, 0, 1))) in Run() 4131 if (!CompareValues(map_data, kSize, vec4(0, 1, 0, 1))) in Run() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 212 …bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int… in CompareValues() function in gl4cts::es31compatibility::__anon876438760111::ShaderImageLoadStoreBase 227 …bool CompareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalfo… in CompareValues() function in gl4cts::es31compatibility::__anon876438760111::ShaderImageLoadStoreBase 1927 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Write() 2169 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Write() 2422 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Read() 2635 status = CompareValues(map_data, kSize, expected_value, internalformat, layers); in Read() 3733 if (!CompareValues(map_data, kSize, vec4(expectedVal))) in Run() 3744 if (!CompareValues(map_data, kSize, vec4(13.0f))) in Run() 3927 if (!CompareValues(map_data, kSize, vec4(0, 1, 0, 1))) in Run() 4181 if (!CompareValues(map_data, kSize, vec4(0, 1, 0, 1))) in Run() [all …]
|