/third_party/skia/src/pathops/ |
D | SkLineParameters.h | 57 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a) in cubicEndPoints() 66 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a) in cubicEndPoints() 105 fA = DBL_EPSILON; in quadEndPoints()
|
/third_party/libffi/testsuite/libffi.call/ |
D | float3.c | 54 CHECK(fabs(rd - floating_1(f, d, ld)) < DBL_EPSILON); in main() 71 CHECK(fabs(rd - floating_2(ld, d, f)) < DBL_EPSILON); in main()
|
/third_party/ffmpeg/libavfilter/ |
D | af_dynaudnorm.c | 393 double max = DBL_EPSILON; in find_peak_magnitude() 437 return FFMAX(sqrt(rms_value), DBL_EPSILON); in compute_frame_rms() 445 …const double rms_gain = s->target_rms > DBL_EPSILON ? (s->target_rms / compute_frame_rms(frame, ch… in get_max_local_gain() 568 if ((threshold > DBL_EPSILON) && (threshold < (1.0 - DBL_EPSILON))) { in setup_compress_thresh() 572 while (step_size > DBL_EPSILON) { in setup_compress_thresh() 612 return FFMAX(sqrt(variance), DBL_EPSILON); in compute_frame_std_dev() 666 if (s->compress_factor > DBL_EPSILON) { in analyze_frame() 751 …dst_ptr[i] = s->alt_boundary_mode ? DBL_EPSILON : ((s->target_rms > DBL_EPSILON) ? FFMIN(s->peak_v… in flush_buffer()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | units_test.cpp | 548 U_ASSERT(1.0 + DBL_EPSILON > 1.0); in testComplexUnitsConverter() 549 U_ASSERT(2.0 - DBL_EPSILON < 2.0); in testComplexUnitsConverter() 550 U_ASSERT(2.0 + DBL_EPSILON == 2.0); in testComplexUnitsConverter() 576 2.0 - DBL_EPSILON, in testComplexUnitsConverter() 586 2.0 - 3 * DBL_EPSILON, in testComplexUnitsConverter() 589 Measure(12 - 36 * DBL_EPSILON, MeasureUnit::createInch(status), status)}, in testComplexUnitsConverter() 593 12 * DBL_EPSILON}, in testComplexUnitsConverter() 606 2.0 - DBL_EPSILON, in testComplexUnitsConverter() 616 1.0 - DBL_EPSILON, in testComplexUnitsConverter() 639 1.0 + DBL_EPSILON, in testComplexUnitsConverter()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_complexconverter.cpp | 174 flooredQuantity = static_cast<int64_t>(floor(quantity * (1 + DBL_EPSILON))); in convert() 254 …ic_cast<int64_t>(floor(unitsConverters_[lastIndex]->convertInverse(quantity) * (1 + DBL_EPSILON))); in applyRounder() 263 …floor(unitsConverters_[j]->convertInverse(static_cast<double>(intValues[j])) * (1 + DBL_EPSILON))); in applyRounder()
|
/third_party/icu/icu4c/source/i18n/ |
D | units_complexconverter.cpp | 167 int64_t flooredQuantity = static_cast<int64_t>(floor(quantity * (1 + DBL_EPSILON))); in convert() 252 …ic_cast<int64_t>(floor(unitsConverters_[lastIndex]->convertInverse(quantity) * (1 + DBL_EPSILON))); in applyRounder() 261 …floor(unitsConverters_[j]->convertInverse(static_cast<double>(intValues[j])) * (1 + DBL_EPSILON))); in applyRounder()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_complexconverter.cpp | 167 int64_t flooredQuantity = floor(quantity * (1 + DBL_EPSILON)); in convert() 247 … int64_t carry = floor(unitsConverters_[lastIndex]->convertInverse(quantity) * (1 + DBL_EPSILON)); in applyRounder() 256 carry = floor(unitsConverters_[j]->convertInverse(intValues[j]) * (1 + DBL_EPSILON)); in applyRounder()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
D | significand.c | 22 if (!(fabs(a - b) < DBL_EPSILON)) \
|
/third_party/musl/include/ |
D | float.h | 31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
|
/third_party/musl/ndk_musl_include/ |
D | float.h | 31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | float.h | 31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | float.h | 31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
D | atof.c | 25 if (!(fabs(a - b) < DBL_EPSILON)) \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | float.h | 31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
|
/third_party/musl/src/math/ |
D | rint.c | 6 #define EPS DBL_EPSILON
|
D | rintf.c | 8 #define EPS DBL_EPSILON
|
D | floor.c | 4 #define EPS DBL_EPSILON
|
D | ceil.c | 4 #define EPS DBL_EPSILON
|
D | roundf.c | 6 #define EPS DBL_EPSILON
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | rint.c | 6 #define EPS DBL_EPSILON
|
D | rintf.c | 8 #define EPS DBL_EPSILON
|
D | ceil.c | 4 #define EPS DBL_EPSILON
|
D | floor.c | 4 #define EPS DBL_EPSILON
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | floor.c | 4 #define EPS DBL_EPSILON
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | floor.c | 4 #define EPS DBL_EPSILON
|