Home
last modified time | relevance | path

Searched refs:expected_x (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder_unittest.cc95 double expected_x = (kNumPackets + 1) / 2.0; in TEST_F() local
97 double var = expected_x2 - pow(expected_x, 2.0); in TEST_F()
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp313 int expected_x = x[i] + 1500*i; in gpos_test() local
315 if (expected_x || expected_y) fprintf (tests_file, "@%d,%d", expected_x, expected_y); in gpos_test()
/external/jemalloc_new/test/unit/
Dmalloc_io.c20 uintmax_t expected_x; in TEST_BEGIN() member
99 assert_ju_eq(result, test->expected_x, in TEST_BEGIN()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op_test.cc118 Tensor expected_x(allocator(), DT_FLOAT, TensorShape({1, 1, 6, 2})); in TEST_F() local
119 test::FillValues<float>(&expected_x, {-1.34, -1.34, 2.47, 2.47, -4.44, -4.44, in TEST_F()
121 test::ExpectTensorNear<float>(expected_x, *GetOutput(0), 0.01); in TEST_F()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dspecial_math_test.py103 expected_x = special.ndtri(p)
105 self.assertAllClose(expected_x, self.evaluate(x), atol=0.)
369 expected_x = special.erfinv(x)
371 self.assertAllClose(expected_x, self.evaluate(x), atol=0.)
Dnormal_test.py366 expected_x = stats.norm(mu, sigma).ppf(p)
367 self.assertAllClose(expected_x, self.evaluate(x), atol=0.)
/external/jemalloc/test/unit/
Dutil.c74 uintmax_t expected_x; in TEST_BEGIN() member
153 assert_ju_eq(result, test->expected_x, in TEST_BEGIN()
/external/python/cryptography/tests/hazmat/primitives/
Dtest_serialization.py1175 expected_x = int(
1185 expected_x, expected_y, ec.SECP256R1()
1198 expected_x = int(
1208 expected_x, expected_y, ec.SECP384R1()
1222 expected_x = int(
1234 expected_x, expected_y, ec.SECP521R1()
/external/pdfium/core/fdrm/
Dfx_crypt_unittest.cpp21 int32_t expected_x, in CheckArcFourContext() argument
24 EXPECT_EQ(expected_x, context.x); in CheckArcFourContext()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dmtb_unittest.py63 def _call_get_reversed_motions(self, list_x, list_y, expected_x, argument
67 self.assertEqual(displacement[AXIS.X], expected_x)
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc6627 StatusFlags expected_x[16] = {NoFlag, in TEST() local
6675 ASSERT_EQUAL_32(expected_x[i], w1); in TEST()