Home
last modified time | relevance | path

Searched defs:NonZero (Results 1 – 16 of 16) sorted by relevance

/external/openscreen/util/crypto/
Drandom_bytes_unittest.cc15 struct NonZero { struct
17 bool operator()(int n) const { return n > 0; } in operator ()()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestEmptyClass.java21 static class NonZero { class in TestEmptyClass
24 public NonZero(int i) { nr = i; } in NonZero() method in TestEmptyClass.NonZero
/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.cc61 FunctionDef NonZero() { in NonZero() function
/external/llvm/lib/Support/
DScaledNumber.cpp193 size_t NonZero = Float.find_last_not_of('0'); in stripTrailingZeros() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp192 size_t NonZero = Float.find_last_not_of('0'); in stripTrailingZeros() local
/external/llvm-project/llvm/lib/Support/
DScaledNumber.cpp192 size_t NonZero = Float.find_last_not_of('0'); in stripTrailingZeros() local
/external/pdfium/core/fxcrt/css/
Dcfx_css.h206 bool NonZero() const { return static_cast<int>(m_fValue) != 0; } in NonZero() function
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp63 NonZero = 0x0002, enumerator
2014 bool NonZero = (Opc == Hexagon::PS_true); in evaluate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp63 NonZero = 0x0002, enumerator
2009 bool NonZero = (Opc == Hexagon::PS_true); in evaluate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1078 auto GetKnownNonZeroAndOther = [&](Value *&NonZero, Value *&Other) { in foldUnsignedUnderflowCheck()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1015 auto GetKnownNonZeroAndOther = [&](Value *&NonZero, Value *&Other) { in foldUnsignedUnderflowCheck()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2268 llvm::Value *NonZero = Builder.CreateFCmpUNE(Ops.RHS, Zero); in EmitDiv() local
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp3112 llvm::Value *NonZero = Builder.CreateFCmpUNE(Ops.RHS, Zero); in EmitDiv() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11606 bool NonZero = false; in MergeConsecutiveStores() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15845 bool NonZero = false; in MergeConsecutiveStores() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16837 bool NonZero = false; in tryStoreMergeOfConstants() local