/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | epsilon.inl | 19 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/ |
D | vector_query.inl | 85 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
|
D | matrix_query.inl | 7 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/ |
D | SkPathOpsTypes.cpp | 12 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/ |
D | SkPathOpsTypes.cpp | 12 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/ |
D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 100 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/ |
D | esextcDrawBuffersIndexedBlending.cpp | 237 tcu::RGBA epsilon = GetEpsilon(); in iterate() local 376 tcu::UVec4 epsilon; in GetEpsilon() local 389 tcu::RGBA epsilon) in VerifyImg()
|
D | esextcDrawBuffersIndexedColorMasks.cpp | 207 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/ |
D | decoder_test.js | 60 writeValue, epsilon, upperLimit, filter) { argument 102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | decoder_test.js | 60 writeValue, epsilon, upperLimit, filter) { argument 102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderTestUtil.cpp | 33 …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/ |
D | assertions.h | 14 static const double epsilon = 1e-3; in NumberNear() local
|
/third_party/libinput/test/ |
D | check-double-macros.h | 38 #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/ |
D | esextcTextureCubeMapArrayGetterCalls.cpp | 421 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/ |
D | esextcTessellationShaderVertexOrdering.cpp | 486 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
|
D | esextcTessellationShaderIsolines.cpp | 130 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
|
D | esextcTessellationShaderPoints.cpp | 556 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/ |
D | CurrentColorTest.cpp | 46 float epsilon = 0.00001f; in TEST_P() local
|
D | CurrentNormalTest.cpp | 57 float epsilon = 0.00001f; in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | CurrentNormalTest.cpp | 57 float epsilon = 0.00001f; in TEST_P() local
|
D | CurrentColorTest.cpp | 46 float epsilon = 0.00001f; in TEST_P() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deRandom.cpp | 91 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/ |
D | bayes_functions_f16.h | 55 float16_t epsilon; /**< Additive value to variances */ member
|
D | bayes_functions.h | 64 float32_t epsilon; /**< Additive value to variances */ member
|
/third_party/ffmpeg/libavcodec/tests/ |
D | celp_math.c | 22 static inline void IsAlmostEqual(float A, float B, float epsilon) in IsAlmostEqual()
|