/third_party/typescript/tests/baselines/reference/ |
H A D | booleanFilterAnyArray.js | 18 var ys: any[]; variable 31 var ys;
variable 32 var ys = realanys.filter(Boolean);
variable
|
H A D | arrayLiteralsWithRecursiveGenerics.js | 22 var ys = [list, list2]; // {}[] variable 65 var ys = [list, list2]; // {}[]
variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | equal_benchmark.cc | 42 std::vector<T> ys = xs; in BM_absl_equal_benchmark() local 52 std::vector<T> ys = xs; in BM_std_equal_benchmark() local 62 std::vector<T> ys = xs; in BM_memcmp_benchmark() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | libwebpenc_common.c | 211 int ys = y >> !!p; in ff_libwebp_get_frame() local 227 int ys = y >> !!p; in ff_libwebp_get_frame() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_cse.cpp | 121 fs_reg *ys = b->src; in operands_match() local [all...] |
H A D | brw_vec4_cse.cpp | 101 const src_reg *ys = b->src; in operands_match() local [all...] |
/third_party/musl/src/math/ |
H A D | fmal.c | 168 long double xs, ys, zs, adj; in fmal() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fmal.c | 168 long double xs, ys, zs, adj; in fmal() local
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuad.cpp | 66 static void rearrange_sk_to_gr_points(const SkPoint skQuadPts[4], V4f* xs, V4f* ys) { in rearrange_sk_to_gr_points() argument 18 map_rect_translate_scale(const SkRect& rect, const SkMatrix& m, V4f* xs, V4f* ys) map_rect_translate_scale() argument 37 map_quad_general(const V4f& qx, const V4f& qy, const SkMatrix& m, V4f* xs, V4f* ys, V4f* ws) map_quad_general() argument 57 map_rect_general(const SkRect& rect, const SkMatrix& matrix, V4f* xs, V4f* ys, V4f* ws) map_rect_general() argument 117 V4f xs, ys; MakeFromSkQuad() local [all...] |
H A D | GrQuad.h | 126 const float* ys() const { return fY; } in ys() function in GrQuad::Type 127 float* ys() { return fY; } in ys() function in GrQuad::Type 146 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, Type type) in GrQuad() argument 153 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, in GrQuad() argument
|
H A D | GrQuadUtils.cpp | 320 V4f ys = this->y4f(); in projectedBounds() local 659 reset(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, const skvx::Vec<4, float>& ws, GrQuad::Type quadType) reset() argument [all...] |
/third_party/rust/crates/nom/src/bytes/ |
H A D | tests.rs | 290 fn ys(i: &str) -> IResult<&str, &str> { in take_until_incomplete_s() functions 340 fn ys(i: &[u8]) -> IResult<&[u8], &[u8]> { in recognize() functions
|
/third_party/backends/backend/ |
H A D | gt68xx_generic.c | 230 SANE_Fixed x0, y0, xs, ys; in gt68xx_generic_setup_scan() local
|
H A D | artec_eplus48u.h | 214 SANE_Fixed ys; /**< Height */ member
|
/third_party/cups-filters/cupsfilters/ |
H A D | rgb.c | 62 int xs, ys, zs, /* Current RGB row offsets */ in cupsRGBDoGray() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | hebrwcal.cpp | 572 int32_t ys = startOfYear(year, status); // 1st day of year in handleComputeFields() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | hebrwcal.cpp | 572 int32_t ys = startOfYear(year, status); // 1st day of year in handleComputeFields() local
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 291 int ys = RECT_SIZE_Y(rect);
in NormalizeSize() local 369 const int ys = RECT_SIZE_Y(rect);
in NormalizePosition() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | hebrwcal.cpp | 577 int32_t ys = startOfYear(year, status); // 1st day of year in handleComputeFields() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexImageTest.cpp | 66 verifyResults(GLuint texture, const GLubyte data[4], GLint fboSize, GLint xs, GLint ys, GLint xe, GLint ye) verifyResults() argument
|
H A D | MultisampledRenderToTextureTest.cpp | 90 verifyResults(GLuint texture, const GLColor expected, GLint fboSize, GLint xs, GLint ys, GLint xe, GLint ye) verifyResults() argument
|
/third_party/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 45 float ys[3] = { prev(pt.fY), pt.fY, next(pt.fY) }; in DEF_TEST() local
|
H A D | SkSLInterpreterTest.cpp | 680 ys[] = { 2.0f, 2.0f }; in DEF_TEST() local
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.c | 688 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
|
/third_party/mksh/ |
H A D | syn.c | 1127 struct yyrecursive_state *ys; in yyrecursive() local 1167 struct yyrecursive_state *ys; in yyrecursive_pop() local [all...] |