Home
last modified time | relevance | path

Searched defs:epsilon (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Depsilon.inl19 float const & epsilon
30 double const & epsilon
41 float const & epsilon
52 double const & epsilon
63 T const & epsilon
74 vecType<T, P> const & epsilon
85 T const & epsilon
96 vecType<T, P> const & epsilon
107 T const & epsilon
119 T const & epsilon
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dvector_query.inl85 T const & epsilon
98 T const & epsilon
112 T const & epsilon
124 T const & epsilon
136 T const & epsilon
148 T const & epsilon)
159 T const & epsilon
172 T const & epsilon
187 T const & epsilon
Dmatrix_query.inl7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) argument
16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) argument
25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) argument
34 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) argument
50 GLM_FUNC_QUALIFIER bool isNormalized(tmat2x2<T, P> const & m, T const & epsilon) argument
66 GLM_FUNC_QUALIFIER bool isNormalized(tmat3x3<T, P> const & m, T const & epsilon) argument
82 GLM_FUNC_QUALIFIER bool isNormalized(tmat4x4<T, P> const & m, T const & epsilon) argument
98 GLM_FUNC_QUALIFIER bool isOrthogonal(matType<T, P> const & m, T const & epsilon) argument
/third_party/skia/src/pathops/
DSkPathOpsTypes.cpp12 static bool arguments_denormalized(float a, float b, int epsilon) { in arguments_denormalized()
19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps()
29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check()
36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin()
49 static bool d_equal_ulps(float a, float b, int epsilon) { in d_equal_ulps()
56 static bool not_equal_ulps(float a, float b, int epsilon) { in not_equal_ulps()
66 static bool not_equal_ulps_pin(float a, float b, int epsilon) { in not_equal_ulps_pin()
79 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps()
86 static bool less_ulps(float a, float b, int epsilon) { in less_ulps()
96 static bool less_or_equal_ulps(float a, float b, int epsilon) { in less_or_equal_ulps()
/third_party/flutter/skia/src/pathops/
DSkPathOpsTypes.cpp12 static bool arguments_denormalized(float a, float b, int epsilon) { in arguments_denormalized()
19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps()
29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check()
36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin()
49 static bool d_equal_ulps(float a, float b, int epsilon) { in d_equal_ulps()
56 static bool not_equal_ulps(float a, float b, int epsilon) { in not_equal_ulps()
66 static bool not_equal_ulps_pin(float a, float b, int epsilon) { in not_equal_ulps_pin()
79 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps()
86 static bool less_ulps(float a, float b, int epsilon) { in less_ulps()
96 static bool less_or_equal_ulps(float a, float b, int epsilon) { in less_or_equal_ulps()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
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 = (float)1e-5; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBlending.cpp237 tcu::RGBA epsilon = GetEpsilon(); in iterate() local
376 tcu::UVec4 epsilon; in GetEpsilon() local
389 tcu::RGBA epsilon) in VerifyImg()
DesextcDrawBuffersIndexedColorMasks.cpp207 tcu::RGBA epsilon = GetEpsilon(); in iterate() local
410 tcu::UVec4 epsilon; in GetEpsilon() local
423 tcu::RGBA epsilon) in VerifyImg()
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js60 writeValue, epsilon, upperLimit, filter) { argument
102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js60 writeValue, epsilon, upperLimit, filter) { argument
102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.cpp33 …outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon()
137 const float epsilon = 0.001f; in verifyOutput() local
/third_party/flutter/engine/flutter/testing/
Dassertions.h14 static const double epsilon = 1e-3; in NumberNear() local
/third_party/libinput/test/
Dcheck-double-macros.h38 #define _ck_assert_double_eq(X,Y, epsilon) \ argument
49 #define _ck_assert_double_ne(X,Y, epsilon) \ argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
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/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexOrdering.cpp486 const float epsilon = 1e-5f; in iterate() local
565 const float epsilon = 1e-5f; in verifyVertexOrderingCorrectness() local
680 const float epsilon = 1e-5f; in verifyVertexOrderingDoesNotChangeGeneratedPoints() local
DesextcTessellationShaderIsolines.cpp130 const float epsilon = 1e-5f; in checkIrrelevantTessellationLevelsHaveNoEffect() local
238 const float epsilon = 1e-5f; in checkSecondOuterTessellationLevelEffect() local
330 const float epsilon = 1e-5f; in checkNoLineSegmentIsDefinedAtHeightOne() local
412 const float epsilon = 1e-5f; in countIsolines() local
DesextcTessellationShaderPoints.cpp556 const float epsilon = (float)1.0f / 255.0f; in iterate() local
794 const float epsilon = 1e-5f; in verifyCorrectAmountOfVertices() local
1016 const float epsilon = 1e-5f; in verifyCorrectAmountOfDuplicateVertices() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DCurrentColorTest.cpp46 float epsilon = 0.00001f; in TEST_P() local
DCurrentNormalTest.cpp57 float epsilon = 0.00001f; in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DCurrentNormalTest.cpp57 float epsilon = 0.00001f; in TEST_P() local
DCurrentColorTest.cpp46 float epsilon = 0.00001f; in TEST_P() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.cpp91 const float epsilon = 0.01f; in Random_selfTest() local
101 const float epsilon = 0.01f; in Random_selfTest() local
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dbayes_functions_f16.h55 float16_t epsilon; /**< Additive value to variances */ member
Dbayes_functions.h64 float32_t epsilon; /**< Additive value to variances */ member
/third_party/ffmpeg/libavcodec/tests/
Dcelp_math.c22 static inline void IsAlmostEqual(float A, float B, float epsilon) in IsAlmostEqual()

123456