Home
last modified time | relevance | path

Searched defs:not_equal (Results 1 – 19 of 19) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dcounter.hpp94 struct not_equal struct
96 not_equal(std::size_t& x, std::size_t& y) : x_(x), y_(y) {} in not_equal() argument
97 bool operator()() const { return x_ != y_; } in operator ()()
98 std::size_t& x_;
99 std::size_t& y_;
/external/cronet/tot/third_party/libc++/src/test/std/utilities/ratio/ratio.comparison/
DR1_R2_requirement.verify.cpp37 namespace not_equal { namespace
/external/cronet/stable/third_party/libc++/src/test/std/utilities/ratio/ratio.comparison/
DR1_R2_requirement.verify.cpp37 namespace not_equal { namespace
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp47 not_equal, enumerator
124 not_equal = binary_op<op::not_equal>::value, enumerator
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp46 not_equal, enumerator
123 not_equal = binary_op<op::not_equal>::value, enumerator
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dtake_while_test.py67 def not_equal(string): function
/external/cronet/stable/base/android/linker/
Dlinker_unittest.cc176 int not_equal = memcmp(relro_address, ro_address, kRelroSize); in TEST_F() local
Dlinker_jni.cc655 int not_equal = in RelroIsIdentical() local
/external/cronet/tot/base/android/linker/
Dlinker_unittest.cc176 int not_equal = memcmp(relro_address, ro_address, kRelroSize); in TEST_F() local
Dlinker_jni.cc655 int not_equal = in RelroIsIdentical() local
/external/pytorch/aten/src/ATen/native/cuda/
DUnique.cu49 not_equal_t not_equal in compute_unique()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c232 BN_ULONG not_equal = ec_felem_non_zero_mask(group, &tmp); in ec_GFp_simple_is_on_curve() local
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dassert.hpp103 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator
/external/tensorflow/tensorflow/dtensor/mlir/
Dcollectives.cc161 mlir::TF::NotEqualOp not_equal = builder.create<mlir::TF::NotEqualOp>( in EmitDenseToSparseToDense() local
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp664 Not_equal not_equal; variable
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py981 def not_equal(x1, x2): function
/external/pytorch/aten/src/ATen/native/
DBinaryOps.cpp1474 Tensor not_equal(const Tensor& self, const Tensor& other) { return self.ne(other); } in not_equal() function
1477 Tensor not_equal(const Tensor& self, const Scalar& other) { return self.ne(other); } in not_equal() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1929 def not_equal(x, y, name=None): function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2723 def not_equal(x, y): function