Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/icu/icu4c/source/data/translit/
Del_el_Latn_BGN.txt104 [ἘἙ] → Ε ; # GREEK CAPITAL LETTER EPSILON
105 [ἐἑὲέ] → ε ; # GREEK SMALL LETTER EPSILON
106 [ἚἛἜἝῈΈ] → Έ ; # GREEK CAPITAL LETTER EPSILON WITH TONOS
107 [ἒἓἔἕ] → έ ; # GREEK SMALL LETTER EPSILON WITH TONOS
329 ΕΙ → I ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA
330 Ει → I ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA
331 ει → i ; # GREEK SMALL LETTER EPSILON + SMALL IOTA
332 ΕΪ → EÏ ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA DIAERESIS
333 Εϊ → Eï ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA DIAERESIS
334 εϊ → eï ; # GREEK SMALL LETTER EPSILON + SMALL IOTA DIAERESIS
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
Del_el_Latn_BGN.txt104 [ἘἙ] → Ε ; # GREEK CAPITAL LETTER EPSILON
105 [ἐἑὲέ] → ε ; # GREEK SMALL LETTER EPSILON
106 [ἚἛἜἝῈΈ] → Έ ; # GREEK CAPITAL LETTER EPSILON WITH TONOS
107 [ἒἓἔἕ] → έ ; # GREEK SMALL LETTER EPSILON WITH TONOS
329 ΕΙ → I ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA
330 Ει → I ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA
331 ει → i ; # GREEK SMALL LETTER EPSILON + SMALL IOTA
332 ΕΪ → EÏ ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA DIAERESIS
333 Εϊ → Eï ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA DIAERESIS
334 εϊ → eï ; # GREEK SMALL LETTER EPSILON + SMALL IOTA DIAERESIS
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Del_el_Latn_BGN.txt103 [ἘἙ] → Ε ; # GREEK CAPITAL LETTER EPSILON
104 [ἐἑὲέ] → ε ; # GREEK SMALL LETTER EPSILON
105 [ἚἛἜἝῈΈ] → Έ ; # GREEK CAPITAL LETTER EPSILON WITH TONOS
106 [ἒἓἔἕ] → έ ; # GREEK SMALL LETTER EPSILON WITH TONOS
328 ΕΙ → I ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA
329 Ει → I ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA
330 ει → i ; # GREEK SMALL LETTER EPSILON + SMALL IOTA
331 ΕΪ → EÏ ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA DIAERESIS
332 Εϊ → Eï ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA DIAERESIS
333 εϊ → eï ; # GREEK SMALL LETTER EPSILON + SMALL IOTA DIAERESIS
[all …]
/third_party/flatbuffers/tests/rust_usage_test/bin/
Dflatbuffers_alloc_check.rs144 assert!((pos.x() - 1.0f32).abs() < std::f32::EPSILON); in main()
145 assert!((pos.y() - 2.0f32).abs() < std::f32::EPSILON); in main()
146 assert!((pos.z() - 3.0f32).abs() < std::f32::EPSILON); in main()
147 assert!((pos.test1() - 3.0f64).abs() < std::f64::EPSILON); in main()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp333 #define EPSILON (1) in iterate() macro
338 if (de::abs((int)data[0] - (int)ref_data[0]) > EPSILON || in iterate()
339 de::abs((int)data[1] - (int)ref_data[1]) > EPSILON || in iterate()
340 de::abs((int)data[2] - (int)ref_data[2]) > EPSILON || in iterate()
341 de::abs((int)data[3] - (int)ref_data[3]) > EPSILON) in iterate()
345 << "Reference value is different than the rendered data (epsilon > " << EPSILON in iterate()
356 #undef EPSILON in iterate()
742 #define EPSILON (1) in iterate() macro
746 if (de::abs((int)pixel[0] - clear_color_int[0]) > EPSILON || in iterate()
747 de::abs((int)pixel[1] - clear_color_int[1]) > EPSILON || in iterate()
[all …]
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_qsfn.hpp52 static const T EPSILON = 1.0e-7; in pj_qsfn() local
54 if (e >= EPSILON) in pj_qsfn()
/third_party/boost/libs/geometry/test/formulas/
Ddirect_accuracy.cpp45 const double EPSILON = std::numeric_limits<double>::epsilon(); in test_main() local
46 const double CALCULATION_TOLERANCE = 100 * EPSILON; in test_main()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-var-coords.c40 #define EPSILON 0.05f in test_get_var_coords() macro
64 g_assert_true (G_APPROX_VALUE (converted_back, weight, EPSILON)); in test_get_var_coords()
/third_party/harfbuzz/test/api/
Dtest-var-coords.c40 #define EPSILON 0.05f in test_get_var_coords() macro
64 g_assert_true (G_APPROX_VALUE (converted_back, weight, EPSILON)); in test_get_var_coords()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dadam_weight_decay_cpu_kernel.cc44 T epsilon = static_cast<T>(reinterpret_cast<float *>(inputs[EPSILON]->addr)[kScalarIndex]); in LaunchAdamWeightDecay()
75 auto epsilon = reinterpret_cast<float *>(inputs[EPSILON]->addr)[kScalarIndex]; in LaunchAdamWeightDecayNnacl()
107 inputs[EPSILON]->size != kSizeFloat32 || inputs[DECAY]->size != kSizeFloat32) { in Launch()
Dfused_cast_adam_weight_decay_cpu_kernel.cc33 auto epsilon = reinterpret_cast<float *>(inputs[EPSILON]->addr)[kScalarIndex]; in LaunchFusedCastAdamFp32()
67 auto epsilon = reinterpret_cast<float *>(inputs[EPSILON]->addr)[kScalarIndex]; in LaunchFusedCastAdamFp16()
139 inputs[EPSILON]->size != kSizeFloat32 || inputs[DECAY]->size != kSizeFloat32) { in CheckParam()
Dadam_cpu_kernel.cc41 T epsilon = static_cast<T>(reinterpret_cast<float *>(inputs[EPSILON]->addr)[kScalarIndex]); in LaunchAdam()
76 float epsilon = reinterpret_cast<float *>(inputs[EPSILON]->addr)[kScalarIndex]; in LaunchAdamNnacl()
117 …inputs[BETA1]->size != f_size || inputs[BETA2]->size != f_size || inputs[EPSILON]->size != f_size)… in Launch()
Dadam_weight_decay_cpu_kernel.h42 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
Dadam_cpu_kernel.h45 enum input_list_ { VAR, M, V, BETA1_POWER, BETA2_POWER, LR, BETA1, BETA2, EPSILON, GRAD }; enumerator
Dfused_cast_adam_weight_decay_cpu_kernel.h48 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
/third_party/jerryscript/tests/jerry/es2015/
Dnumber-constants.js19 assert(Number.EPSILON === 2.2204460492503130808472633361816e-16);
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dbatchnorm_info.cc35 epsilon_ = GetFloatAttr(EPSILON); in GetAttrs()
226 Attr attr_epsilon = std::make_pair(EPSILON, epsilon); in InferReplaceOps()
/third_party/gstreamer/gstplugins_good/gst/level/
Dgstlevel.c70 #define EPSILON 1e-35f macro
733 gdouble RMSdB = 20 * log10 (RMS + EPSILON); in gst_level_transform_ip()
774 RMSdB = 20 * log10 (RMS + EPSILON); in gst_level_post_message()
776 peakdB = 10 * log10 (filter->last_peak[i] + EPSILON); in gst_level_post_message()
777 decaydB = 10 * log10 (filter->decay_peak[i] + EPSILON); in gst_level_post_message()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmatrix.c31 #define EPSILON 0.0001f macro
32 #define FEQ(a,b) (fabs(a-b) < EPSILON)
/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
26 public static final BigDecimal EPSILON_MULTIPLIER = BigDecimal.valueOf(1).add(EPSILON);
/third_party/pixman/pixman/
Dpixman-matrix.c669 #define EPSILON (pixman_fixed_t) (2) macro
671 #define IS_SAME(a, b) (within_epsilon (a, b, EPSILON))
672 #define IS_ZERO(a) (within_epsilon (a, 0, EPSILON))
673 #define IS_ONE(a) (within_epsilon (a, F (1), EPSILON))
675 (within_epsilon (a, F (1), EPSILON) || \
676 within_epsilon (a, F (-1), EPSILON) || \
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DUnitsTest.java95 … "foot", "foot-and-inch", BigDecimal.valueOf(2.0).subtract(ComplexUnitsConverter.EPSILON),
101 ComplexUnitsConverter.EPSILON.multiply(BigDecimal.valueOf(3.0))),
104 ComplexUnitsConverter.EPSILON.multiply(
121 BigDecimal.valueOf(2.0).subtract(ComplexUnitsConverter.EPSILON),
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c281 #define EPSILON 0.0000001 macro
888 JERRY_ASSERT (fabs (fmod (val, 1.0)) < EPSILON); in ecma_number_of_digits()
949 if (fabs (integer_part) < EPSILON) in ecma_double_to_binary_floating_point()
/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

1234