Home
last modified time | relevance | path

Searched refs:yf (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/boost/libs/math/test/
Datanh_test.hpp113 float yf = tanh(xf); in atanh_manual_check() local
142 (abs(yf-static_cast<float>(1)) < in atanh_manual_check()
144 (abs(yf+static_cast<float>(1)) < in atanh_manual_check()
146 (abs(yf-static_cast<double>(1)) < in atanh_manual_check()
148 (abs(yf+static_cast<double>(1)) < in atanh_manual_check()
150 (abs(yf-static_cast<long double>(1)) < in atanh_manual_check()
152 (abs(yf+static_cast<long double>(1)) < in atanh_manual_check()
/third_party/python/Objects/
Dgenobject.c314 gen_close_iter(PyObject *yf) in gen_close_iter() argument
319 if (PyGen_CheckExact(yf) || PyCoro_CheckExact(yf)) { in gen_close_iter()
320 retval = gen_close((PyGenObject *)yf, NULL); in gen_close_iter()
326 if (_PyObject_LookupAttrId(yf, &PyId_close, &meth) < 0) { in gen_close_iter()
327 PyErr_WriteUnraisable(yf); in gen_close_iter()
343 PyObject *yf = NULL; in _PyGen_yf() local
361 yf = f->f_valuestack[f->f_stackdepth-1]; in _PyGen_yf()
362 Py_INCREF(yf); in _PyGen_yf()
365 return yf; in _PyGen_yf()
372 PyObject *yf = _PyGen_yf(gen); in gen_close() local
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandtouch.c76 float yf = FIXED_TO_FLOAT * y; in touch_handle_touch() local
101 xf, yf, pressuref); in touch_handle_touch()
104 SDL_SendTouchMotion(deviceId, (SDL_FingerID)id, xf, yf, pressuref); in touch_handle_touch()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_reference_plane.txt41 If the reference plane is enabled, a fragment (xf,yf,zf) will have a
42 new z coordinate generated from (xf,yf) by giving it the same z value
43 that the reference plane would have at (xf,yf).
87 then if the incoming fragment has an x value of xf and a y value of yf,
90 zf = -(d + a*xf + b*yf) / c;
/third_party/openGLES/extensions/SGIX/
DSGIX_reference_plane.txt41 If the reference plane is enabled, a fragment (xf,yf,zf) will have a
42 new z coordinate generated from (xf,yf) by giving it the same z value
43 that the reference plane would have at (xf,yf).
87 then if the incoming fragment has an x value of xf and a y value of yf,
90 zf = -(d + a*xf + b*yf) / c;
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthRangeTests.cpp231 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()
Des2fShaderBuiltinVarTests.cpp338 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
339 const float z = (xf + yf) / 2.0f; in iterate()
430 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
431 const float oow = ((xf + yf) < 1.0f) in iterate()
432 … ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf) in iterate()
433 …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()
546 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
547 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f); in iterate()
/third_party/e2fsprogs/tests/t_uninit_bg_rm/
Dexpect4 fsck -yf -N test_filesys test.img
15 fsck -yf -N test_filesys test.img
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragDepthTests.cpp238 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()
Des3fShaderBuiltinVarTests.cpp356 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()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFragDepthTests.cpp236 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
243 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
254 float rd = 1.0f - (xh + yf) * 0.5f; in iterate()
255 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
392 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
393 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
/third_party/ffmpeg/libavfilter/
Davf_ahistogram.c264 float yf, uf, vf; in filter_frame() local
267 yf = 256.0f / s->dchannels; in filter_frame()
268 uf = yf * M_PI; in filter_frame()
269 vf = yf * M_PI; in filter_frame()
328 s->out->data[0][y * s->out->linesize[0] + n] = yf; in filter_frame()
334 out[0] += aa * yf; in filter_frame()
Davf_showspectrum.c512 float *yf, float *uf, float *vf) in color_range() argument
517 *yf = 256.0f / s->nb_display_channels; in color_range()
533 *uf = *yf; in color_range()
534 *vf = *yf; in color_range()
539 *uf = *yf * M_PI; in color_range()
540 *vf = *yf * M_PI; in color_range()
548 *yf = 256.0f; in color_range()
574 float yf, float uf, float vf, in pick_color() argument
607 out[0] = y * yf; in pick_color()
611 out[0] = a * yf; in pick_color()
[all …]
/third_party/e2fsprogs/tests/f_summary_counts/
Dscript2 SECOND_FSCK_OPT=-yf
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo_inertial_motion.dart48 final double yf = _getPosition(
54 return Offset(xf, yf);
/third_party/e2fsprogs/tests/f_compress_extent_tree_level/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/third_party/e2fsprogs/tests/f_convert_bmap/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/third_party/e2fsprogs/tests/f_collapse_extent_tree/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/third_party/e2fsprogs/tests/
Drun_e2fsck9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/third_party/e2fsprogs/tests/f_extent_too_deep/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DPointSpritesTest.cpp105 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance() local
107 float t = 0.5f + (yf + 0.5f - yw) / maxPointSize; in testPointCoordAndPointSizeCompliance()
110 EXPECT_PIXEL_NEAR(xf, yf, color[0], color[1], color[2], color[3], 4); in testPointCoordAndPointSizeCompliance()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DPointSpritesTest.cpp106 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance() local
108 float t = 0.5f + (yf + 0.5f - yw) / maxPointSize; in testPointCoordAndPointSizeCompliance()
111 EXPECT_PIXEL_NEAR(xf, yf, color[0], color[1], color[2], color[3], 4); in testPointCoordAndPointSizeCompliance()
/third_party/e2fsprogs/tests/f_convert_bmap_and_extent/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/third_party/e2fsprogs/tests/f_convert_bmap_sparse/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/third_party/e2fsprogs/tests/f_mmp_garbage/
Dscript1 FSCK_OPT=-yf

1234