Home
last modified time | relevance | path

Searched defs:estimate (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-measurement.cc30 void AddTotal(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddTotal()
34 void AddCurrent(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddCurrent()
39 void AddOther(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddOther()
57 Handle<JSObject> NewResult(size_t estimate, size_t lower_bound, in NewResult()
/third_party/node/deps/v8/src/bigint/
Dbigint-internal.h85 void AddWorkEstimate(uintptr_t estimate) { in AddWorkEstimate()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc590 int estimate = literal->expected_property_count(); in get_property_estimate_from_literal() local
604 int estimate = get_property_estimate_from_literal(literal); in UpdateExpectedNofPropertiesFromEstimate() local
614 int estimate = get_property_estimate_from_literal(literal); in UpdateAndFinalizeExpectedNofPropertiesFromEstimate() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp1022 uint32 estimate = (total + (count >> 1)) / count; in FixIsolatedPixel() local
1100 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredPixel() local
1510 uint32 estimate = (total + (count >> 1)) / count; in FixSingleColumn() local
1684 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredRect() local
/third_party/skia/tests/
DMathTest.cpp262 float estimate = rsqrt(input); in test_rsqrt() local
272 float estimate = rsqrt(input); in test_rsqrt() local
282 float estimate = rsqrt(input); in test_rsqrt() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum-dtoa.cc411 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
/third_party/node/deps/v8/src/base/numbers/
Dbignum-dtoa.cc356 double estimate = in EstimatePower() local
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
/third_party/skia/include/private/
DSkFloatingPoint.h192 float estimate; in sk_float_rsqrt_portable() local
/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c277 static void estimate(pa_smoother *s, pa_usec_t x, pa_usec_t *y, double *deriv) { in estimate() function
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c595 crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate) in crocus_batch_maybe_flush()
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib.h385 vfloat4 estimate = exp2(log2(x) * y); in pow() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c626 iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate) in iris_batch_maybe_flush()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc81 size_t estimate = in EstimateNativeAllocationsSize() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc3954 uint64_t estimate = bit_cast<uint64_t>(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate() local
4068 double estimate = recip_estimate(scaled); in FPRecipEstimate() local
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc6146 uint64_t estimate = DoubleToRawbits(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate() local
6283 double estimate = recip_estimate(scaled); in FPRecipEstimate() local
/third_party/typescript/lib/
Dlib.webworker.d.ts3212 estimate(): Promise<StorageEstimate>; method
Dlib.dom.d.ts14022 estimate(): Promise<StorageEstimate>; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3192 estimate(): Promise<StorageEstimate>; method
Ddom.generated.d.ts14002 estimate(): Promise<StorageEstimate>; method