Home
last modified time | relevance | path

Searched +defs:ni +defs:u (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/dports/math/R-cran-robustbase/robustbase/R/
H A DglmrobMqle-DQD.R9 glmrobMqleDiffQuasiDevB <- function(mu, mu0, y, ni, w.x, phi, tcc) argument
12 f.cnui <- function(u, y, ni, tcc) argument
54 glmrobMqleDiffQuasiDevPois <- function(mu, mu0, y, ni, w.x, phi, tcc) argument
57 f.cnui <- function(u, y, ni, tcc) argument
91 glmrobMqleDiffQuasiDevGamma <- function(mu, mu0, y, ni, w.x, phi, tcc, argument
95 f.cnui <- function(u, y, ni, phi, tcc) argument
116 f.cnui1 <- function(u, y, ni, phi, tcc) argument
124 f.cnui2 <- function(u, y, ni, phi, tcc) argument
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mfpf/
H A Dmfpf_grad_corr2d_builder.cxx63 void mfpf_grad_corr2d_builder::set_kernel_size(unsigned ni, unsigned nj, in set_kernel_size()
71 void mfpf_grad_corr2d_builder::set_kernel_size(unsigned ni, unsigned nj) in set_kernel_size()
85 int ni = std::max(1,int(0.99+wi)); in set_region_size() local
106 unsigned ni=im.ni(),nj=im.nj(); in normalize() local
132 const vgl_vector_2d<double>& u, in diff_image()
196 const vgl_vector_2d<double>& u) in add_one_example()
221 const vgl_vector_2d<double>& u, in get_sample_vector()
244 const vgl_vector_2d<double>& u) in add_example()
H A Dmfpf_norm_corr2d_builder.cxx63 void mfpf_norm_corr2d_builder::set_kernel_size(unsigned ni, unsigned nj, in set_kernel_size()
71 void mfpf_norm_corr2d_builder::set_kernel_size(unsigned ni, unsigned nj) in set_kernel_size()
85 int ni = std::max(1,int(0.99+wi)); in set_region_size() local
106 unsigned ni=im.ni(),nj=im.nj(); in normalize() local
133 const vgl_vector_2d<double>& u) in add_one_example()
162 const vgl_vector_2d<double>& u, in get_sample_vector()
197 const vgl_vector_2d<double>& u) in add_example()
H A Dmfpf_region_pdf_builder.cxx81 int ni = std::max(1,int(0.99+form.wi())); in set_region() local
106 int ni = std::max(1,int(0.99+wi)); in set_region_size() local
113 void mfpf_region_pdf_builder::set_as_box(unsigned ni, unsigned nj, in set_as_box()
122 void mfpf_region_pdf_builder::set_as_box(unsigned ni, unsigned nj, in set_as_box()
138 void mfpf_region_pdf_builder::set_as_box(unsigned ni, unsigned nj, in set_as_box()
158 int ni=int(ri); in set_as_ellipse() local
187 const vgl_vector_2d<double>& u) in add_one_example()
218 const vgl_vector_2d<double>& u) in add_example()
270 unsigned ni=5,nj=5; in config_as_box() local
/dports/audio/flite/flite-2.1-release/src/hrg/
H A Dcst_relation.c46 cst_relation *new_relation(const char *name, cst_utterance *u) in new_relation()
93 cst_item *ni = new_item_relation(r,i); in relation_append() local
107 cst_item *ni = new_item_relation(r,i); in relation_prepend() local
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/src/hrg/
H A Dcst_relation.c46 cst_relation *new_relation(const char *name, cst_utterance *u) in new_relation()
93 cst_item *ni = new_item_relation(r,i); in relation_append() local
107 cst_item *ni = new_item_relation(r,i); in relation_prepend() local
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/util/
H A Dutf8.c27 static bool u_is_continuation(CodePoint u) in u_is_continuation()
32 static bool u_seq_len_ok(CodePoint u, int len) in u_seq_len_ok()
65 CodePoint u; in u_prev_char() local
114 CodePoint u = str[i]; in u_str_get_char() local
125 CodePoint u = buf[i]; in u_get_char() local
137 unsigned int first, u; in u_get_nonascii() local
166 void u_set_char_raw(char *str, size_t *idx, CodePoint u) in u_set_char_raw()
193 void u_set_char(char *str, size_t *idx, CodePoint u) in u_set_char()
226 void u_set_hex(char *str, size_t *idx, CodePoint u) in u_set_hex()
261 size_t ni = 0; in has_prefix() local
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/
H A Dbvgl_changes.cxx10 bvgl_changes::create_mask_from_objs(unsigned ni, unsigned nj, const std::string& change_type) in create_mask_from_objs()
24 auto u = static_cast<unsigned>(x); in create_mask_from_objs() local
38 bvgl_changes::create_mask_from_objs_all_types(unsigned ni, unsigned nj) in create_mask_from_objs_all_types()
52 auto u = static_cast<unsigned>(x); in create_mask_from_objs_all_types() local
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt3d/
H A Dvimt3d_resample_trilinear.h92 const vgl_vector_3d<double>& u, in vimt3d_resample_trilin_edge_extend()
95 int ni, int nj, int nk) in vimt3d_resample_trilin_edge_extend()
131 const vgl_vector_3d<double>& u, in vimt3d_resample_trilin_smoothing_edge_extend()
134 int ni, int nj, int nk) in vimt3d_resample_trilin_smoothing_edge_extend()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGrB_Vector_extract.c17 const GrB_Vector u, // first input: vector u in GrB_Vector_extract()
19 GrB_Index ni, // number of row indices in GrB_Vector_extract()

12345678910>>...38