Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h180 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
187 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h188 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
195 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h204 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
211 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/
DIntegralMutatorTest.java54 long inRange = forceInRange(value, minValue, maxValue); in testForceInRange() local
DFloatingPointMutatorTest.java159 float inRange = FloatMutator.forceInRange(value, minValue, maxValue, allowNaN); in testFloatForceInRange() local
181 double inRange = DoubleMutator.forceInRange(value, minValue, maxValue, allowNaN); in testDoubleForceInRange() local
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java343 public static CharMatcher inRange(final char startInclusive, final char endInclusive) { in inRange() method in CharMatcher
/external/guava/android/guava/src/com/google/common/base/
DCharMatcher.java343 public static CharMatcher inRange(final char startInclusive, final char endInclusive) { in inRange() method in CharMatcher
/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp233 bool inRange = in SkPDFAppendCmapSections() local
/external/pytorch/aten/src/ATen/native/cuda/
DSorting.cu72 bool inRange = (i < inputSliceSize); in gatherKthValue() local
DTensorTopK.cu109 bool inRange = (i < inputSliceSize); in gatherTopK() local
148 bool inRange = (i < inputSliceSize); in gatherTopK() local
DSortingRadixSelect.cuh273 bool inRange = (i < sliceSize); in findPattern() local
/external/deqp/framework/delibs/decpp/
DdeDefs.hpp77 inline bool inRange(T x, T a, T b) in inRange() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/AsmParser/
DXtensaAsmParser.cpp85 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() function
/external/icu/icu4c/source/i18n/
Dmessageformat2_parser.cpp97 static bool inRange(UChar32 c, UChar32 first, UChar32 last) { in inRange() function
/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp76 ValueRangeAccess inRange = m_inValueRange.asAccess().component(ndx); in UnaryBuiltinVecFunc() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1748 private final boolean inRange; field in PluralRules.RangeConstraint
1755 RangeConstraint(int mod, boolean inRange, Operand operand, boolean integersOnly, in RangeConstraint()
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DPluralRules.java1694 private final boolean inRange; field in PluralRules.RangeConstraint
1701 RangeConstraint(int mod, boolean inRange, Operand operand, boolean integersOnly, in RangeConstraint()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() function
/external/icu/icu4c/source/common/
Dunames.cpp1848 const AlgorithmicRange *inRange; in uchar_swapNames() local
/external/cronet/stable/third_party/icu/source/common/
Dunames.cpp1848 const AlgorithmicRange *inRange; in uchar_swapNames() local
/external/cronet/tot/third_party/icu/source/common/
Dunames.cpp1848 const AlgorithmicRange *inRange; in uchar_swapNames() local
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp933 bool inRange = 0.f <= factorZeroCrossing && factorZeroCrossing <= 1.0f; in colrv1_configure_skpaint() local
DSkTypeface_fontations.cpp1470 bool inRange = 0.f <= factorZeroCrossing && factorZeroCrossing <= 1.0f; in configure_radial_paint() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp46 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, in inRange() function

12