/third_party/boost/libs/math/test/ |
D | atanh_test.hpp | 113 float yf = tanh(xf); in atanh_manual_check() local
|
/third_party/python/Objects/ |
D | genobject.c | 314 gen_close_iter(PyObject *yf) in gen_close_iter() 343 PyObject *yf = NULL; in _PyGen_yf() local 372 PyObject *yf = _PyGen_yf(gen); in gen_close() local 413 PyObject *yf = _PyGen_yf(gen); in _gen_throw() local 729 PyObject *yf = _PyGen_yf(gen); in gen_getyieldfrom() local 966 PyObject *yf = _PyGen_yf((PyGenObject *) coro); in coro_get_cr_await() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 338 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 430 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 546 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
|
D | es2fDepthRangeTests.cpp | 231 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
|
D | es2fBufferTestUtil.cpp | 537 float yf = float(y) / float(numPosY-1); in computeIndexVerifierPositions() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 236 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 392 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 238 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
|
D | es3fShaderBuiltinVarTests.cpp | 356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 570 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
|
D | es3fFragmentOutputTests.cpp | 410 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; in renderFloatReference() local 613 float yf = (float)y / (float)(gridHeight-1); in iterate() local 666 float yf = (float)y / (float)(gridHeight-1); in iterate() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandtouch.c | 76 float yf = FIXED_TO_FLOAT * y; in touch_handle_touch() local
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showspectrum.c | 512 float *yf, float *uf, float *vf) in color_range() 574 float yf, float uf, float vf, in pick_color() 848 float yf, uf, vf; in draw_legend() local 932 float yf, uf, vf; in plot_channel_lin() local 956 float y, yf, uf, vf; in plot_channel_log() local
|
D | avf_ahistogram.c | 264 float yf, uf, vf; in filter_frame() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sLongRunningShaderTests.cpp | 255 const float yf = 2.0f * ((float(yi) + 0.5f) / float(height)) - 1.0f; in genPositions() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestLog.cpp | 284 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage() local 324 float yf = ((float)y + 0.5f) / (float)h; in writeImage() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 90 float yf = (float)y / (float)gridSizeY; in generateVertices() local
|
D | glsRandomShaderCase.cpp | 172 float yf = (float)y / (float)m_gridHeight; in init() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PointSpritesTest.cpp | 105 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PointSpritesTest.cpp | 106 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 204 const float yf = ((float)y + 0.5f) / (float)dstSize.y(); in iterate() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 248 float yf = (float)y / (float)(gridVtxHeight-1); in execute() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 224 const float yf = ((2.0f * float(y)) / (float)height) - 1.0f; in toGLCoord() local
|
D | teglGLES2SharingTests.cpp | 451 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1); in renderResource() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 876 float yf[2]; in rasterizeExpectedResults() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 412 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 449 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 711 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 759 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 806 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 954 const float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in fetchTexture() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 1781 const float yf = (float(height - y - 1) + .5f) / float(height); in iterate() local 1906 const float yf = (float(height - y - 1) +.5f) / float(height); in iterate() local
|