Searched refs:equal (Results 151 - 175 of 656) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/util/
H A DArrayUtil.java38 public static boolean equal(byte[] array1, byte[] array2, int size) method in class:ArrayUtil
59 public static boolean equal(short[] array1, short[] array2, int size) method in class:ArrayUtil
80 public static boolean equal(int[] array1, int[] array2, int size) method in class:ArrayUtil
101 public static boolean equal(Object[] array1, Object[] array2, int size) method in class:ArrayUtil
141 equal(array1, array2, size);
/external/tensorflow/tensorflow/python/ops/
H A Dmetrics_impl.py106 math_ops.equal(rank_diff, -1),
118 math_ops.equal(rank_diff, 1), maybe_squeeze_weights,
124 math_ops.equal(weights_rank_tensor, 0), lambda: weights,
151 math_ops.equal(
175 math_ops.equal(array_ops.rank(predictions),
212 math_ops.equal(
406 is_correct = math_ops.to_float(math_ops.equal(predictions, labels))
919 is_correct = math_ops.to_float(math_ops.equal(predictions, labels))
1112 math_ops.equal(normalizer, 0.0), array_ops.zeros_like(labels),
1417 math_ops.equal(label
[all...]
/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c683 * pattern is longer, compare just an equal-length suffix with the
924 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, argument
936 rv = equal(a->data, a->length, (unsigned char *)b, blen, flags);
947 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags);
966 equal_fn equal; local
973 equal = equal_email;
981 equal = equal_nocase;
983 equal = equal_wildcard;
986 equal = equal_case;
1005 if ((rv = do_check_string(cstr, alt_type, equal, flag
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessQueriesTests.cpp1338 bool FunctionalTest::equal(T a, T b) function in class:gl4cts::DirectStateAccess::Queries::FunctionalTest
1526 &FunctionalTest::equal<glw::GLint>);
1528 &FunctionalTest::equal<glw::GLuint>);
1530 &FunctionalTest::equal<glw::GLint64>);
1532 &FunctionalTest::equal<glw::GLuint64>);
1536 &FunctionalTest::equal<glw::GLint>);
1538 &FunctionalTest::equal<glw::GLuint>);
1540 &FunctionalTest::equal<glw::GLint64>);
1542 &FunctionalTest::equal<glw::GLuint64>);
1571 &FunctionalTest::equal<gl
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DHashBiMap.java179 if (keyHash == entry.keyHash && Objects.equal(key, entry.key)) {
189 if (valueHash == entry.valueHash && Objects.equal(value, entry.value)) {
229 && Objects.equal(value, oldEntryForKey.value)) {
258 && Objects.equal(key, oldEntryForValue.key)) {
458 if (valueHash == delegate.valueHash && Objects.equal(value, oldValue)) {
612 if (keyHash == delegate.keyHash && Objects.equal(key, oldKey)) {
H A DFilteredMultimapValues.java66 if (entryPredicate.apply(entry) && Objects.equal(entry.getValue(), o)) {
H A DForwardingCollection.java166 if (Objects.equal(iterator.next(), object)) {
/external/clang/lib/Parse/
H A DParseInit.cpp43 case tok::equal:
91 return Kind == tok::equal;
352 // Handle a normal designator sequence end, which is an equal.
353 if (Tok.is(tok::equal)) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java119 if (containedKey && Objects.equal(value, get(key))) {
303 if (Objects.equal(value, getValue())) {
309 checkState(Objects.equal(value, get(getKey())),
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h342 equal[length]=NULL;
350 equal[length]=node;
356 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in class:StringTrieBuilder::ListBranchNode
/external/pdfium/third_party/bigint/
H A DBigInteger.cc148 return equal; // Two zeros are equal
188 case equal:
227 case equal:
/external/tensorflow/tensorflow/python/kernel_tests/random/
H A Dmultinomial_op_test.py75 self.assertFalse(np.equal(sample1a, sample1b).all())
81 self.assertFalse(np.equal(sample1.numpy(), sample2.numpy()).all())
89 self.assertFalse(np.equal(sample1, sample2).all())
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb79 templates.should equal @group::TEMPLATES
88 template_class.superclass.should equal Template::Context
/external/guice/core/src/com/google/inject/internal/
H A DLinkedBindingImpl.java85 && Objects.equal(targetKey, o.targetKey);
/external/guice/core/src/com/google/inject/spi/
H A DMessage.java119 return message.equals(e.message) && Objects.equal(cause, e.cause) && sources.equals(e.sources);
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse_copy.pass.cpp30 && std::equal (std::begin(ia), std::end(ia), std::rbegin(ib))
/external/libcxx/test/std/containers/associative/set/set.cons/
H A Dcopy_assign.pass.cpp72 assert(std::equal(m.begin(), m.end(), ar));
/external/llvm/lib/TableGen/
H A DTGLexer.h42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
/external/mesa3d/src/compiler/glsl/
H A Dlower_vector_insert.cpp123 equal(expr->operands[2]->clone(factory.mem_ctx,
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLToken.h25 equal, comma, // = , enumerator in enum:llvm::lltok::Kind
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGLexer.h41 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
/external/tensorflow/tensorflow/contrib/signal/python/ops/
H A Dwindow_ops.py125 math_ops.equal(window_length, 1),
/external/tensorflow/tensorflow/examples/get_started/regression/
H A Dimports85.py110 is_question = tf.equal(chars, "?")
/external/tensorflow/tensorflow/examples/tutorials/mnist/
H A Dmnist_softmax_xla.py88 correct_prediction = tf.equal(tf.argmax(y, 1), y_)
/external/v8/src/x87/
H A Dcodegen-x87.cc134 __ j(equal, &pop_and_return);
139 __ j(equal, &pop_and_return);
237 __ j(equal, &cons_string, Label::kNear);
239 __ j(equal, &thin_string, Label::kNear);

Completed in 1761 milliseconds

1234567891011>>