Home
last modified time | relevance | path

Searched +defs:Z +defs:na (Results 76 – 100 of 217) sorted by relevance

123456789

/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Darima.c84 double *y = REAL(sy), *Z = REAL(sZ), *T = REAL(sT), *V = REAL(sV), in KalmanLike() local
196 double *y = REAL(sy), *Z = REAL(sZ), *a, *P, in KalmanSmooth() local
380 double *Z = REAL(sZ), *a = REAL(sa), *P = REAL(sP), *T = REAL(sT), in KalmanFore() local
801 int na, nb, nab; in TSconv() local
/dports/games/sdb/sdb-1.0.2/src/
H A Dsdb.h90 #define Z 2 macro
351 RGBAColor(float nr, float ng, float nb, float na) : in RGBAColor()
354 void set(float nr, float ng, float nb, float na) { set(nr, ng, nb); a = na; } in set()
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DGeomZmatrix.c300 gint i, na, nb, nc; in get_distance_zmatrix() local
303 gdouble *Z = NULL; in get_distance_zmatrix() local
502 gint i, na, nb, nc; in get_angle_zmatrix() local
505 gdouble *Z = NULL; in get_angle_zmatrix() local
731 gint i, na, nb, nc; in get_dihedral_zmatrix() local
734 gdouble *Z = NULL; in get_dihedral_zmatrix() local
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/asm/
H A Dasm.c511 Mat Z,W; in PCMatApply_ASM() local
1442 PetscInt na; in PCASMCreateSubdomains() local
/dports/math/pari/pari-2.13.3/src/basemath/
H A DFlx.c686 Flx_mulspec_mulii(GEN a, GEN b, ulong p, long na, long nb) in Flx_mulspec_mulii()
693 Flx_to_int_halfspec(GEN a, long na) in Flx_to_int_halfspec()
721 Flx_mulspec_halfmulii(GEN a, GEN b, ulong p, long na, long nb) in Flx_mulspec_halfmulii()
730 Flx_to_int_quartspec(GEN a, long na) in Flx_to_int_quartspec()
772 Flx_mulspec_quartmulii(GEN a, GEN b, ulong p, long na, long nb) in Flx_mulspec_quartmulii()
920 Flx_mulspec(GEN a, GEN b, ulong p, long na, long nb) in Flx_mulspec()
1044 Flx_sqrspec_sqri(GEN a, ulong p, long na) in Flx_sqrspec_sqri()
1051 Flx_sqrspec_halfsqri(GEN a, ulong p, long na) in Flx_sqrspec_halfsqri()
1058 Flx_sqrspec_quartsqri(GEN a, ulong p, long na) in Flx_sqrspec_quartsqri()
1073 Flx_sqrspec(GEN a, ulong p, long na) in Flx_sqrspec()
[all …]
/dports/math/R/R-4.1.2/tests/
H A Dreg-tests-1c.R1016 stopifnot(vapply(hl[[j]], function(.) identical(co, capture.output(.)), NA),
/dports/math/libRmath/R-4.1.1/tests/
H A Dreg-tests-1c.R1016 stopifnot(vapply(hl[[j]], function(.) identical(co, capture.output(.)), NA),
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/positioning/
H A DPRSolve.cpp389 int na(asInt(frs.substr(0,1))); in ChooseObsIDs() local
1991 double X(asDouble(fld[0])),Y(asDouble(fld[1])),Z(asDouble(fld[2])); in ExtraProcessing() local
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdcontour.c99 } Z; member
1244 uint64_t na = 0, nc = 0; in GMT_grdcontour() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
397 constexpr int na = ra; variable
2116 struct Z : Y { constexpr Z() {} }; in Z() argument
2175 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
397 constexpr int na = ra; variable
2116 struct Z : Y { constexpr Z() {} }; in Z() function
2175 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/gasm/
H A Dgasm.c687 Mat X,Y,O=NULL,Z,W; in PCMatApply_GASM() local
1425 PetscInt na; in PCGASMCreateLocalSubdomains() local
/dports/math/gretl/gretl-2021d/lib/src/
H A Dnonparam.c985 int Z = 0, N = 0; in signed_rank_test() local
1134 int na = 0, nb = 0; in rank_sum_test() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
421 constexpr int na = ra; variable
2210 struct Z : Y { constexpr Z() {} }; in Z() function
2269 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
416 constexpr int na = ra; variable
2177 struct Z : Y { constexpr Z() {} }; in Z() argument
2236 struct Z : Y { using Y::Y; int z = 4; }; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
425 constexpr int na = ra; variable
2222 struct Z : Y { constexpr Z() {} }; in Z() function
2283 struct Z : Y { using Y::Y; int z = 4; }; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
421 constexpr int na = ra; variable
2209 struct Z : Y { constexpr Z() {} }; in Z() struct
2268 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
416 constexpr int na = ra; variable
2182 struct Z : Y { constexpr Z() {} }; in Z() function
2241 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
416 constexpr int na = ra; variable
2171 struct Z : Y { constexpr Z() {} }; in Z() struct
2230 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
416 constexpr int na = ra; variable
2182 struct Z : Y { constexpr Z() {} }; in Z() struct
2241 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
416 constexpr int na = ra; variable
2177 struct Z : Y { constexpr Z() {} }; in Z() function
2236 struct Z : Y { using Y::Y; int z = 4; }; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
425 constexpr int na = ra; variable
2222 struct Z : Y { constexpr Z() {} }; in Z() struct
2283 struct Z : Y { using Y::Y; int z = 4; }; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
425 constexpr int na = ra; variable
2222 struct Z : Y { constexpr Z() {} }; in Z() struct
2283 struct Z : Y { using Y::Y; int z = 4; }; argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp69 struct Z : Y1, Y2 {}; struct
425 constexpr int na = ra; variable
2222 struct Z : Y { constexpr Z() {} }; in Z() function
2283 struct Z : Y { using Y::Y; int z = 4; }; struct
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp66 struct Z : Y1, Y2 {}; struct
421 constexpr int na = ra; variable
2209 struct Z : Y { constexpr Z() {} }; in Z() function
2268 struct Z : Y { using Y::Y; int z = 4; }; argument

123456789