Home
last modified time | relevance | path

Searched refs:values2 (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dutils_neon.cc111 const float* const values2, in ComputeCrossCorrelationNeon() argument
116 const float32_t* const arm_vals2 = (const float32_t* const) values2; in ComputeCrossCorrelationNeon()
132 sxy += values1[offset] * values2[offset]; in ComputeCrossCorrelationNeon()
139 ComputeCrossCorrelationCpu(values1, values2, num_vals); in ComputeCrossCorrelationNeon()
Dutils.h242 const float* const values2,
303 const float* const values2, in ComputeCrossCorrelationCpu() argument
307 sxy += values1[offset] * values2[offset]; in ComputeCrossCorrelationCpu()
317 const float* const values2, in ComputeCrossCorrelation() argument
321 (num_vals >= 8) ? ComputeCrossCorrelationNeon(values1, values2, num_vals) in ComputeCrossCorrelation()
324 ComputeCrossCorrelationCpu(values1, values2, num_vals); in ComputeCrossCorrelation()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestBoilerplate.java154 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { in verifySetsIdentical() argument
155 if (values1.equals(values2)) return true; in verifySetsIdentical()
160 temp.removeAll(values2); in verifySetsIdentical()
163 temp = new TreeSet(values2); in verifySetsIdentical()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestBoilerplate.java153 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { in verifySetsIdentical() argument
154 if (values1.equals(values2)) return true; in verifySetsIdentical()
159 temp.removeAll(values2); in verifySetsIdentical()
162 temp = new TreeSet(values2); in verifySetsIdentical()
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc274 values2(2); in TEST() local
277 EXPECT_FALSE(TupleMatches(matchers, values2)); in TEST()
283 values2(1, 'b'), in TEST() local
288 EXPECT_FALSE(TupleMatches(matchers, values2)); in TEST()
299 values2(1, 'a', true, 2L, "hello"), in TEST() local
303 EXPECT_FALSE(TupleMatches(matchers, values2)); in TEST()
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Dencode_proto_op_test_base.py126 values2 = array_ops.placeholder(dtypes.int32)
129 values=[values1, values2],
133 values2: [[0], [0]]
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dsubscribe.cpp22 auto values2 = rxcpp::observable<>::range(4, 6); variable
24 values2.subscribe(subscriber.get_observer());
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc304 std::tuple<int> values1(1), values2(2); in TEST() local
307 EXPECT_FALSE(TupleMatches(matchers, values2)); in TEST()
312 std::tuple<int, char> values1(1, 'a'), values2(1, 'b'), values3(2, 'a'), in TEST() local
316 EXPECT_FALSE(TupleMatches(matchers, values2)); in TEST()
327 values1(1, 'a', true, 2L, "hi"), values2(1, 'a', true, 2L, "hello"), in TEST() local
331 EXPECT_FALSE(TupleMatches(matchers, values2)); in TEST()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java416 WireFormat.FieldType[] values2 = WireFormat.FieldType.values(); in testFieldTypeTablesMatch() local
418 assertEquals(values1.length, values2.length); in testFieldTypeTablesMatch()
421 assertEquals(values1[i].toString(), values2[i].toString()); in testFieldTypeTablesMatch()
431 WireFormat.JavaType[] values2 = WireFormat.JavaType.values(); in testJavaTypeTablesMatch() local
433 assertEquals(values1.length, values2.length); in testJavaTypeTablesMatch()
436 assertEquals(values1[i].toString(), values2[i].toString()); in testJavaTypeTablesMatch()
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc1607 std::vector<float> values2 = {0.1f, 1.1f, 6.9f, 12.5f, -15.0f, -0.5f}; in XLA_TEST_F() local
1617 Literal literal2 = LiteralUtil::CreateR1<float>(values2); in XLA_TEST_F()
1627 expected[i] = (values0[i] / values1[i]) / values2[i]; in XLA_TEST_F()
1639 std::vector<float> values2 = {0.1f, 1.1f, 6.9f, 12.5f, -15.0f, -0.5f}; in XLA_TEST_F() local
1649 Literal literal2 = LiteralUtil::CreateR1<float>(values2); in XLA_TEST_F()
1660 expected[i] = values0[i] / (values1[i] / values2[i]); in XLA_TEST_F()
1672 std::vector<float> values2 = {0.1f, 1.1f, 6.9f, 9.5f, -11.0f, -0.5f}; in XLA_TEST_F() local
1682 Literal literal2 = LiteralUtil::CreateR1<float>(values2); in XLA_TEST_F()
1693 expected[i] = values0[i] / std::pow(values1[i], values2[i]); in XLA_TEST_F()
1705 std::vector<float> values2 = {0.1f, 1.1f, 6.9f, 12.5f, -15.0f, -0.5f}; in XLA_TEST_F() local
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DSQLiteDatabaseTest.java80 ContentValues values2 = new ContentValues(); in setUp() local
82 values2.put("first_column", stringColumnValue2); in setUp()
83 values2.put("second_column", byteColumnValue2); in setUp()
85 database.insert("rawtable", null, values2); in setUp()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchXml.java457 String values2 = values.size() != 1 ? values.toString() : values.iterator().next(); in show() local
461 + ";\tnew_value=" + values2 in show()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DUnicodeMapTest.java383 Set<String> values2 = new TreeSet<String>(map2.values()); in TestUnicodeMapGeneralCategory() local
384 if (!TestBoilerplate.verifySetsIdentical(this, values1, values2)) { in TestUnicodeMapGeneralCategory()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapTest.java380 Set<String> values2 = new TreeSet<String>(map2.values()); in TestUnicodeMapGeneralCategory() local
381 if (!TestBoilerplate.verifySetsIdentical(this, values1, values2)) { in TestUnicodeMapGeneralCategory()
/external/libxml2/
Dxpath.c6613 double *values2; in xmlXPathCompareNodeSets() local
6644 values2 = (double *) xmlMalloc(ns2->nodeNr * sizeof(double)); in xmlXPathCompareNodeSets()
6645 if (values2 == NULL) { in xmlXPathCompareNodeSets()
6657 values2[j] = xmlXPathCastNodeToNumber(ns2->nodeTab[j]); in xmlXPathCompareNodeSets()
6659 if (xmlXPathIsNaN(values2[j])) in xmlXPathCompareNodeSets()
6662 ret = (val1 < values2[j]); in xmlXPathCompareNodeSets()
6664 ret = (val1 <= values2[j]); in xmlXPathCompareNodeSets()
6666 ret = (val1 > values2[j]); in xmlXPathCompareNodeSets()
6668 ret = (val1 >= values2[j]); in xmlXPathCompareNodeSets()
6676 xmlFree(values2); in xmlXPathCompareNodeSets()
[all …]
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py288 values2 = values1[glyph2]
291 pair.Value1 = values2[0]
292 pair.Value2 = values2[1] if self.ValueFormat2 else None
/external/tensorflow/tensorflow/python/kernel_tests/
Dlookup_ops_test.py1567 values2 = constant_op.constant([0, 1], dtypes.int64)
1570 self.evaluate(table.insert(keys2, values2))