Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/third_party/typescript/tests/baselines/reference/
DinitializePropertiesWithRenamedLet.js2 var x0; variable
4 let x0; variable
5 var obj1 = { x0: x0 }; property
6 var obj2 = { x0 }; field
19 var x0; variable
22 var obj1 = { x0: x0_1 }; property
23 var obj2 = { x0: x0_1 }; property
DparserNotHexLiteral1.js2 var x = {e0: 'cat', x0: 'dog'}; property
10 var x = { e0: 'cat', x0: 'dog' }; property
DintersectionOfUnionOfUnitTypes.js6 let x0: ('a' | 'b' | 'c') & ('a' | 'b' | 'c'); // 'a' | 'b' | 'c' variable
30 var x0; // 'a' | 'b' | 'c' variable
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DLinearGradient.java14 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
21 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
26 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
33 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
38 private static native long nMakeLinear(float x0, float y0, float x1, float y1, in nMakeLinear()
DTwoPointConicalGradient.java14 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
21 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
27 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
34 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
40 private static native long nMakeTwoPointConical(float x0, float y0, float r0, in nMakeTwoPointConical()
/third_party/boost/libs/pfr/test/run/
Dnon_dc_non_cop_but_mov.cpp18 struct S { X x0; X x1; int x2; X x3; }; member
26 struct S5_0 { int x0; int x1; int x2; int x3; X x4; }; in main() member
29 struct S5_1 { X x0; int x1; int x2; int x3; int x4; }; in main() member
32 struct S5_2 { int x0; int x1; X x2; int x3; int x4; }; in main() member
35 struct S5_3 { int x0; int x1; X x2; int x3; X x4; }; in main() member
38 struct S5_4 { X x0; X x1; X x2; X x3; X x4; }; in main() member
41 struct S6 { X x0; X x1; X x2; X x3; X x4; X x5;}; in main() member
Dnon_copyable_but_movable.cpp18 struct S { X x0; X x1; int x2; X x3; }; member
23 struct S5_0 { int x0; int x1; int x2; int x3; X x4; }; in main() member
26 struct S5_1 { X x0; int x1; int x2; int x3; int x4; }; in main() member
29 struct S5_2 { int x0; int x1; X x2; int x3; int x4; }; in main() member
32 struct S5_3 { int x0; int x1; X x2; int x3; X x4; }; in main() member
35 struct S5_4 { X x0; X x1; X x2; X x3; X x4; }; in main() member
38 struct S6 { X x0; X x1; X x2; X x3; X x4; X x5;}; in main() member
Dnon_default_constructible.cpp11 struct S { X x0; X x1; int x2; X x3; }; member
16 struct S5_0 { int x0; int x1; int x2; int x3; X x4; }; in main() member
19 struct S5_1 { X x0; int x1; int x2; int x3; int x4; }; in main() member
22 struct S5_2 { int x0; int x1; X x2; int x3; int x4; }; in main() member
25 struct S5_3 { int x0; int x1; X x2; int x3; X x4; }; in main() member
28 struct S5_4 { X x0; X x1; X x2; X x3; X x4; }; in main() member
31 struct S6 { X x0; X x1; X x2; X x3; X x4; X x5;}; in main() member
/third_party/python/Modules/_decimal/libmpdec/
Dconvolute.c83 mpd_uint_t x0 = c1[i]; in fnt_convolute() local
96 mpd_uint_t x0 = c1[i]; in fnt_convolute() local
147 mpd_uint_t x0 = c1[i]; in fnt_autoconvolute() local
158 mpd_uint_t x0 = c1[i]; in fnt_autoconvolute() local
Dbench.c58 color_point(mpd_t *x0, mpd_t *y0, long maxiter, mpd_context_t *ctx) in color_point()
102 mpd_t *x0, *y0; in main() local
Dbench_full.c65 color_point(const mpd_t *x0, const mpd_t *y0, const long maxiter, mpd_context_t *ctx) in color_point()
117 mpd_t *x0, *y0; in main() local
/third_party/typescript/tests/cases/compiler/
DinitializePropertiesWithRenamedLet.ts3 var x0; variable
5 let x0; variable
/third_party/boost/libs/math/test/
Dcubic_hermite_test.cpp31 Real x0 = 0; in test_constant() local
160 Real x0 = dis(rd); in test_quadratic() local
191 Real x0 = dis(rd); in test_interpolation_condition() local
215 Real x0 = 0; in test_cardinal_constant() local
275 Real x0 = 0; in test_cardinal_linear() local
343 Real x0 = -1; in test_cardinal_quadratic() local
404 Real x0 = Real(2); in test_cardinal_interpolation_condition() local
Dquintic_hermite_test.cpp230 Real x0 = dis(rd); in test_interpolation_condition() local
264 Real x0 = 4; in test_cardinal_constant() local
317 Real x0 = 0; in test_cardinal_linear() local
368 Real x0 = 0; in test_cardinal_quadratic() local
431 Real x0 = 0; in test_cardinal_cubic() local
479 Real x0 = 0; in test_cardinal_quartic() local
Dseptic_hermite_test.cpp48 Real x0 = 0; in test_constant() local
145 Real x0 = 0; in test_linear() local
280 Real x0 = 0; in test_quadratic() local
342 Real x0 = 0; in test_cubic() local
470 Real x0 = dis(rd); in test_interpolation_condition() local
/third_party/boost/libs/math/example/daubechies_wavelets/
Dbench.cpp148 Real x0 = x.front(); in CubicHermite() local
185 Real x0 = 0; in CardinalCubicHermite() local
219 Real x0 = 0; in CardinalCubicHermiteAOS() local
313 Real x0 = 0; in CardinalQuinticHermite() local
348 Real x0 = 0; in CardinalQuinticHermiteAOS() local
380 Real x0 = dis(rd); in SepticHermite() local
433 Real x0 = 0; in CardinalSepticHermite() local
469 Real x0 = 0; in CardinalSepticHermiteAOS() local
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dpaint.c34 gint x0, gint y0, gint c0, gint x1, gint y1, gint c1) in gst_smpte_paint_vbox()
57 gint x0, gint y0, gint c0, gint x1, gint y1, gint c1) in gst_smpte_paint_hbox()
131 #define PREPARE_3D_LINE(x0,y0,z0,x1,y1,z1,dxabs,dyabs,dzabs,sdx,sdy,sdz,xr,yr,zr,px,py,pz)\ argument
153 gint x0, gint y0, gint c0, in gst_smpte_paint_triangle_linear()
218 gint x0, gint y0, gint x1, gint y1, guint32 col) in draw_bresenham_line()
261 gint x0, gint y0, gint c0, in gst_smpte_paint_triangle_clock()
311 gint x0, gint y0, gint c0, in gst_smpte_paint_box_clock()
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_compare.py82 def get_less_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
92 def get_greater_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
102 def get_less_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
112 def get_greater_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
Dtest_reorder_ops.py38 def get_castup_output(x0, enable_graph_kernel=False): argument
68 def get_castdown_output(x0, enable_graph_kernel=False): argument
Dtest_recompute.py46 def construct(self, x0, x1): argument
61 def construct(self, x0, x1): argument
89 def construct(self, x0, x1, x2): argument
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c250 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_xtiled()
292 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_ytiled()
414 xtiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in xtiled_to_linear()
456 ytiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in ytiled_to_linear()
628 linear_to_xtiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_xtiled_faster()
673 linear_to_ytiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_ytiled_faster()
717 xtiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in xtiled_to_linear_faster()
773 ytiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in ytiled_to_linear_faster()
877 uint32_t x0 = MAX2(xt1, xt); in linear_to_tiled() local
977 uint32_t x0 = MAX2(xt1, xt); in tiled_to_linear() local
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h58 skvx::Vec<8,uint32_t> x0,x1,wx; in S32_alpha_D32_filter_DX() local
245 int x0[4], in S32_alpha_D32_filter_DX() local
290 int x0, x1, wx; in S32_alpha_D32_filter_DX() local
332 int x0, x1, wx; in S32_alpha_D32_filter_DX() local
489 int x0, x1, wx; in S32_alpha_D32_filter_DX() local
516 x0, x1, wx; in S32_alpha_D32_filter_DXDY() local
/third_party/boost/boost/random/
Dinversive_congruential.hpp91 IntType, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
124 BOOST_RANDOM_DETAIL_ARITHMETIC_SEED(inversive_congruential_engine, IntType, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() argument
239 inversive_congruential(IntType x0 = 1) : base_type(x0) {} in inversive_congruential()
Dlinear_congruential.hpp89 IntType, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
132 IntType x0 = x0_; in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() local
303 linear_congruential(IntType x0 = 1) : base_type(x0) {} in linear_congruential()
372 BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR(rand48, result_type, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
392 BOOST_RANDOM_DETAIL_ARITHMETIC_SEED(rand48, result_type, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c122 float x0 = info->v0[0][0] - setup->pixel_offset; in texcoord_coef() local
138 float x0 = info->v0[0][0] - setup->pixel_offset; in texcoord_coef() local
379 int x0, y0; in try_setup_point() local
411 const int x0 = subpixel_snap(v0[0][0]); in try_setup_point() local

12345678910>>...19