/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | metric_recorder_unittest.cc | 95 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/ |
D | hb-aots-tester.cpp | 313 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/ |
D | malloc_io.c | 20 uintmax_t expected_x; in TEST_BEGIN() member 99 assert_ju_eq(result, test->expected_x, in TEST_BEGIN()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fused_batch_norm_op_test.cc | 118 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/ |
D | special_math_test.py | 103 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.)
|
D | normal_test.py | 366 expected_x = stats.norm(mu, sigma).ppf(p) 367 self.assertAllClose(expected_x, self.evaluate(x), atol=0.)
|
/external/jemalloc/test/unit/ |
D | util.c | 74 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/ |
D | test_serialization.py | 1175 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/ |
D | fx_crypt_unittest.cpp | 21 int32_t expected_x, in CheckArcFourContext() argument 24 EXPECT_EQ(expected_x, context.x); in CheckArcFourContext()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | mtb_unittest.py | 63 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/ |
D | test-assembler-aarch64.cc | 6627 StatusFlags expected_x[16] = {NoFlag, in TEST() local 6675 ASSERT_EQUAL_32(expected_x[i], w1); in TEST()
|