Home
last modified time | relevance | path

Searched defs:y4 (Results 1 - 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DshorthandPropertyAssignmentsInDestructuring.js217 var y4, y5; variable
222 var y4, y5; variable
[all...]
H A DaugmentedTypesFunction.js21 function y4() { } // error function
H A DdeclarationEmitDestructuringObjectLiteralPattern1.js3 var { x4 } = { x4: 5, y4: "hello" }; property
H A DprivateClassPropertyAccessibleWithinNestedClass.js34 var y4 = y.y; variable
H A DprotectedClassPropertyAccessibleWithinNestedClass.js34 var y4 = y.y; variable
H A DinitializersWidened.js20 var y4 = undefined || undefined; variable
40 var y4 = undefined || undefined; variable
H A DintersectionOfUnionOfUnitTypes.js40 var y4; // 2 variable
H A DdeclarationEmitDestructuringObjectLiteralPattern.js3 var { x4 } = { x4: 5, y4: "hello" }; property
H A DnoImplicitAnyDestructuringVarDeclaration2.js12 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error property
25 var x4 = { x4: undefined }.x4, y4 = { y4: null }.y4; // no error property
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftpsprop.c54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in FT_BASE_CALLBACK_DEF() local
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsfont.c131 FT_Int y4 = darkenParams[7]; in cf2_computeDarkening() local
/third_party/lame/libmp3lame/
H A Dgain_analysis.c152 Float_t y4 = input[ -8] * kernel[ 2]; in filterYule() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafloader.c599 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in FT_LOCAL_DEF() local
H A Dafmodule.c196 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in af_property_set() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLimits.cpp2883 const unsigned int y4 = m_triangle_edge_length - 1; in verifyResultOfMultipleInvocationsPass() local
2941 const unsigned int y4 = m_triangle_edge_length - 1; in verifyResultOfSingleInvocationPass() local
2988 const unsigned int y4 = m_triangle_edge_length - 1; in verifyResultOfSingleInvocationPass() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_sse2.c257 const __m128i y4 = _mm_packs_epi16(_mm_packs_epi32(y0, y1), in CombinedShannonEntropy_SSE2() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dfft_vsx.h65 vec_f y4, y5, y8, y9; in pass_vsx_interleave() local
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp234 ADDR_CHANNEL_SETTING y4 = InitChannel(1, 1, bankYStart + 1); in ComputeBankEquation() local
463 ADDR_CHANNEL_SETTING y4 = InitChannel(1, 1, 4); ComputePipeEquation() local
689 UINT_32 y4 = _BIT(ty,1); ComputePipeFromCoord() local
848 UINT_32 y4 = 0; ComputeTileCoordFromPipeAndElemIdx() local
2551 UINT_32 y4 = _BIT(y, 4); HwlComputeSurfaceCoord2DFromBankPipe() local
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c926 int x1, x2, y1, y2, x3, y3, x4, y4; in draw_background() local
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c1603 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; in Cubic_To() local
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp971 static void PathBezierToCasteljau(ImVector<ImVec2>* path, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) in PathBezierToCasteljau() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp1244 static void PathBezierCubicCurveToCasteljau(ImVector<ImVec2>* path, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) in PathBezierCubicCurveToCasteljau() argument
H A Dimgui.cpp1235 static void ImBezierCubicClosestPointCasteljauStep(const ImVec2& p, ImVec2& p_closest, ImVec2& p_last, float& p_closest_dist2, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) in ImBezierCubicClosestPointCasteljauStep() argument

Completed in 55 milliseconds