Home
last modified time | relevance | path

Searched defs:epsilon (Results 1 - 25 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DCurrentNormalTest.cpp57 float epsilon = 0.00001f; in TEST_P() local
H A DCurrentColorTest.cpp46 float epsilon = 0.00001f; in TEST_P() local
H A DCurrentTextureCoordsTest.cpp76 float epsilon = 0.00001f; in TEST_P() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRandom.cpp91 const float epsilon = 0.01f; in Random_selfTest() local
/third_party/pulseaudio/src/tests/
H A Dcore-util-test.c225 double epsilon = 0.001; in START_TEST() local
/third_party/ffmpeg/libavcodec/tests/
H A Dcelp_math.c22 static inline void IsAlmostEqual(float A, float B, float epsilon) in IsAlmostEqual() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp109 bool isEqualRelEpsilon (const tcu::Vector<float, Size>& a, const tcu::Vector<float, Size>& b, const float epsilon) in isEqualRelEpsilon() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.hpp109 bool isEqualRelEpsilon (const tcu::Vector<float, Size>& a, const tcu::Vector<float, Size>& b, const float epsilon) in isEqualRelEpsilon() argument
/third_party/mesa3d/src/mesa/main/
H A Ddrawpix.c353 const GLfloat epsilon = 0.0001F; in _mesa_Bitmap() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPackUnpackTest.cpp131 static const double epsilon = 0.0005; in compareBeforeAfter() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon() argument
137 const float epsilon = 0.001f; in verifyOutput() local
/third_party/skia/tests/
H A DFloatingPointTextureTest.cpp31 runFPTest(skiatest::Reporter* reporter, GrDirectContext* dContext, T min, T max, T epsilon, T maxInt, int arraySize, GrColorType colorType) runFPTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon() argument
137 const float epsilon = 0.001f; in verifyOutput() local
/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp213 double epsilon = pow (10, -5); in test_property_by_index() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdge.java77 public static SimpleEdge epsilon() { in epsilon() method in Edge
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp178 const float epsilon = 0.001f; in verifyFractionalSpacingSingle() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGLCoverageTests.cpp100 const float epsilon = (float)1e-5; in iterate() local
152 const float epsilon = (float)1e-5; in iterate() local
305 const float epsilon = (float)1e-5; in iterate() local
509 const float epsilon in iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.cpp237 tcu::RGBA epsilon = GetEpsilon(); in iterate() local
376 tcu::UVec4 epsilon; in GetEpsilon() local
388 VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, tcu::RGBA epsilon) VerifyImg() argument
[all...]
H A DesextcDrawBuffersIndexedColorMasks.cpp207 tcu::RGBA epsilon = GetEpsilon(); in iterate() local
410 tcu::UVec4 epsilon; in GetEpsilon() local
422 VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, tcu::RGBA epsilon) VerifyImg() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderMaxPatchVertices.cpp665 const glw::GLfloat epsilon = (glw::GLfloat)1e-5f; in compareResults() local
H A DesextcTessellationShaderProperties.cpp66 const float epsilon = (float)1e-5; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGetterCalls.cpp421 const float epsilon = 1e-5f; in verifyTextureBindings() local
514 const glw::GLfloat epsilon = 1e-5f; in verifyGetTexLevelParameters() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp178 const float epsilon = 0.001f; in verifyFractionalSpacingSingle() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderBallotTests.cpp453 const float epsilon = 0.008f; in validateColor() local
H A Dgl4cSparseTexture2Tests.hpp145 std::string epsilon; member

Completed in 14 milliseconds

12345