Searched refs:expected_b (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 572 const auto expected_b = text_box.bottom() - v_diff * (1 - talign.topFactor); in DEF_TEST() local 574 std::fabs(shape_bounds.bottom() - expected_b) < tsize.tolerance, in DEF_TEST() 575 "%f %f %f %f %d", shape_bounds.bottom(), expected_b, tsize.tolerance, in DEF_TEST()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cProgramInterfaceQueryTests.cpp | 987 GLint expected_b[] = { 2, 5125, 1, 0, 1, 0, 2 }; in Run() local 988 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["b"], 7, props, 7, expected_b, error); in Run()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 6466 uint64_t expected_b[] = 6469 ASSERT_EQUAL_SVE(expected_b, z0.VnD()); 6470 ASSERT_EQUAL_SVE(expected_b, z4.VnD()); 12844 uint64_t expected_b[] = {0xff, 0xee, 0xdd, 0xcc, 0xff, 0x2a, 0xd5, 0xc0, 12851 expected_b); 12886 uint64_t expected_b[] = {0x7f, 0x6e, 0x5d, 0x4c, 0x7f, 0x2a, 0x55, 0x40, 12894 expected_b); 12930 uint64_t expected_b[] = {0xfc, 0xb8, 0x74, 0x30, 0xfe, 0xaa, 0x54, 0x00, 12938 expected_b);
|
Completed in 25 milliseconds