| /third_party/icu/tools/multi/proj/icu4cscan/ |
| D | testxml.cpp | 326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, const char *locale) { in writeOkComments() 368 void probeCapability(XMLFile& xf, const char *locale) { in probeCapability() 390 void probeColCapability(XMLFile& xf, const char *locale) { in probeColCapability() 452 XMLFile xf(stdout); in main() local
|
| /third_party/skia/resources/skottie/ |
| D | skottie-text-allcaps.json | 1 …,"s":63,"sz":[354,335],"t":"Hello there, κεφαλαίο κείμενο!","tr":0,"vj":1,"xf":100},"t":0},{"s":{"… number
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fDepthRangeTests.cpp | 237 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local 247 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local 380 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
|
| D | es2fShaderBuiltinVarTests.cpp | 337 const float xf = (float(x)+.5f) / float(refImg.getWidth()); in iterate() local 429 const float xf = (float(x)+.5f) / float(refImg.getWidth()); in iterate() local 545 const float xf = (float(xo)+0.5f) / float(w); in iterate() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcFragDepthTests.cpp | 242 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local 252 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local 391 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFragDepthTests.cpp | 244 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local 254 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local 406 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
|
| D | es3fShaderBuiltinVarTests.cpp | 355 const float xf = (float(x)+.5f) / float(refImg.getWidth()); in iterate() local 450 const float xf = (float(x)+.5f) / float(refImg.getWidth()); in iterate() local 569 const float xf = (float(xo)+0.5f) / float(w); in iterate() local
|
| D | es3fFragmentOutputTests.cpp | 409 const float xf = ((float)x - (float)cellX*cellW + 0.5f) / cellW; in renderFloatReference() local 612 float xf = (float)x / (float)(gridWidth-1); in iterate() local 665 float xf = (float)x / (float)(gridWidth-1); in iterate() local
|
| /third_party/libsnd/src/ |
| D | w64.c | 40 #define MAKE_HASH16(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, xa, xb, xc, xd, xe, xf) \ argument 46 #define MAKE_MARKER16(name, x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, xa, xb, xc, xd, xe, xf) \ argument
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
| D | SDL_waylandtouch.c | 75 float xf = FIXED_TO_FLOAT * x; in touch_handle_touch() local
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | es3sLongRunningShaderTests.cpp | 254 const float xf = 2.0f * ((float(xi) + 0.5f) / float(width)) - 1.0f; in genPositions() local
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTestLog.cpp | 289 float xf = ((float)x + 0.5f) / (float)logImage.getWidth(); in writeImage() local 327 float xf = ((float)x + 0.5f) / (float)w; in writeImage() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | cbs_vp9.c | 268 #define xf(width, name, var, subs, ...) do { \ macro 348 #define xf(width, name, var, subs, ...) do { \ macro
|
| D | cbs_av1.c | 576 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ macro 664 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ macro
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | PointSpritesTest.cpp | 105 int xf = static_cast<int>(floorf(s2p(pointX + u * pointWidth))); in testPointCoordAndPointSizeCompliance() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsShaderPerformanceMeasurer.cpp | 89 float xf = (float)x / (float)gridSizeX; in generateVertices() local
|
| D | glsRandomShaderCase.cpp | 171 float xf = (float)x / (float)m_gridWidth; in init() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | PointSpritesTest.cpp | 104 int xf = static_cast<int>(floorf(s2p(pointX + u * pointWidth))); in testPointCoordAndPointSizeCompliance() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_xfade_opencl.c | 68 AVFrame *xf[2]; member
|
| /third_party/flutter/skia/gm/ |
| D | rasterhandleallocator.cpp | 248 XFORM xf; in updateHandle() local
|
| /third_party/skia/gm/ |
| D | rasterhandleallocator.cpp | 247 XFORM xf; in updateHandle() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktTextureSwizzleTests.cpp | 205 const float xf = ((float)x + 0.5f) / (float)dstSize.x(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureSwizzleTests.cpp | 205 const float xf = ((float)x + 0.5f) / (float)dstSize.x(); in iterate() local
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgProgramExecutor.cpp | 247 float xf = (float)x / (float)(gridVtxWidth-1); in execute() local
|
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| D | adrian-aec.h | 310 REAL xf[NLMS_LEN + NLMS_EXT]; // pre-whitening tap delayed signal member
|