/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 231 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 238 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate() 249 float rd = 1.0f - (xh + yf) * 0.5f; in iterate() 250 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate() 381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 382 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate()
|
D | es2fShaderBuiltinVarTests.cpp | 336 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 337 const float z = (xf + yf) / 2.0f; in iterate() 428 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 429 const float oow = ((xf + yf) < 1.0f) in iterate() 430 … ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf) in iterate() 431 …rojectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf); in iterate() 544 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local 545 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f); in iterate()
|
/external/e2fsprogs/tests/t_uninit_bg_rm/ |
D | expect | 4 fsck -yf -N test_filesys test.img 15 fsck -yf -N test_filesys test.img
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 238 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 245 float d = m_evalFunc(Vec2(xf, yf)); in iterate() 256 float rd = 1.0f - (xh + yf) * 0.5f; in iterate() 257 float d = m_evalFunc(Vec2(xf, yf)); in iterate() 407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 408 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
|
D | es3fShaderBuiltinVarTests.cpp | 356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 357 const float z = (xf + yf) / 2.0f; in iterate() 451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 452 const float oow = ((xf + yf) < 1.0f) in iterate() 453 … ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf) in iterate() 454 …rojectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf); in iterate() 570 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local 571 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 209 const float yf = (float(refImage.getHeight()-y-1)+.5f) / float(refImage.getHeight()); in iterate() local 210 const float z = (xf + yf) / 2.0f; in iterate() 338 const float yf = (float(refImage.getHeight()-y-1)+.5f) / float(refImage.getHeight()); in iterate() local 339 const float oow = ((xf + yf) < 1.0f) in iterate() 340 … ? projectedTriInterpolate(Vec3(m_w[0], m_w[1], m_w[2]), Vec3(m_w[0], m_w[1], m_w[2]), xf, yf) in iterate() 341 …jectedTriInterpolate(Vec3(m_w[3], m_w[2], m_w[1]), Vec3(m_w[3], m_w[2], m_w[1]), 1.0f-xf, 1.0f-yf); in iterate()
|
/external/e2fsprogs/tests/f_summary_counts/ |
D | script | 2 SECOND_FSCK_OPT=-yf
|
/external/libyuv/files/source/ |
D | scale_argb.cc | 354 int yf = (y >> 8) & 255; in ScaleARGBBilinearDown() local 355 InterpolateRow(row, src, src_stride, clip_src_width, yf); in ScaleARGBBilinearDown() 509 int yf = (y >> 8) & 255; in ScaleARGBBilinearUp() local 510 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleARGBBilinearUp() 736 int yf = (y >> 8) & 255; in ScaleYUVToARGBBilinearUp() local 737 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleYUVToARGBBilinearUp()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_argb.cc | 274 int yf = (y >> 8) & 255; in ScaleARGBBilinearDown() local 275 InterpolateRow(row, src, src_stride, clip_src_width, yf); in ScaleARGBBilinearDown() 414 int yf = (y >> 8) & 255; in ScaleARGBBilinearUp() local 415 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleARGBBilinearUp() 622 int yf = (y >> 8) & 255; in ScaleYUVToARGBBilinearUp() local 623 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleYUVToARGBBilinearUp()
|
/external/e2fsprogs/tests/ |
D | run_e2fsck | 9 FSCK_OPT=-yf 13 SECOND_FSCK_OPT=-yf
|
/external/e2fsprogs/tests/f_convert_bmap_and_extent/ |
D | script | 9 FSCK_OPT=-yf 13 SECOND_FSCK_OPT=-yf
|
/external/e2fsprogs/tests/f_convert_bmap/ |
D | script | 9 FSCK_OPT=-yf 13 SECOND_FSCK_OPT=-yf
|
/external/e2fsprogs/tests/f_extent_too_deep/ |
D | script | 9 FSCK_OPT=-yf 13 SECOND_FSCK_OPT=-yf
|
/external/e2fsprogs/tests/f_collapse_extent_tree/ |
D | script | 9 FSCK_OPT=-yf 13 SECOND_FSCK_OPT=-yf
|
/external/e2fsprogs/tests/f_compress_extent_tree_level/ |
D | script | 9 FSCK_OPT=-yf 13 SECOND_FSCK_OPT=-yf
|
/external/e2fsprogs/tests/r_min_itable/ |
D | expect | 8 fsck -yf -N test_filesys test.img
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 278 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage() local 280 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias; in writeImage() 318 float yf = ((float)y + 0.5f) / (float)h; in writeImage() local 322 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf); in writeImage()
|
/external/e2fsprogs/tests/d_loaddump/ |
D | expect | 7 e2fsck -yf -N test_filesys
|
/external/e2fsprogs/tests/t_quota_2off/ |
D | script | 1 FSCK_OPT=-yf
|
/external/e2fsprogs/tests/f_mmp_garbage/ |
D | script | 1 FSCK_OPT=-yf
|
/external/e2fsprogs/tests/d_xattr_sorting/ |
D | expect | 22 e2fsck -yf -N test_filesys
|
/external/eigen/bench/ |
D | bench_norm.cpp | 248 double yf = basef * std::abs(internal::random<double>()); in check_accuracy() local 250 VectorXf vf = VectorXf::Ones(s) * yf; in check_accuracy() 253 std::cout << "reference\t" << std::sqrt(double(s))*yf << "\t" << std::sqrt(double(s))*yd << "\n"; in check_accuracy()
|
/external/e2fsprogs/tests/t_mmp_2off/ |
D | script | 1 FSCK_OPT=-yf
|
/external/e2fsprogs/tests/t_quota_1on/ |
D | script | 1 FSCK_OPT=-yf
|
/external/e2fsprogs/tests/t_mmp_1on/ |
D | script | 1 FSCK_OPT=-yf
|