Home
last modified time | relevance | path

Searched defs:zz (Results 1 – 25 of 3277) sorted by relevance

12345678910>>...132

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dbind-c-contiguous-5.f9053 character(kind=4, len=k) :: zz(..) local
61 character(kind=4, len=k), intent(in) :: zz(..) local
85 character(kind=4, len=k) :: zz(-k:) local
328 character(kind=4, len=k) :: zz(..) local
431 character(kind=4, len=k) :: zz(..) local
522 character(kind=4, len=k) :: zz(..) local
608 character(kind=4, len=k) :: zz(..) local
686 character(kind=4, len=k) :: zz(-k:) local
754 character(kind=4, len=k) :: zz(-k:) local
816 character(kind=4, len=k) :: zz(-k:) local
[all …]
H A Dbind-c-contiguous-4.f9056 character(len=k), optional :: zz(..) local
64 character(len=k), intent(in), optional :: zz(..) local
88 character(len=k), optional :: zz(-k:) local
355 character(len=k), optional :: zz(..) local
464 character(len=k), optional :: zz(..) local
561 character(len=k), optional :: zz(..) local
653 character(len=k), optional :: zz(..) local
737 character(len=k), optional :: zz(-k:) local
811 character(len=k), optional :: zz(-k:) local
879 character(len=k), optional :: zz(-k:) local
[all …]
H A Dbind-c-contiguous-1.f9053 character(len=k) :: zz(..) local
61 character(len=k), intent(in) :: zz(..) local
85 character(len=k) :: zz(-k:) local
328 character(len=k) :: zz(..) local
431 character(len=k) :: zz(..) local
522 character(len=k) :: zz(..) local
608 character(len=k) :: zz(..) local
686 character(len=k) :: zz(-k:) local
754 character(len=k) :: zz(-k:) local
816 character(len=k) :: zz(-k:) local
[all …]
/dports/games/residualvm/residualvm-0.3.1/test/math/
H A Drotation3d.h11 Math::Angle xx, yy, zz; in test_eulerXYX() local
27 Math::Angle xx, yy, zz; in test_eulerXYZ() local
43 Math::Angle xx, yy, zz; in test_eulerXZX() local
59 Math::Angle xx, yy, zz; in test_eulerXZY() local
75 Math::Angle xx, yy, zz; in test_eulerYXY() local
91 Math::Angle xx, yy, zz; in test_eulerYXZ() local
107 Math::Angle xx, yy, zz; in test_eulerYZX() local
123 Math::Angle xx, yy ,zz; in test_eulerYZY() local
139 Math::Angle xx, yy, zz; in test_eulerZXY() local
155 Math::Angle xx, yy, zz; in test_eulerZXZ() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/test/math/
H A Drotation3d.h11 Math::Angle xx, yy, zz; in test_eulerXYX() local
27 Math::Angle xx, yy, zz; in test_eulerXYZ() local
43 Math::Angle xx, yy, zz; in test_eulerXZX() local
59 Math::Angle xx, yy, zz; in test_eulerXZY() local
75 Math::Angle xx, yy, zz; in test_eulerYXY() local
91 Math::Angle xx, yy, zz; in test_eulerYXZ() local
107 Math::Angle xx, yy, zz; in test_eulerYZX() local
123 Math::Angle xx, yy ,zz; in test_eulerYZY() local
139 Math::Angle xx, yy, zz; in test_eulerZXY() local
155 Math::Angle xx, yy, zz; in test_eulerZXZ() local
[all …]
/dports/math/R/R-4.1.2/tests/
H A Dlibcurl.R29 str(readLines(zz <- url("http://cran.r-project.org/", method = "libcurl"))) globalVar
43 open(zz <- url("http://httpbin.org/status/404", method = "libcurl")) globalVar
58 zz <- url("http://www.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat") globalVar
63 open(zz <- url("http://httpbin.org/status/404")) globalVar
86 head(readLines(zz <- url("https://httpbin.org", method = "libcurl"), globalVar
91 head(readLines(zz <- url("http://bugs.r-project.org", method = "libcurl"), globalVar
H A Dreg-IO.R21 zz <- file("testIO.R", "wt") globalVar
36 zz <- file("testIO.R", "wt") globalVar
51 zz <- file("testIO.R", "wt") globalVar
/dports/math/libRmath/R-4.1.1/tests/
H A Dlibcurl.R29 str(readLines(zz <- url("http://cran.r-project.org/", method = "libcurl"))) globalVar
43 open(zz <- url("http://httpbin.org/status/404", method = "libcurl")) globalVar
58 zz <- url("http://www.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat") globalVar
63 open(zz <- url("http://httpbin.org/status/404")) globalVar
86 head(readLines(zz <- url("https://httpbin.org", method = "libcurl"), globalVar
91 head(readLines(zz <- url("http://bugs.r-project.org", method = "libcurl"), globalVar
H A Dreg-IO.R21 zz <- file("testIO.R", "wt") globalVar
36 zz <- file("testIO.R", "wt") globalVar
51 zz <- file("testIO.R", "wt") globalVar
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test1(int xx, int yy, int zz) in test1()
24 ABC test1v(int xx, int yy, int zz, ...) in test1v()
33 ABC test2v(int xx, int yy, int zz, ...) in test2v()
42 ABC test3(int xx, int yy, int zz) in test3()
50 ABC test3v(int xx, int yy, int zz, ...) in test3v()
59 ABC test4(int xx, int yy, int zz) in test4()
67 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test1(int xx, int yy, int zz) in test1()
24 ABC test1v(int xx, int yy, int zz, ...) in test1v()
33 ABC test2v(int xx, int yy, int zz, ...) in test2v()
42 ABC test3(int xx, int yy, int zz) in test3()
50 ABC test3v(int xx, int yy, int zz, ...) in test3v()
59 ABC test4(int xx, int yy, int zz) in test4()
67 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test1(int xx, int yy, int zz) in test1()
24 ABC test1v(int xx, int yy, int zz, ...) in test1v()
33 ABC test2v(int xx, int yy, int zz, ...) in test2v()
42 ABC test3(int xx, int yy, int zz) in test3()
50 ABC test3v(int xx, int yy, int zz, ...) in test3v()
59 ABC test4(int xx, int yy, int zz) in test4()
67 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test1(int xx, int yy, int zz) in test1()
24 ABC test1v(int xx, int yy, int zz, ...) in test1v()
33 ABC test2v(int xx, int yy, int zz, ...) in test2v()
42 ABC test3(int xx, int yy, int zz) in test3()
50 ABC test3v(int xx, int yy, int zz, ...) in test3v()
59 ABC test4(int xx, int yy, int zz) in test4()
67 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test1(int xx, int yy, int zz) in test1()
24 ABC test1v(int xx, int yy, int zz, ...) in test1v()
33 ABC test2v(int xx, int yy, int zz, ...) in test2v()
42 ABC test3(int xx, int yy, int zz) in test3()
50 ABC test3v(int xx, int yy, int zz, ...) in test3v()
59 ABC test4(int xx, int yy, int zz) in test4()
67 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test1(int xx, int yy, int zz) in test1()
24 ABC test1v(int xx, int yy, int zz, ...) in test1v()
33 ABC test2v(int xx, int yy, int zz, ...) in test2v()
42 ABC test3(int xx, int yy, int zz) in test3()
50 ABC test3v(int xx, int yy, int zz, ...) in test3v()
59 ABC test4(int xx, int yy, int zz) in test4()
67 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d14 ABC test2v(int xx, int yy, int zz, ...) in test2v()
23 ABC test3(int xx, int yy, int zz) in test3()
31 ABC test3v(int xx, int yy, int zz, ...) in test3v()
40 ABC test4(int xx, int yy, int zz) in test4()
48 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test2v(int xx, int yy, int zz, ...) in test2v()
24 ABC test3(int xx, int yy, int zz) in test3()
32 ABC test3v(int xx, int yy, int zz, ...) in test3v()
41 ABC test4(int xx, int yy, int zz) in test4()
49 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test2v(int xx, int yy, int zz, ...) in test2v()
24 ABC test3(int xx, int yy, int zz) in test3()
32 ABC test3v(int xx, int yy, int zz, ...) in test3v()
41 ABC test4(int xx, int yy, int zz) in test4()
49 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dcallconv.d15 ABC test2v(int xx, int yy, int zz, ...) in test2v()
24 ABC test3(int xx, int yy, int zz) in test3()
32 ABC test3v(int xx, int yy, int zz, ...) in test3v()
41 ABC test4(int xx, int yy, int zz) in test4()
49 ABC test4v(int xx, int yy, int zz, ...) in test4v()
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_vardifconv.c64 HYPRE_Real xx, yy, zz; in GenerateVarDifConv() local
368 HYPRE_Real afun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in afun()
393 HYPRE_Real bfun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in bfun()
429 HYPRE_Real cfun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in cfun()
456 HYPRE_Real dfun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in dfun()
466 HYPRE_Real efun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in efun()
476 HYPRE_Real ffun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in ffun()
483 HYPRE_Real gfun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in gfun()
490 HYPRE_Real rfun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in rfun()
501 HYPRE_Real bndfun(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in bndfun()
H A Dpar_vardifconv_rs.c75 HYPRE_Real xx, yy, zz; in GenerateRSVarDifConv() local
442 HYPRE_Real afun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in afun_rs()
449 HYPRE_Real bfun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in bfun_rs()
456 HYPRE_Real cfun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in cfun_rs()
463 HYPRE_Real dfun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in dfun_rs()
481 HYPRE_Real efun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in efun_rs()
499 HYPRE_Real ffun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in ffun_rs()
506 HYPRE_Real gfun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in gfun_rs()
513 HYPRE_Real rfun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in rfun_rs()
520 HYPRE_Real bndfun_rs(HYPRE_Real xx, HYPRE_Real yy, HYPRE_Real zz) in bndfun_rs()
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/math/
H A Dxsimd_logarithm.hpp101 … B zz = select(isnez, select(a == infinity<B>(), infinity<B>(), r), minusinfinity<B>()); in compute() local
103 B zz = select(isnez, r, minusinfinity<B>()); in compute() local
161 … B zz = select(isnez, select(a == infinity<B>(), infinity<B>(), r), minusinfinity<B>()); in compute() local
163 B zz = select(isnez, r, minusinfinity<B>()); in compute() local
229 … B zz = select(isnez, select(a == infinity<B>(), infinity<B>(), r), minusinfinity<B>()); in compute() local
231 B zz = select(isnez, r, minusinfinity<B>()); in compute() local
298 B zz = select(isnez, r, minusinfinity<B>()); in compute() local
377 B zz = select(isnez, r, minusinfinity<B>()); in compute() local
450 B zz = select(isnez, r, minusinfinity<B>()); in compute() local
508 B zz = select(isnez, r, minusinfinity<B>()); in compute() local
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/core/property/
H A D_util_property.py43 zz = Dict(String, Int) variable in _TestHasProps
50 zz = Dict(String, Int) variable in _TestModel
57 zz = Dict(String, Int) variable in _TestModel2
/dports/math/gsl/gsl-2.7/specfunc/
H A Dmathieu_angfunc.c30 int gsl_sf_mathieu_ce_e(int order, double qq, double zz, gsl_sf_result *result) in gsl_sf_mathieu_ce_e()
112 int gsl_sf_mathieu_se_e(int order, double qq, double zz, gsl_sf_result *result) in gsl_sf_mathieu_se_e()
196 int gsl_sf_mathieu_ce_array(int nmin, int nmax, double qq, double zz, in gsl_sf_mathieu_ce_array()
272 int gsl_sf_mathieu_se_array(int nmin, int nmax, double qq, double zz, in gsl_sf_mathieu_se_array()
357 double gsl_sf_mathieu_ce(int order, double qq, double zz) in gsl_sf_mathieu_ce()
362 double gsl_sf_mathieu_se(int order, double qq, double zz) in gsl_sf_mathieu_se()
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dnl4.f9020 integer :: yy(i), zz(I), aa(I), ii local
21 NAMELIST /NLIST/ yy, zz, ii local
34 integer yy(2), zz(2), ii variable
35 NAMELIST /NLIST/ yy, zz, ii local

12345678910>>...132