Home
last modified time | relevance | path

Searched defs:nch (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dparsermodule.c1076 int nch = NCH(tree); in validate_repeating_list() local
1104 int nch = NCH(tree); in validate_class() local
1139 int nch = NCH(tree); in validate_if() local
1181 int nch = NCH(tree); in validate_parameters() local
1206 int nch = NCH(tree); in validate_suite() local
1260 int nch = NCH(tree); in validate_varargslist_trailer() local
1306 int nch = NCH(tree); in validate_varargslist() local
1437 int nch = NCH(tree); in validate_list_for() local
1459 int nch = NCH(tree); in validate_comp_for() local
1481 int nch = NCH(tree); in validate_list_if() local
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Dparsermodule.c1076 int nch = NCH(tree); in validate_repeating_list() local
1104 int nch = NCH(tree); in validate_class() local
1139 int nch = NCH(tree); in validate_if() local
1181 int nch = NCH(tree); in validate_parameters() local
1206 int nch = NCH(tree); in validate_suite() local
1260 int nch = NCH(tree); in validate_varargslist_trailer() local
1306 int nch = NCH(tree); in validate_varargslist() local
1437 int nch = NCH(tree); in validate_list_for() local
1459 int nch = NCH(tree); in validate_comp_for() local
1481 int nch = NCH(tree); in validate_list_if() local
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c1004 int nch = NCH(tree); in validate_repeating_list() local
1032 int nch = NCH(tree); in validate_class() local
1067 int nch = NCH(tree); in validate_if() local
1109 int nch = NCH(tree); in validate_parameters() local
1134 int nch = NCH(tree); in validate_suite() local
1188 int nch = NCH(tree); in validate_varargslist_trailer() local
1234 int nch = NCH(tree); in validate_varargslist() local
1365 int nch = NCH(tree); in validate_list_for() local
1387 int nch = NCH(tree); in validate_comp_for() local
1409 int nch = NCH(tree); in validate_list_if() local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_zblock.c15 void THD_zblock( int nch , char *ch ) in THD_zblock()
26 void THD_unzblock( int nch , char *ch ) in THD_unzblock()
39 void THD_zblock_ch( int nch , char *ch , char zb ) in THD_zblock_ch()
49 void THD_unzblock_ch( int nch , char *ch , char zb ) in THD_unzblock_ch()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/macopt/
H A Dnrutil.cpp58 float **matrix(int nrl,int nrh,int ncl,int nch) in matrix()
75 double **dmatrix(int nrl,int nrh,int ncl,int nch) in dmatrix()
92 int **imatrix(int nrl,int nrh,int ncl,int nch) in imatrix()
108 unsigned char **cmatrix(int nrl,int nrh,int ncl,int nch) in cmatrix()
165 void free_matrix(float **m,int nrl,int nrh,int ncl,int nch) in free_matrix()
173 void free_dmatrix(double **m,int nrl,int nrh,int ncl,int nch) in free_dmatrix()
181 void free_cmatrix(unsigned char **m,int nrl,int nrh,int ncl,int nch) in free_cmatrix()
189 void free_imatrix(int **m,int nrl,int nrh,int ncl,int nch) in free_imatrix()
199 void free_submatrix(float **b,int nrl,int nrh,int ncl,int nch) in free_submatrix()
206 float **convert_matrix(float *a,int nrl,int nrh,int ncl,int nch) in convert_matrix()
[all …]
/dports/comms/yagiuda/yagiuda-1.19/src/
H A Dnrutil.c368 float **matrix(nrl,nrh,ncl,nch) in matrix() argument
393 double **dmatrix(nrl,nrh,ncl,nch) in dmatrix() argument
418 int **imatrix(nrl,nrh,ncl,nch) in imatrix() argument
465 float **convert_matrix(a,nrl,nrh,ncl,nch) in convert_matrix() argument
489 float ***f3tensor(nrl,nrh,ncl,nch,ndl,ndh) in f3tensor() argument
565 void free_matrix(m,nrl,nrh,ncl,nch) in free_matrix() argument
574 void free_dmatrix(m,nrl,nrh,ncl,nch) in free_dmatrix() argument
583 void free_imatrix(m,nrl,nrh,ncl,nch) in free_imatrix() argument
592 void free_submatrix(b,nrl,nrh,ncl,nch) in free_submatrix() argument
600 void free_convert_matrix(b,nrl,nrh,ncl,nch) in free_convert_matrix() argument
[all …]
/dports/cad/atlc/atlc-4.6.1/src/
H A Dmemory.c85 signed char **scmatrix(long nrl, long nrh, long ncl, long nch) in scmatrix()
112 unsigned char **ucmatrix(long nrl, long nrh, long ncl, long nch) in ucmatrix()
139 void free_scmatrix(signed char **m, long nrl, long nrh, long ncl, long nch) in free_scmatrix()
151 void free_ucmatrix(unsigned char **m, long nrl, long nrh, long ncl, long nch) in free_ucmatrix()
161 double **dmatrix(long nrl, long nrh, long ncl, long nch) in dmatrix()
196 void free_dmatrix(double **m, long nrl, long nrh, long ncl, long nch) in free_dmatrix()
207 void free_cx(char **m, long nrl, long nrh, long ncl, long nch) in free_cx()
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dmatalloc.c135 int **im_imat_alloc(int nrl, int nrh, int ncl, int nch) in im_imat_alloc()
155 void im_free_imat(int **m, int nrl, int nrh, int ncl, int nch) in im_free_imat()
164 float **im_fmat_alloc(int nrl, int nrh, int ncl, int nch) in im_fmat_alloc()
184 void im_free_fmat(float **m, int nrl, int nrh, int ncl, int nch) in im_free_fmat()
193 double **im_dmat_alloc(int nrl, int nrh, int ncl, int nch) in im_dmat_alloc()
213 void im_free_dmat(double **m, int nrl, int nrh, int ncl, int nch) in im_free_dmat()
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dcorematx.c298 Int2PtrPtr LIBCALL I2Matrix(Int4 nrl, Int4 nrh, Int4 ncl, Int4 nch) in I2Matrix()
326 Int4PtrPtr LIBCALL I4Matrix(Int4 nrl, Int4 nrh, Int4 ncl, Int4 nch) in I4Matrix()
442 Int4 nch) in FHConvtMatrix()
463 Int4 nch) in FLConvtMatrix()
483 Int4 nch) in I2ConvtMatrix()
504 Int4 nch) in I4ConvtMatrix()
649 FloatLoPtr *matrix(Int4 nrl, Int4 nrh, Int4 ncl, Int4 nch) in matrix()
654 FloatHiPtr *dmatrix(Int4 nrl, Int4 nrh, Int4 ncl, Int4 nch) in dmatrix()
659 Int4Ptr *imatrix(Int4 nrl, Int4 nrh, Int4 ncl, Int4 nch) in imatrix()
705 Int2 nch) in convert_matrix()
[all …]
/dports/print/xmbibtex/xmbibtex-1.7/src/
H A Dnrutil.c65 float **matrix(long nrl, long nrh, long ncl, long nch) in matrix()
89 double **dmatrix(long nrl, long nrh, long ncl, long nch) in dmatrix()
113 int **imatrix(long nrl, long nrh, long ncl, long nch) in imatrix()
158 float **convert_matrix(float *a, long nrl, long nrh, long ncl, long nch) in convert_matrix()
180 float ***f3tensor(long nrl, long nrh, long ncl, long nch, long ndl, long ndh) in f3tensor()
245 void free_matrix(float **m, long nrl, long nrh, long ncl, long nch) in free_matrix()
252 void free_dmatrix(double **m, long nrl, long nrh, long ncl, long nch) in free_dmatrix()
259 void free_imatrix(int **m, long nrl, long nrh, long ncl, long nch) in free_imatrix()
265 void free_submatrix(float **b, long nrl, long nrh, long ncl, long nch) in free_submatrix()
271 void free_convert_matrix(float **b, long nrl, long nrh, long ncl, long nch) in free_convert_matrix()
[all …]
/dports/graphics/pfstools/pfstools-2.1.0/src/camera/
H A Dnrutil.cpp68 float **matrix(long nrl, long nrh, long ncl, long nch) in matrix()
92 double **dmatrix(long nrl, long nrh, long ncl, long nch) in dmatrix()
116 int **imatrix(long nrl, long nrh, long ncl, long nch) in imatrix()
161 float **convert_matrix(float *a, long nrl, long nrh, long ncl, long nch) in convert_matrix()
183 float ***f3tensor(long nrl, long nrh, long ncl, long nch, long ndl, long ndh) in f3tensor()
248 void free_matrix(float **m, long nrl, long nrh, long ncl, long nch) in free_matrix()
255 void free_dmatrix(double **m, long nrl, long nrh, long ncl, long nch) in free_dmatrix()
262 void free_imatrix(int **m, long nrl, long nrh, long ncl, long nch) in free_imatrix()
269 void free_submatrix(float **b, long nrl, long nrh, long ncl, long nch) in free_submatrix()
275 void free_convert_matrix(float **b, long nrl, long nrh, long ncl, long nch) in free_convert_matrix()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/gor4/src/
H A Dnrutil.cpp104 float **matrix(long nrl, long nrh, long ncl, long nch) in matrix()
131 double **dmatrix(long nrl, long nrh, long ncl, long nch) in dmatrix()
158 int **imatrix(long nrl, long nrh, long ncl, long nch) in imatrix()
185 char **cmatrix(long nrl, long nrh, long ncl, long nch) in cmatrix()
234 float **convert_matrix(float *a, long nrl, long nrh, long ncl, long nch) in convert_matrix()
345 void free_matrix(float **m, long nrl, long nrh, long ncl, long nch) in free_matrix()
355 void free_dmatrix(double **m, long nrl, long nrh, long ncl, long nch) in free_dmatrix()
365 void free_imatrix(int **m, long nrl, long nrh, long ncl, long nch) in free_imatrix()
375 void free_cmatrix(char **m, long nrl, long nrh, long ncl, long nch) in free_cmatrix()
385 void free_submatrix(float **b, long nrl, long nrh, long ncl, long nch) in free_submatrix()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dnrutil.c81 float **matrix(int nrl, int nrh, int ncl, int nch) in matrix()
105 double **dmatrix(int nrl, int nrh, int ncl, int nch) in dmatrix()
129 int **imatrix(int nrl, int nrh, int ncl, int nch) in imatrix()
178 float **convert_matrix(float *a, int nrl, int nrh, int ncl, int nch) in convert_matrix()
199 float ***f3tensor(int nrl, int nrh, int ncl, int nch, int ndl, int ndh) in f3tensor()
272 void free_matrix(float **m, int nrl, int nrh, int ncl, int nch) in free_matrix()
280 void free_dmatrix(double **m, int nrl, int nrh, int ncl, int nch) in free_dmatrix()
288 void free_imatrix(int **m, int nrl, int nrh, int ncl, int nch) in free_imatrix()
296 void free_submatrix(float **b, int nrl, int nrh, int ncl, int nch) in free_submatrix()
303 void free_convert_matrix(float **b, int nrl, int nrh, int ncl, int nch) in free_convert_matrix()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dinvert.hh59 …void process(T**p, const int& n, const int& first, const int& nch, int& x, const double& intensity… in process()
70 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
85 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
107 const int& nch, const int& x, const double& intensity, unsigned short int* pout) in process()
132 const int& nch, const int& x, const double& intensity, float* pout) in process()
153 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
180 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
H A Dcurves_rgb.hh39 …void process(T**p, const int& n, const int& first, const int& nch, int& x, const double& intensity… in process()
87 …void process(unsigned char**p, const int& n, const int& first, const int& nch, int& x, const doubl… in process()
110 …void process(unsigned short int**p, const int& n, const int& first, const int& nch, int& x, const … in process()
138 …void process(float**p, const int& n, const int& first, const int& nch, int& x, const double& inten… in process()
164 …void process(float**p, const int& n, const int& first, const int& nch, int& x, const double& inten… in process()
H A Ddesaturate_average.hh38 …void process(T**p, const int& n, const int& first, const int& nch, int& x, const double& intensity… in process()
49 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
71 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
H A Ddesaturate_luminosity.hh38 …void process(T**p, const int& n, const int& first, const int& nch, int& x, const double& intensity… in process()
49 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
67 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
H A Ddesaturate_lightness.hh38 …void process(T**p, const int& n, const int& first, const int& nch, int& x, const double& intensity… in process()
49 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
68 …void process(T**p, const int& n, const int& first, const int& nch, const int& x, const double& int… in process()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/src/Bose/
H A Dmemory.c9 int **imatrix(nrl,nrh,ncl,nch) in imatrix() argument
48 void free_imatrix(m,nrl,nrh,ncl,nch) in free_imatrix() argument
70 double **dmatrix(nrl,nrh,ncl,nch) in dmatrix() argument
109 void free_dmatrix(m,nrl,nrh,ncl,nch) in free_dmatrix() argument
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dencode.c361 unsigned int nch = glopts->num_channels_out; in twolame_find_sf_max() local
388 int nch = glopts->num_channels_out; in twolame_sf_transmission_pattern() local
483 int nch = glopts->num_channels_out; in twolame_write_bit_alloc() local
513 int nch = glopts->num_channels_out; in twolame_write_scalefactors() local
589 int nch = glopts->num_channels_out; in twolame_subband_quantization() local
662 unsigned int nch = glopts->num_channels_out; in twolame_write_samples() local
734 int nch = glopts->num_channels_out; in twolame_bits_for_nonoise() local
804 int nch = glopts->num_channels_out; in twolame_init_bit_allocation() local
1047 int nch = glopts->num_channels_out; in twolame_vbr_bit_allocation() local
1145 int nch, int *min_sb, int *min_ch) in maxmnr()
[all …]
/dports/comms/qsstv/qsstv/drmrx/
H A Dnrutil.cpp67 float **matrix(long nrl, long nrh, long ncl, long nch) in matrix()
88 double **dmatrix(long nrl, long nrh, long ncl, long nch) in dmatrix()
115 int **imatrix(long nrl, long nrh, long ncl, long nch) in imatrix()
160 float **convert_matrix(float *a, long nrl, long nrh, long ncl, long nch) in convert_matrix()
519 long nch, ncl, nrh, nrl; variable
644 long nch, ncl, nrh, nrl; variable
654 long nch, ncl, nrh, nrl; variable
664 long nch, ncl, nrh, nrl; variable
674 long nch, ncl, nrh, nrl; variable
683 long nch, ncl, nrh, nrl; variable
[all …]
/dports/cad/sp2sp/gwave2-20090213/src/
H A DGtkTable_indel.c18 int nch; in collect_children() local
45 reattach_children(GtkTable *table, GtkTableChild *row_children, int nch, in reattach_children()
85 int nch; in gtk_table_move_row() local
235 int nch, i; in gtk_table_rotate_rows() local
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dmdoc_validate.c509 const struct roff_node *nch; in post_delim() local
536 const struct roff_node *nch; in post_delim_nb() local
1071 struct roff_node *n, *nch; in post_st() local
1120 struct roff_node *np, *nch; in post_bf() local
1400 struct roff_node *n, *nch; in post_at() local
1430 struct roff_node *np, *nch; in post_an() local
1872 struct roff_node *nch; in post_sm() local
2052 struct roff_node *nch; in post_hyph() local
2288 struct roff_node *nch; in post_sh_head() local
2403 struct roff_node *n, *nch; in post_xr() local
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A DChange.cc28 changeCode(const int vlistID2, const int nch, const std::vector<int> &chints) in changeCode()
40 changeTabnum(const int vlistID2, const int nch, const std::vector<int> &chints) in changeTabnum()
56 changeParam(const int vlistID2, const int nch, const std::vector<const char *> &chnames) in changeParam()
74 changeName(const int vlistID2, const int nch, const std::vector<const char *> &chnames) in changeName()
184 changeUnit(const int vlistID2, const int nch, const std::vector<const char *> &chnames) in changeUnit()
197 changeLevel(const int vlistID2, const int nch, const std::vector<double> &chlevels) in changeLevel()
289 changeLtype(const int vlistID2, const int nch, const std::vector<int> &chltypes) in changeLtype()
340 const auto nch = cdo_operator_argc(); in Change() local
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dencode.c355 unsigned int nch = glopts->num_channels_out; in find_sf_max() local
382 int nch = glopts->num_channels_out; in sf_transmission_pattern() local
477 int nch = glopts->num_channels_out; in write_bit_alloc() local
512 int nch = glopts->num_channels_out; in write_scalefactors() local
589 int nch = glopts->num_channels_out; in subband_quantization() local
662 unsigned int nch = glopts->num_channels_out; in write_samples() local
734 int nch = glopts->num_channels_out; in bits_for_nonoise() local
804 int nch = glopts->num_channels_out; in init_bit_allocation() local
1042 int nch = glopts->num_channels_out; in vbr_bit_allocation() local
1139 int nch, int *min_sb, int *min_ch) in maxmnr()
[all …]

12345678910>>...47