/third_party/node/deps/v8/src/heap/ |
D | memory-measurement.cc | 30 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/ |
D | bigint-internal.h | 85 void AddWorkEstimate(uintptr_t estimate) { in AddWorkEstimate()
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.cc | 590 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/ |
D | dng_bad_pixels.cpp | 1022 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/ |
D | MathTest.cpp | 262 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/ |
D | bignum-dtoa.cc | 411 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
|
/third_party/node/deps/v8/src/base/numbers/ |
D | bignum-dtoa.cc | 356 double estimate = in EstimatePower() local
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
|
/third_party/skia/include/private/ |
D | SkFloatingPoint.h | 192 float estimate; in sk_float_rsqrt_portable() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.c | 277 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/ |
D | crocus_batch.c | 595 crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate) in crocus_batch_maybe_flush()
|
/third_party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 385 vfloat4 estimate = exp2(log2(x) * y); in pow() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 626 iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate) in iris_batch_maybe_flush()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 81 size_t estimate = in EstimateNativeAllocationsSize() local
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 3954 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/ |
D | logic-aarch64.cc | 6146 uint64_t estimate = DoubleToRawbits(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate() local 6283 double estimate = recip_estimate(scaled); in FPRecipEstimate() local
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3212 estimate(): Promise<StorageEstimate>; method
|
D | lib.dom.d.ts | 14022 estimate(): Promise<StorageEstimate>; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3192 estimate(): Promise<StorageEstimate>; method
|
D | dom.generated.d.ts | 14002 estimate(): Promise<StorageEstimate>; method
|