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

1 2

  /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
  /external/chromium_org/third_party/skia/src/core/
SkFloat.h 31 void negate() { fPacked = Neg(fPacked); }
42 void sub(const SkFloat& a) { fPacked = Add(fPacked, Neg(a.fPacked)); }
43 void setSub(const SkFloat& a, const SkFloat& b) { fPacked = Add(a.fPacked, Neg(b.fPacked)); }
95 static int32_t Neg(int32_t);
SkFP.h 56 #define SkFPNeg(x) SkFloat::Neg(x)
59 #define SkFPSub(a, b) SkFloat::Add(a, SkFloat::Neg(b))
SkFloat.cpp 116 int32_t SkFloat::Neg(int32_t packed)
  /external/skia/src/core/
SkFloat.h 31 void negate() { fPacked = Neg(fPacked); }
42 void sub(const SkFloat& a) { fPacked = Add(fPacked, Neg(a.fPacked)); }
43 void setSub(const SkFloat& a, const SkFloat& b) { fPacked = Add(a.fPacked, Neg(b.fPacked)); }
95 static int32_t Neg(int32_t);
SkFP.h 56 #define SkFPNeg(x) SkFloat::Neg(x)
59 #define SkFPSub(a, b) SkFloat::Add(a, SkFloat::Neg(b))
SkFloat.cpp 116 int32_t SkFloat::Neg(int32_t packed)
  /external/llvm/include/llvm/ADT/
APFloat.h 499 void makeLargest(bool Neg = false);
500 void makeSmallest(bool Neg = false);
501 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
504 void makeInf(bool Neg = false);
505 void makeZero(bool Neg = false);
  /external/libppp/src/
ccp.h 82 unsigned neg[CCP_NEG_TOTAL]; member in struct:ccp_config
125 int Neg; /* ccp_config neg array item */
ccp.c 186 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]))
222 command_ShowNegval(ccp->cfg.neg[CCP_NEG_DEFLATE]));
224 command_ShowNegval(ccp->cfg.neg[CCP_NEG_PRED1]));
226 command_ShowNegval(ccp->cfg.neg[CCP_NEG_DEFLATE24]));
229 command_ShowNegval(ccp->cfg.neg[CCP_NEG_MPPE]));
257 ccp->cfg.neg[CCP_NEG_DEFLATE] = NEG_ENABLED|NEG_ACCEPTED;
258 ccp->cfg.neg[CCP_NEG_PRED1] = NEG_ENABLED|NEG_ACCEPTED;
259 ccp->cfg.neg[CCP_NEG_DEFLATE24] = 0;
264 ccp->cfg.neg[CCP_NEG_MPPE] = NEG_ENABLED|NEG_ACCEPTED
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 52 bool FoldOperand(SDValue &Src, SDValue &Sel, SDValue &Neg, SDValue &Abs,
481 bool AMDGPUDAGToDAGISel::FoldOperand(SDValue &Src, SDValue &Sel, SDValue &Neg,
486 Neg = CurDAG->getTargetConstant(1, MVT::i32);
531 SDValue &Neg = Ops[NegIdx[i] - 1];
534 if (FoldOperand(Src, Sel, Neg, Abs, TII))
588 SDValue &Neg = Ops[NegIdx[i] - 1];
590 if (FoldOperand(Src, Sel, Neg, Abs, TII))
AMDGPUISelLowering.cpp 256 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT),
259 return DAG.getNode(AMDGPUISD::SMAX, DL, VT, Neg, Op.getOperand(1));
  /external/llvm/lib/Option/
ArgList.cpp 203 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const {
204 if (Arg *A = getLastArg(Pos, Neg))
209 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg,
211 if (Arg *A = getLastArg(Pos, PosAlias, Neg))
  /external/llvm/include/llvm/Option/
ArgList.h 219 /// hasFlag - Given an option \p Pos and its negative form \p Neg, return
223 bool hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default=true) const;
226 /// form \p Neg, return true if the option or its alias is present, false if
229 bool hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg,
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 305 // If this is a not or neg instruction, do not count it for rank. This
319 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) {
320 Constant *Cst = Constant::getAllOnesValue(Neg->getType());
323 BinaryOperator::CreateMul(Neg->getOperand(1), Cst, "",Neg);
324 Neg->setOperand(1, Constant::getNullValue(Neg->getType())); // Drop use of op.
325 Res->takeName(Neg);
326 Neg->replaceAllUsesWith(Res);
327 Res->setDebugLoc(Neg->getDebugLoc())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 155 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT),
158 return DAG.getNode(AMDGPUISD::SMAX, DL, VT, Neg, Op.getOperand(1));
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 155 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, VT),
158 return DAG.getNode(AMDGPUISD::SMAX, DL, VT, Neg, Op.getOperand(1));
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 53 import org.apache.xpath.operations.Neg;
154 expr = neg(opPos); break;
443 * @return reference to {@link org.apache.xpath.operations.Neg} instance.
447 protected Expression neg(int opPos) throws TransformerException method in class:Compiler
449 return compileUnary(new Neg(), opPos);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 221 Value *Neg = dyn_castNegVal(Op1C);
223 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
520 Instruction *Neg = BinaryOperator::CreateFNeg(T);
523 Neg->copyFastMathFlags(&I);
525 return Neg;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/chromium_org/third_party/jinja2/
nodes.py 38 '-': operator.neg
782 class Neg(UnaryExpr):
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 588 DEFINE_INSTRUCTION2(Neg);
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 579 DEFINE_INSTRUCTION2(Neg);
    [all...]

Completed in 877 milliseconds

1 2