/third_party/icu/icu4c/source/data/translit/ |
D | el_el_Latn_BGN.txt | 104 [ἘἙ] → Ε ; # 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/ |
D | el_el_Latn_BGN.txt | 104 [ἘἙ] → Ε ; # 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/ |
D | el_el_Latn_BGN.txt | 103 [ἘἙ] → Ε ; # 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/ |
D | flatbuffers_alloc_check.rs | 144 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/ |
D | esextcGeometryShaderLayeredFramebuffer.cpp | 333 #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/ |
D | pj_qsfn.hpp | 52 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/ |
D | direct_accuracy.cpp | 45 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/ |
D | test-var-coords.c | 40 #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/ |
D | test-var-coords.c | 40 #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/ |
D | adam_weight_decay_cpu_kernel.cc | 44 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()
|
D | fused_cast_adam_weight_decay_cpu_kernel.cc | 33 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()
|
D | adam_cpu_kernel.cc | 41 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()
|
D | adam_weight_decay_cpu_kernel.h | 42 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
|
D | adam_cpu_kernel.h | 45 enum input_list_ { VAR, M, V, BETA1_POWER, BETA2_POWER, LR, BETA1, BETA2, EPSILON, GRAD }; enumerator
|
D | fused_cast_adam_weight_decay_cpu_kernel.h | 48 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | number-constants.js | 19 assert(Number.EPSILON === 2.2204460492503130808472633361816e-16);
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | batchnorm_info.cc | 35 epsilon_ = GetFloatAttr(EPSILON); in GetAttrs() 226 Attr attr_epsilon = std::make_pair(EPSILON, epsilon); in InferReplaceOps()
|
/third_party/gstreamer/gstplugins_good/gst/level/ |
D | gstlevel.c | 70 #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/ |
D | gstglmatrix.c | 31 #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/ |
D | ComplexUnitsConverter.java | 25 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/ |
D | pixman-matrix.c | 669 #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/ |
D | UnitsTest.java | 95 … "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/ |
D | ecma-helpers-conversion.c | 281 #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/ |
D | es2015.core.d.ts | 199 readonly EPSILON: number; property
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 219 readonly EPSILON: number; property
|