Home
last modified time | relevance | path

Searched defs:newlength (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Dcmath1.c33 cx_mag(data, type, length, newlength, newtype) in cx_mag() argument
59 cx_ph(data, type, length, newlength, newtype) in cx_ph() argument
84 cx_j(data, type, length, newlength, newtype) in cx_j() argument
114 cx_real(data, type, length, newlength, newtype) in cx_real() argument
140 cx_imag(data, type, length, newlength, newtype) in cx_imag() argument
167 cx_pos(data, type, length, newlength, newtype) in cx_pos() argument
193 cx_db(data, type, length, newlength, newtype) in cx_db() argument
231 cx_log(data, type, length, newlength, newtype) in cx_log() argument
287 cx_ln(data, type, length, newlength, newtype) in cx_ln() argument
340 cx_exp(data, type, length, newlength, newtype) in cx_exp() argument
[all …]
H A Dcmath2.c26 cx_tan(data, type, length, newlength, newtype) in cx_tan() argument
77 cx_atan(data, type, length, newlength, newtype) in cx_atan() argument
107 cx_norm(data, type, length, newlength, newtype) in cx_norm() argument
160 cx_uminus(data, type, length, newlength, newtype) in cx_uminus() argument
200 cx_mean(data, type, length, newlength, newtype) in cx_mean() argument
239 cx_length(data, type, length, newlength, newtype) in cx_length() argument
262 cx_vector(data, type, length, newlength, newtype) in cx_vector() argument
293 cx_unitvec(data, type, length, newlength, newtype) in cx_unitvec() argument
531 cx_rnd(data, type, length, newlength, newtype) in cx_rnd() argument
573 cx_rnd(data, type, length, newlength, newtype) in cx_rnd() argument
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/maths/cmaths/
H A Dcmath1.c40 cx_mag(void *data, short int type, int length, int *newlength, short int *newtype) in cx_mag()
59 cx_ph(void *data, short int type, int length, int *newlength, short int *newtype) in cx_ph()
77 cx_cph(void *data, short int type, int length, int *newlength, short int *newtype) in cx_cph()
100 cx_unwrap(void *data, short int type, int length, int *newlength, short int *newtype) in cx_unwrap()
122 void *cx_j(void *data, short int type, int length, int *newlength, in cx_j()
148 void *cx_real(void *data, short int type, int length, int *newlength, in cx_real()
172 void *cx_imag(void *data, short int type, int length, int *newlength, in cx_imag()
228 cx_pos(void *data, short int type, int length, int *newlength, short int *newtype) in cx_pos()
247 int *newlength, short int *newtype) in cx_db()
294 int *newlength, short int *newtype) in cx_log10()
[all …]
H A Dcmath2.c54 cx_norm(void *data, short int type, int length, int *newlength, short int *newtype) in cx_norm()
94 cx_uminus(void *data, short int type, int length, int *newlength, short int *newtype) in cx_uminus()
131 cx_rnd(void *data, short int type, int length, int *newlength, short int *newtype) in cx_rnd()
172 cx_sunif(void *data, short int type, int length, int *newlength, short int *newtype) in cx_sunif()
284 cx_sgauss(void *data, short int type, int length, int *newlength, short int *newtype) in cx_sgauss()
320 cx_avg(void *data, short int type, int length, int *newlength, short int *newtype) in cx_avg()
365 int *newlength, short int *newtype) in cx_mean()
408 int *newlength, short int *newtype) in cx_stddev()
733 int *newlength, short int *newtype) in cx_max()
793 int *newlength, short int *newtype) in cx_min()
[all …]
H A Dcmath4.c117 cx_not(void *data, short int type, int length, int *newlength, short int *newtype) in cx_not()
153 cx_interpolate(void *data, short int type, int length, int *newlength, short int *newtype, struct p… in cx_interpolate()
240 cx_deriv(void *data, short int type, int length, int *newlength, short int *newtype, struct plot *p… in cx_deriv()
440 cx_group_delay(void *data, short int type, int length, int *newlength, short int *newtype, struct p… in cx_group_delay()
516 cx_fft(void *data, short int type, int length, int *newlength, short int *newtype, struct plot *pl,… in cx_fft()
779 cx_ifft(void *data, short int type, int length, int *newlength, short int *newtype, struct plot *pl… in cx_ifft()
/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Dutil.c97 id3_length_t *newlength) in id3_util_compress()
129 id3_length_t newlength) in id3_util_decompress()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/string/
H A Dsinit.c5 size_t newlength = strlen(txt); in s_init() local
H A Dstringadd.c5 size_t newlength = dest->d_length + src->d_length; in string_add() local
H A Dstringaddstr.c5 size_t newlength; in string_addstr() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/completion/src/c/
H A Dgetfilesdictionary.c164 int newlength = (int)(strlen(dictionary[i]) + strlen(path) + 1); in addPath() local
195 int newlength = (int)(strlen(dictionary[i]) + strlen(DIR_SEPARATOR) + 1); in addDirSeparator() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_chsize.cc65 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) { in my_chsize()
H A Dmy_fallocator.cc70 int my_fallocator(File fd, my_off_t newlength, int filler, myf MyFlags) { in my_fallocator()
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/LoopVectorize/
H A Dintrinsic.ll41 %arrayidx = getelementptr inbounds double, double* %y, i64 %indvars.iv
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_chsize.c41 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_chsize.c41 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_chsize.c41 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_chsize.c41 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/mysql55-client/mysql-5.5.62/mysys/
H A Dmy_chsize.c41 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmy_chsize.c41 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dmy_chsize.c52 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dmy_chsize.c52 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dmy_chsize.c52 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/percona57-server/percona-server-5.7.36-39/mysys/
H A Dmy_chsize.c54 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysys/
H A Dmy_chsize.c54 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysys/
H A Dmy_chsize.c54 int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags) in my_chsize()

12345678910>>...25