Searched refs:ndim (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/swig-12/Source/Swig/
H A Dtypeobj.c642 int ndim = 0; local
648 ndim++;
650 return ndim;
664 String *ndim = SwigType_namestr(dim); local
666 dim = ndim;
H A Dtypemap.c587 int ndim; local
590 ndim = SwigType_array_ndim(t);
591 for (i = 0; i < ndim; i++) {
846 int ndim; local
850 ndim = SwigType_array_ndim(type);
852 for (i = 0; i < ndim; i++) {
H A Dtypesys.c1027 String *ndim; local
1029 ndim = Swig_symbol_string_qualify(dim, 0);
1030 Printf(result, "a(%s).", ndim);
1032 Delete(ndim);
H A Dstype.c427 int ndim = SwigType_array_ndim(r); local
429 for (i = 0; i < ndim; i++) {
/macosx-10.10/swig-12/Source/Modules/
H A Dclisp.cxx425 int ndim = SwigType_array_ndim(ty); local
427 if (ndim == 1) {
431 for (int i = 1; i < ndim; i++) {
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Darray.c64 unsigned char ndim; member in struct:fixed_array
109 fp->incr = fp->max+fp->ndim;
110 fp->cur = fp->incr+fp->ndim;
305 int n=fp->ndim;
1110 for(fp->curi=0,dot=0; dot < fp->ndim; dot++)
1117 while((dot+1) < fp->ndim)
1296 for(size=fp->ndim;--size>=0;)
1311 for(fp->dim=0;size>0 && fp->dim<fp->ndim; fp->dim++)
1316 while(fp->dim < fp->ndim)
1321 else if(fp->dim< fp->ndim)
[all...]
H A Darray.c.orig64 unsigned char ndim;
109 fp->incr = fp->max+fp->ndim;
110 fp->cur = fp->incr+fp->ndim;
305 int n=fp->ndim;
1108 for(fp->curi=0,dot=0; dot < fp->ndim; dot++)
1115 while((dot+1) < fp->ndim)
1294 for(size=fp->ndim;--size>=0;)
1309 for(fp->dim=0;size>0 && fp->dim<fp->ndim; fp->dim++)
1314 while(fp->dim < fp->ndim)
1319 else if(fp->dim< fp->ndim)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dlinalg.tcl850 # ndim Dimension of the vector
853 # A list with ndim elements, representing a vector
855 proc ::math::linearalgebra::mkVector { ndim {value 0.0} } {
858 while { $ndim > 0 } {
860 incr ndim -1
868 # ndim Dimension of the vector
869 # dir The direction (0, ... ndim-1)
871 # A list with ndim elements, representing a unit vector
873 proc ::math::linearalgebra::mkUnitVector { ndim dir } {
875 if { $dir < 0 || $dir >= $ndim } {
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_ripencc.c336 unsigned char *ndim, unsigned char sv_prn[], float *pdop,
2513 unsigned char *ndim,
2530 *ndim = (unsigned char)((buf[0] & 0x07));
3900 manual_mode, nsvs, sv_prn[8], ndim; local
3908 &manual_mode, &nsvs, &ndim, sv_prn,
3915 switch (ndim)
3925 manual_mode ? 'M' : 'A', ndim - 1, nsvs);
3931 pbuf += sprintf(pbuf, "\nMode: Unknown = %d:", ndim);
3939 if (ndim == 3 || ndim
2510 rpt_0x6D(TSIPPKT *rpt, unsigned char *manual_mode, unsigned char *nsvs, unsigned char *ndim, unsigned char sv_prn[], float *pdop, float *hdop, float *vdop, float *tdop) argument
[all...]

Completed in 217 milliseconds