Home
last modified time | relevance | path

Searched +refs:y +refs:var (Results 101 – 125 of 60630) sorted by relevance

12345678910>>...2426

/dports/math/octave-forge-communications/communications-1.2.3/inst/
H A Dademodce.m17 ## @deftypefn {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "amdsb-tc", offset)
18 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "amdsb-tc/costas", offset)
19 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "amdsb-sc")
20 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "amdsb-sc/costas")
21 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "amssb")
22 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "qam")
23 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "qam/cmplx")
24 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "fm", @var{dev})
25 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, @var{Fs}, "pm", @var{dev})
26 ## @deftypefnx {Function File} {@var{y} =} ademodce (@var{x}, [@var{Fs}, @var{iphs}], @dots{})
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-fbdev/
H A DsqUnixFBDevFramebuffer.c118 + (y + self->var.yoffset) * (self->fix.line_length))) in fb_getPixel_32()
128 + (y + self->var.yoffset) * (self->fix.line_length))) in fb_putPixel_32()
139 + (y + self->var.yoffset) * (self->fix.line_length))) in fb_getPixel_16()
149 + (y + self->var.yoffset) * (self->fix.line_length))) in fb_putPixel_16()
160 + (y + self->var.yoffset) * (self->fix.line_length))) in fb_getPixel_8()
171 + (y + self->var.yoffset) * (self->fix.line_length))) in fb_putPixel_8()
512 self->var.xres, self->var.yres, self->var.bits_per_pixel, self->var.xoffset, self->var.yoffset, in fb_initVisual()
513 self->var.xres_virtual, self->var.yres_virtual, in fb_initVisual()
515 self->var.red .offset, self->var.red .length, in fb_initVisual()
523 self->bpp= self->var.red.length + self->var.green.length + self->var.blue.length; in fb_initVisual()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/prob/
H A Dnormal_id_glm_lpdf_test.cpp67 Matrix<var, Dynamic, 1> y(3, 1); in TEST() local
78 var lp = stan::math::normal_lpdf(y, theta, sigma); in TEST()
160 Matrix<var, Dynamic, 1> y1 = y; in TEST()
161 Matrix<var, Dynamic, 1> y2 = y; in TEST()
199 var y1 = y; in TEST()
237 Matrix<var, Dynamic, 1> y(0, 1); in TEST() local
277 Matrix<var, Dynamic, 1> y(3, 1); in TEST() local
329 Matrix<var, Dynamic, 1> y = yreal; in TEST() local
393 Matrix<var, Dynamic, 1> y = yreal; in TEST() local
452 Matrix<var, Dynamic, 1> y = yreal; in TEST() local
[all …]
H A Dpoisson_log_glm_lpmf_test.cpp72 var lp = stan::math::poisson_log_lpmf(y, theta); in TEST()
123 var lp1 = stan::math::poisson_log_glm_lpmf(y, x1, alpha1, beta1); in TEST()
124 var lp2 = stan::math::poisson_log_glm_lpmf(y, x_mat, alpha2, beta2); in TEST()
155 var lp1 = stan::math::poisson_log_glm_lpmf(y, x1, alpha1, beta1); in TEST()
183 var lp = stan::math::poisson_log_lpmf(y, theta); in TEST()
222 var lp = stan::math::poisson_log_lpmf(y, theta); in TEST()
263 var lp = stan::math::poisson_log_lpmf(y, theta); in TEST()
282 var lp2 = stan::math::poisson_log_glm_lpmf(y, x2, alpha2, beta2); in TEST()
318 var lp = stan::math::poisson_log_lpmf(y, theta); in TEST()
369 var lp = stan::math::poisson_log_lpmf(y, theta); in TEST()
[all …]
/dports/math/octave/octave-6.4.0/scripts/plot/draw/
H A Dloglogerr.m27 ## @deftypefn {} {} loglogerr (@var{y}, @var{ey})
28 ## @deftypefnx {} {} loglogerr (@var{y}, @dots{}, @var{fmt})
29 ## @deftypefnx {} {} loglogerr (@var{x}, @var{y}, @var{ey})
30 ## @deftypefnx {} {} loglogerr (@var{x}, @var{y}, @var{err}, @var{fmt})
31 ## @deftypefnx {} {} loglogerr (@var{x}, @var{y}, @var{lerr}, @var{uerr}, @var{fmt})
32 ## @deftypefnx {} {} loglogerr (@var{x}, @var{y}, @var{ex}, @var{ey}, @var{fmt})
33 ## @deftypefnx {} {} loglogerr (@var{x}, @var{y}, @var{lx}, @var{ux}, @var{ly}, @var{uy}, @var{fmt})
43 ## loglogerr (@var{x}, @var{y}, @var{ey}, @var{fmt})
47 ## which produces a double logarithm plot of @var{y} versus @var{x}
48 ## with errors in the @var{y}-scale defined by @var{ey} and the plot
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/gofmt/gofmt/testdata/
H A Dcomposites.input6 x, y int
38 x, y int
40 struct{ x, y int }{},
41 10: struct{ x, y int }{1, 2},
42 20: struct{ x, y int }{3, 4},
79 x, y int
81 "foo": struct{ x, y int }{},
137 x, y int
139 &struct{ x, y int }{},
178 x, y int
[all …]
/dports/math/octave/octave-6.4.0/scripts/general/
H A Dinterpn.m27 ## @deftypefn {} {@var{vi} =} interpn (@var{x1}, @var{x2}, @dots{}, @var{v}, @var{y1}, @var{y2}, @…
28 ## @deftypefnx {} {@var{vi} =} interpn (@var{v}, @var{y1}, @var{y2}, @dots{})
29 ## @deftypefnx {} {@var{vi} =} interpn (@var{v}, @var{m})
30 ## @deftypefnx {} {@var{vi} =} interpn (@var{v})
31 ## @deftypefnx {} {@var{vi} =} interpn (@dots{}, @var{method})
32 ## @deftypefnx {} {@var{vi} =} interpn (@dots{}, @var{method}, @var{extrapval})
37 ## at a location given by the parameters @var{x1}, @var{x2}, @dots{}, @var{xn}.
38 ## The parameters @var{x1}, @var{x2}, @dots{}, @var{xn} are either
39 ## @var{n}-dimensional arrays of the same size as the array @var{v} in
42 ## The parameters @var{y1}, @var{y2}, @dots{}, @var{yn} represent the points at
[all …]

12345678910>>...2426