HomeSort by relevance Sort by last modified time
    Searched refs:isMask (Results 1 - 25 of 25) sorted by null

  /external/aac/libAACenc/src/
intensity.cpp 251 isMask scale: none
262 const INTENSITY_PARAMETERS *isParams, FIXP_DBL *hrrErr, INT *isMask,
468 isMask[sfb + sfboffs] = 1;
485 output: isMask scale: none
491 const FIXP_DBL *hrrErr, INT *isMask, const FIXP_DBL *realIsScale,
506 if (isMask[sfboffs + sfb] == 1) {
536 isMask[sfboffs + sfb] = 1;
550 isMask[sfboffs + sfb] = 0;
562 isMask[j] = 0;
567 if (isMask[j] != 0)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 188 if (M.intersects(C) || !APIntOps::isMask(W, M))
194 if (!APIntOps::isMask(W, M.getLoBits(U)))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 200 if (M.intersects(C) || !M.isMask(W))
206 if (!M.getLoBits(U).isMask(W))
  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
header.cpp 328 const bool isMask = (*opClass)["Type"].asString() == "Bit";
332 for (enumStyle_t style = (isMask ? enumShift : enumCount);
333 style <= (isMask ? enumMask : enumCount); style = enumStyle_t(int(style)+1)) {
541 const bool isMask = (*opClass)["Type"].asString() == "Bit";
544 if (isMask) {
  /external/shaderc/spirv-headers/tools/buildHeaders/
header.cpp 327 const bool isMask = (*opClass)["Type"].asString() == "Bit";
331 for (enumStyle_t style = (isMask ? enumShift : enumCount);
332 style <= (isMask ? enumMask : enumCount); style = enumStyle_t(int(style)+1)) {
540 const bool isMask = (*opClass)["Type"].asString() == "Bit";
543 if (isMask) {
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
header.cpp 330 const bool isMask = (*opClass)["Type"].asString() == "Bit";
334 for (enumStyle_t style = (isMask ? enumShift : enumCount);
335 style <= (isMask ? enumMask : enumCount); style = enumStyle_t(int(style)+1)) {
543 const bool isMask = (*opClass)["Type"].asString() == "Bit";
546 if (isMask) {
  /external/llvm/unittests/ADT/
APIntTest.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h 494 bool isMask(unsigned numBits) const {
506 /// Ex. isMask(0x0000FFFFU) == true.
507 bool isMask() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86DomainReassignment.cpp 56 static bool isMask(const TargetRegisterClass *RC,
65 if (isMask(RC, TRI))
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
APIntTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h 411 bool isValue(const APInt &C) { return C.isMask(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 2109 milliseconds