Home
last modified time | relevance | path

Searched refs:DBL_EPSILON (Results 1 – 25 of 67) sorted by relevance

123

/third_party/skia/src/pathops/
DSkLineParameters.h57 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/
Dfloat3.c54 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/
Daf_dynaudnorm.c393 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/
Dunits_test.cpp548 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/
Dunits_complexconverter.cpp174 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/
Dunits_complexconverter.cpp167 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/
Dunits_complexconverter.cpp167 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/
Dsignificand.c22 if (!(fabs(a - b) < DBL_EPSILON)) \
/third_party/musl/include/
Dfloat.h31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
/third_party/musl/ndk_musl_include/
Dfloat.h31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
Datof.c25 if (!(fabs(a - b) < DBL_EPSILON)) \
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h31 #define DBL_EPSILON 2.22044604925031308085e-16 macro
/third_party/musl/src/math/
Drint.c6 #define EPS DBL_EPSILON
Drintf.c8 #define EPS DBL_EPSILON
Dfloor.c4 #define EPS DBL_EPSILON
Dceil.c4 #define EPS DBL_EPSILON
Droundf.c6 #define EPS DBL_EPSILON
/third_party/musl/porting/liteos_a/kernel/src/math/
Drint.c6 #define EPS DBL_EPSILON
Drintf.c8 #define EPS DBL_EPSILON
Dceil.c4 #define EPS DBL_EPSILON
Dfloor.c4 #define EPS DBL_EPSILON
/third_party/musl/porting/uniproton/kernel/src/math/
Dfloor.c4 #define EPS DBL_EPSILON
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfloor.c4 #define EPS DBL_EPSILON

123