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

1 2 3 4 5 6

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Neg.java 19 * $Id: Neg.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Neg extends UnaryOperation
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 434 void makeLargest(bool Neg = false);
435 void makeSmallest(bool Neg = false);
436 void makeNaN(bool SNaN = false, bool Neg = false,
438 void makeInf(bool Neg = false);
439 void makeZero(bool Neg = false);
620 void makeInf(bool Neg);
621 void makeZero(bool Neg);
622 void makeLargest(bool Neg);
623 void makeSmallest(bool Neg);
624 void makeSmallestNormalized(bool Neg);
1198 inline APFloat neg(APFloat X) { function in namespace:llvm
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 467 void makeLargest(bool Neg = false);
468 void makeSmallest(bool Neg = false);
469 void makeNaN(bool SNaN = false, bool Neg = false,
471 void makeInf(bool Neg = false);
472 void makeZero(bool Neg = false);
645 void makeInf(bool Neg);
646 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
773 void makeZero(bool Neg) { getIEEE().makeZero(Neg); }
775 void makeInf(bool Neg) {
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Neg.java 13 public class Neg extends Unop {
17 public Neg(NumericType type, Value dest, Value source) {
92 public Neg asNeg() {
  /external/llvm/include/llvm/ADT/
APFloat.h 569 void makeLargest(bool Neg = false);
570 void makeSmallest(bool Neg = false);
571 void makeNaN(bool SNaN = false, bool Neg = false,
575 void makeInf(bool Neg = false);
576 void makeZero(bool Neg = false);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9604b.go 38 a = append(a, r.Lsh(r, t.bits-1).Neg(r))
40 a = append(a, r.Lsh(r, t.bits-1).Neg(r).Add(r, big.NewInt(1)))
58 m.Neg(one)
105 unop{"-", func(x *big.Int) *big.Int { return new(big.Int).Neg(x) }},
123 s = "neg" + s[1:]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9604b.go 38 a = append(a, r.Lsh(r, t.bits-1).Neg(r))
40 a = append(a, r.Lsh(r, t.bits-1).Neg(r).Add(r, big.NewInt(1)))
58 m.Neg(one)
105 unop{"-", func(x *big.Int) *big.Int { return new(big.Int).Neg(x) }},
123 s = "neg" + s[1:]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 189 // If this is a not or neg instruction, do not count it for rank. This
212 static Instruction *LowerNegateToMultiply(Instruction *Neg,
214 Constant *Cst = Constant::getAllOnesValue(Neg->getType());
216 Instruction *Res = BinaryOperator::CreateMul(Neg->getOperand(1), Cst, "",Neg);
217 ValueRankMap.erase(Neg);
218 Res->takeName(Neg);
219 Neg->replaceAllUsesWith(Res);
220 Res->setDebugLoc(Neg->getDebugLoc());
221 Neg->eraseFromParent()
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 140 ___ Neg(reg, Operand(reg));
146 ___ Neg(reg, Operand(reg));

Completed in 2012 milliseconds

1 2 3 4 5 6