Home
last modified time | relevance | path

Searched defs:lowerBound (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/src/core/
DSkBlockAllocator.cpp86 uintptr_t lowerBound = reinterpret_cast<uintptr_t>(b) + kDataStart; in findOwningBlock() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberFormatterApiTest.java3053 int lowerBound = methodsWithLowerBound1.contains(method.getName()) ? 1 in validRanges() local
3071 int lowerBound = methodsWithLowerBound1.contains(method.getName()) ? 1 in validRanges() local
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp171 auto lowerBound = [](float x) { return std::floor(x - 1.5f) + 0.5f; }; in MakeSubset() local
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp5110 #define VALID_RANGE_ASSERT(status, method, lowerBound, argument) UPRV_BLOCK_MACRO_BEGIN { \ in validRanges() argument
5121 #define VALID_RANGE_ONEARG(setting, method, lowerBound) UPRV_BLOCK_MACRO_BEGIN { \ in validRanges() argument
5129 #define VALID_RANGE_TWOARGS(setting, method, lowerBound) UPRV_BLOCK_MACRO_BEGIN { \ in validRanges() argument
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp567 float lowerBound = 0.0, upperBound = 0.0; in QuadProcessTessFactors() local
1085 float lowerBound = 0.0, upperBound = 0.0; in TriProcessTessFactors() local
1460 float lowerBound = 0.0, upperBound = 0.0; in IsoLineProcessTessFactors() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java4983 int lowerBound = methodsWithLowerBound1.contains(method.getName()) ? 1 in validRanges() local
5001 int lowerBound = methodsWithLowerBound1.contains(method.getName()) ? 1 in validRanges() local
/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp152 int lowerBound = fNodes.count(); // 'lowerBound' tracks the left of the affected region in addEdges() local
/third_party/skia/tests/
DIncrTopoSortTest.cpp152 int lowerBound = fNodes.count(); // 'lowerBound' tracks the left of the affected region in addEdges() local
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp338 int lowerBound = 0; in findCommandByPixel() local
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp399 auto lowerBound = decorationGroups.lower_bound(groupId); in parseOpGroupDecorate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp197 deUint32 lowerBound; member
295 deInt32 lowerBound; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java1616 private final double lowerBound; field in PluralRules.RangeConstraint
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1682 private final double lowerBound; field in PluralRules.RangeConstraint
/third_party/typescript/lib/
Dlib.webworker.d.ts1940 lowerBound(lower: any, open?: boolean): IDBKeyRange; variable
Dlib.dom.d.ts9365 lowerBound(lower: any, open?: boolean): IDBKeyRange; variable
Dtsc.js6706 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
DtypingsInstaller.js9460 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
Dtypescript.js9665 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
DtypescriptServices.js9665 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
Dtsserverlibrary.js9665 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
Dtsserver.js9471 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1920 lowerBound(lower: any, open?: boolean): IDBKeyRange; variable
Ddom.generated.d.ts9345 lowerBound(lower: any, open?: boolean): IDBKeyRange; variable
/third_party/typescript/tests/lib/
Dlib.d.ts11047 lowerBound(bound: any, open?: boolean): IDBKeyRange; variable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58836 int lowerBound; member