Home
last modified time | relevance | path

Searched defs:Ne (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/include/clang/ASTMatchers/
DGtestMatchers.h26 Ne, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h307 inline ::testing::Matcher<const ::xla::HloInstruction*> Ne(M... operands) { in Ne() function
/external/webrtc/rtc_base/numerics/
Dsafe_compare_unittest.cc130 TEST(SafeCmpTest, Ne) { in TEST() argument
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1185 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local
1271 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local
1473 auto Ne = Vs.traverse(Retval, Vs.subExprCtx(Ctx)); in traverse() local
1622 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local
1626 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local
1834 auto Ne = Vs.traverse(ElseExpr, Vs.subExprCtx(Ctx)); in traverse() local
/external/flac/src/libFLAC/
Dwindow.c242 FLAC__int32 Ns, Ne, n, i; in FLAC__window_punchout_tukey() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1187 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local
1274 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local
1490 auto Ne = Vs.traverse(Retval, Vs.subExprCtx(Ctx)); in traverse() local
1636 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local
1640 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local
1838 auto Ne = Vs.traverse(ElseExpr, Vs.subExprCtx(Ctx)); in traverse() local
/external/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h743 inline internal::NeMatcher<Rhs> Ne(Rhs x) { in Ne() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h741 inline internal::NeMatcher<Rhs> Ne(Rhs x) { in Ne() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h762 inline internal::NeMatcher<Rhs> Ne(Rhs x) { in Ne() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp500 NodePairSet &Ne) { in node_eq()
551 NodePairSet Eq, Ne; // Caches. in common() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp490 NodePairSet &Ne) { in node_eq()
541 NodePairSet Eq, Ne; // Caches. in common() local
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp853 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow); in runOnModule() local
994 Value *Ne = IRB.CreateICmpNE(V1, V2); in combineShadows() local
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp476 bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, NodePairSet &Ne) { in node_eq()
529 NodePairSet Eq, Ne; // Caches. in common() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp988 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow); in runOnModule() local
1132 Value *Ne = IRB.CreateICmpNE(V1, V2); in combineShadows() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1090 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroPrimitiveShadow); in runImpl() local
1249 Value *Ne = IRB.CreateICmpNE(V1, V2); in combineShadows() local
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1195 struct Ne { struct
1196 npy_bool operator()(bfloat16 a, bfloat16 b) { return a != b; } in operator ()()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml117 | Ne Constructor
Dllvm.mli170 | Ne (** Not equal *) Constructor
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml142 | Ne Constructor
Dllvm.mli159 | Ne (** Not equal *) Constructor
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2393 SDValue Ne = DAG.getSetCC(dl, getSetCCResultType(MVT::i64), And2, in ExpandLegalINT_TO_FP() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc4225 XlaOp Ne(const XlaOp lhs, const XlaOp rhs, in Ne() function