Home
last modified time | relevance | path

Searched defs:EPSILON (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-var-coords.c40 #define EPSILON 0.05f in test_get_var_coords() macro
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test1.proto48 EPSILON = 5; enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DComplexUnitsConverter.java25 public static final BigDecimal EPSILON = BigDecimal.valueOf(Math.ulp(1.0)); field in ComplexUnitsConverter
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp333 #define EPSILON (1) in iterate() macro
742 #define EPSILON (1) in iterate() macro
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmatrix.c31 #define EPSILON 0.0001f macro
/third_party/typescript/src/lib/
Des2015.core.d.ts199 readonly EPSILON: number; property
/third_party/typescript/lib/
Dlib.es2015.core.d.ts219 readonly EPSILON: number; property
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java165 static private final long EPSILON = HOUR/4; field in TimeZoneAliasTest.Zone
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneAliasTest.java168 static private final long EPSILON = HOUR/4; field in TimeZoneAliasTest.Zone
/third_party/gstreamer/gstplugins_good/gst/level/
Dgstlevel.c70 #define EPSILON 1e-35f macro
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c281 #define EPSILON 0.0000001 macro
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp603 #define EPSILON 0.0000152587890625f // 2^(-16), min positive fixed point fraction in QuadProcessTessFactors() macro
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp48 #define EPSILON 0.01 macro
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1831 private static final double EPSILON = 1e-6; field in JsonFormat.ParserImpl