HomeSort by relevance Sort by last modified time
    Searched defs:Ones (Results 1 - 19 of 19) sorted by null

  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 35 * It is the return type of the Ones(), Zero(), Constant(), Identity() and Random() methods,
539 // ones:
547 * it is redundant to pass \a rows and \a cols as arguments, so Ones() should be used
553 * \sa Ones(), Ones(Index), isOnes(), class Ones
557 DenseBase<Derived>::Ones(Index rows, Index cols)
570 * it is redundant to pass \a size as argument, so Ones() should be used
576 * \sa Ones(), Ones(Index,Index), isOnes(), class One
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 423 /// \returns true if this APInt value is a sequence of \param numBits ones
430 unsigned Ones = countTrailingOnes();
431 return (numBits == Ones) && ((Ones + countLeadingZeros()) == BitWidth);
434 /// \returns true if this APInt is a non-empty sequence of ones starting at
440 unsigned Ones = countTrailingOnes();
441 return (Ones > 0) && ((Ones + countLeadingZeros()) == BitWidth);
444 /// \brief Return true if this APInt value contains a sequence of ones with
449 unsigned Ones = countPopulation()
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 184 var Ones PS
612 Ones = Rep(one)
640 print("Ones: "); printn(Ones, 10)
642 print("Add: "); printn(Add(Ones, Twos), 10)
643 print("Diff: "); printn(Diff(Ones), 10)
644 print("Integ: "); printn(Integ(zero, Ones), 10)
645 print("CMul: "); printn(Cmul(neg(one), Ones), 10)
646 print("Sub: "); printn(Sub(Ones, Twos), 10)
647 print("Mul: "); printn(Mul(Ones, Ones), 10
    [all...]
powser2.go 194 var Ones PS
626 Ones = Rep(one)
654 print("Ones: "); Printn(Ones, 10)
656 print("Add: "); Printn(Add(Ones, Twos), 10)
657 print("Diff: "); Printn(Diff(Ones), 10)
658 print("Integ: "); Printn(Integ(zero, Ones), 10)
659 print("CMul: "); Printn(Cmul(neg(one), Ones), 10)
660 print("Sub: "); Printn(Sub(Ones, Twos), 10)
661 print("Mul: "); Printn(Mul(Ones, Ones), 10
    [all...]
  /prebuilts/go/linux-x86/test/chan/
powser1.go 184 var Ones PS
612 Ones = Rep(one)
640 print("Ones: "); printn(Ones, 10)
642 print("Add: "); printn(Add(Ones, Twos), 10)
643 print("Diff: "); printn(Diff(Ones), 10)
644 print("Integ: "); printn(Integ(zero, Ones), 10)
645 print("CMul: "); printn(Cmul(neg(one), Ones), 10)
646 print("Sub: "); printn(Sub(Ones, Twos), 10)
647 print("Mul: "); printn(Mul(Ones, Ones), 10
    [all...]
powser2.go 194 var Ones PS
626 Ones = Rep(one)
654 print("Ones: "); Printn(Ones, 10)
656 print("Add: "); Printn(Add(Ones, Twos), 10)
657 print("Diff: "); Printn(Diff(Ones), 10)
658 print("Integ: "); Printn(Integ(zero, Ones), 10)
659 print("CMul: "); Printn(Cmul(neg(one), Ones), 10)
660 print("Sub: "); Printn(Sub(Ones, Twos), 10)
661 print("Mul: "); Printn(Mul(Ones, Ones), 10
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 823 SDValue Ones = CurDAG->getTargetConstant(MV, dl, MVT::i64);
825 MVT::i64, Ones);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 683 // turn on ones that can be effectively codegen'd.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 653 // turn on ones that can be effectively codegen'd.
712 // FIXME: In order to prevent SSE instructions being expanded to MMX ones
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 6178 milliseconds