Home
last modified time | relevance | path

Searched refs:nextc (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/dports/science/fastcap/fastcap-2.0wr/src/
H A DmulMats_old.c65 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
87 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
108 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
112 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
115 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
159 nextc->chgs, nextc->upnumeles[0],
664 for(nextc=sys->multilist[sys->depth]; nextc != NULL; nextc = nextc->mnext) {
670 nextc->x, nextc->y, nextc->z, order);
707 for(nextc=sys->multilist[depth]; nextc != NULL; nextc = nextc->mnext) {
727 nextc->y, nextc->z, order);
[all …]
H A DmulMats.c65 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
89 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
110 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
114 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
117 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
161 nextc->chgs, nextc->upnumeles[0],
727 for(nextc=sys->multilist[sys->depth]; nextc != NULL; nextc = nextc->mnext) {
733 nextc->x, nextc->y, nextc->z, order);
786 for(nextc=sys->multilist[depth]; nextc != NULL; nextc = nextc->mnext) {
810 nextc->y, nextc->z, order);
[all …]
H A DmulMats_mod.c65 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
87 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
108 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
112 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
115 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
159 nextc->chgs, nextc->upnumeles[0],
723 for(nextc=sys->multilist[sys->depth]; nextc != NULL; nextc = nextc->mnext) {
729 nextc->x, nextc->y, nextc->z, order);
766 for(nextc=sys->multilist[depth]; nextc != NULL; nextc = nextc->mnext) {
786 nextc->y, nextc->z, order);
[all …]
H A DmulDo.c49 cube *nextc; local
52 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
54 q = nextc->directq[0];
55 p = nextc->eval;
59 mat = nextc->directmats[0];
74 qn = nextc->directq[i];
158 cube *nextc; local
165 for(nextc=sys->multilist[i]; nextc != NULL; nextc = nextc->mnext) {
167 multi = nextc->multi;
171 mat = nextc->upmats[j];
[all …]
H A DmulSetup.c230 if(nextc == NULL) {
232 if(nextc == NULL) {
337 CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
386 if(compflag == FALSE) nextc->chgs[nextc->upnumeles[0]++] = nextq;
465 CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
487 nextc->chgs[nextc->upnumeles[0]++] = nextq;
508 CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
542 cube *nextc; local
555 nextc->j = j;
556 nextc->k = k;
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/src/
H A Dread_parser.cc55 int nextc = input_.peek(); in fasta_reader_loop() local
56 while(nextc != EOF) { in fasta_reader_loop()
66 nextc = input_.peek(); in fasta_reader_loop()
67 while(nextc != EOF && nextc != '>') { in fasta_reader_loop()
70 nextc = input_.peek(); in fasta_reader_loop()
79 int nextc = input_.peek(); in fastq_reader_loop() local
80 while(nextc != EOF) { in fastq_reader_loop()
91 nextc = EOF; in fastq_reader_loop()
96 nextc = input_.peek(); in fastq_reader_loop()
97 while(nextc != EOF && nextc != '+') { in fastq_reader_loop()
[all …]
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A DmulMats.c33 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
57 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
58 nextc->directq[0] = nextc->upvects[0];
78 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
82 = Q2PDiag(nextc->chgs, nextc->upnumeles[0], nextc->nbr_is_dummy[0],
100 Q2PDcnt[nextc->level][nextc->level]++;
706 for(nextc=sys->multilist[sys->depth]; nextc != NULL; nextc = nextc->mnext) {
712 nextc->x, nextc->y, nextc->z, order);
765 for(nextc=sys->multilist[depth]; nextc != NULL; nextc = nextc->mnext) {
789 nextc->y, nextc->z, order);
[all …]
H A DmulDo.c17 cube *nextc; local
20 for(nextc=sys->directlist; nextc != NULL; nextc = nextc->dnext) {
22 q = nextc->directq[0];
23 p = nextc->eval;
27 mat = nextc->directmats[0];
42 qn = nextc->directq[i];
126 cube *nextc; local
133 for(nextc=sys->multilist[i]; nextc != NULL; nextc = nextc->mnext) {
135 multi = nextc->multi;
139 mat = nextc->upmats[j];
[all …]
H A DmulSetup.c251 if(nextc == NULL) {
452 CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
583 CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
605 nextc->chgs[nextc->upnumeles[0]++] = nextq;
626 CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
673 while(m < nextc->parent->numkids && nextc->parent->kids[m] != nextc)
675 if (nextc != nextc->parent->kids[m]) {
702 cube *nextc; local
715 nextc->j = j;
716 nextc->k = k;
[all …]
/dports/net/liveMedia/live/liveMedia/
H A DWAVAudioFileSource.cpp89 if ((c0 = nextc) == EOF || (c1 = nextc) == EOF || in get4Bytes()
90 (c2 = nextc) == EOF || (c3 = nextc) == EOF) return False; in get4Bytes()
97 if ((c0 = nextc) == EOF || (c1 = nextc) == EOF) return False; in get2Bytes()
122 if (nextc != 'R' || nextc != 'I' || nextc != 'F' || nextc != 'F') break; in WAVAudioFileSource()
124 if (nextc != 'W' || nextc != 'A' || nextc != 'V' || nextc != 'E') break; in WAVAudioFileSource()
174 int c = nextc; in WAVAudioFileSource()
176 if (nextc != 'a' || nextc != 'c' || nextc != 't') break; in WAVAudioFileSource()
180 c = nextc; in WAVAudioFileSource()
185 if (nextc != 'y' || nextc != 'r' || nextc != 'e') break; in WAVAudioFileSource()
189 c = nextc; in WAVAudioFileSource()
[all …]
/dports/math/maxima/maxima-5.43.2/src/numerical/slatec/
H A Dxerprn.lisp87 (setf nextc 1)
100 nextc))))
126 (nextc
130 (setf nextc (f2cl-lib:int-add nextc lpiece idelta))))
132 (setf nextc (f2cl-lib:int-add nextc 2))
146 (f2cl-lib:int-add nextc
161 (nextc
165 (setf nextc (f2cl-lib:int-add nextc lpiece idelta))))
172 (nextc
176 (setf nextc (f2cl-lib:int-add nextc lpiece 2))))
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dedflex.c70 char nextc, *cp; in _dxflexinput() local
109 nextc = input(); in _dxflexinput()
167 if (nextc == ',' || nextc == ';') { in _dxflexinput()
181 if (nextc == '"' || nextc == '\'') { in _dxflexinput()
267 nextc = input(); in _dxflexinput()
319 if (nextc == '<' || nextc == '(' || nextc == '[' || nextc == '{') { in _dxflexinput()
336 *cp++ = nextc; in _dxflexinput()
343 nextc = input(); in _dxflexinput()
412 switch (nextc) { in _dxflexinput()
451 *cp++ = nextc; in _dxflexinput()
[all …]
/dports/x11-fonts/font-util/font-util-1.3.2/
H A Ducs2any.c668 code = atoi(nextc); in main()
825 if (*nextc == '\n') { in main()
826 nextc += 4; in main()
828 nextc++; in main()
831 nextc++; in main()
833 nextc = endp; in main()
836 nextc++; in main()
838 nextc = endp; in main()
841 nextc++; in main()
843 nextc = endp; in main()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/news/husky/husky-1.9.20191207/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/aplibs/
H A Dcfgfile.cc79 nextc = lbuff; in CfgFile()
122 nextc = lbuff; in GetLn()
136 if (*nextc == '\0') // no more tokens ! in GetToken()
139 if (GetName (nextc, token, lsize) < 0) in GetToken()
152 while (*nextc == ' ') // skip space in TokenPtr()
153 nextc++; in TokenPtr()
155 if (*nextc == '\0') in TokenPtr()
158 return nextc; in TokenPtr()
169 if (nextc==NULL || *nextc == '\0') in RestOfLine()
171 return nextc; in RestOfLine()
/dports/devel/simgear/simgear-2020.3.11/3rdparty/udns/
H A Dgetopt.c46 static char *nextc /* = NULL */; variable
97 nextc = 0; in getopt()
101 if (!nextc || !*nextc) { /* advance to the next argv element */ in getopt()
116 nextc = argv[optind] + 1; in getopt()
119 optopt = *nextc++; in getopt()
120 if (!*nextc) in getopt()
128 if (*nextc) { in getopt()
129 optarg = nextc; in getopt()
130 nextc = NULL; in getopt()
/dports/dns/udns/udns-0.4/
H A Dgetopt.c46 static char *nextc /* = NULL */; variable
97 nextc = 0; in getopt()
101 if (!nextc || !*nextc) { /* advance to the next argv element */ in getopt()
116 nextc = argv[optind] + 1; in getopt()
119 optopt = *nextc++; in getopt()
120 if (!*nextc) in getopt()
128 if (*nextc) { in getopt()
129 optarg = nextc; in getopt()
130 nextc = NULL; in getopt()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libjli/
H A Dargs.c166 const char* anchor = nextc; in nextToken()
169 for (; nextc < eob; nextc++) { in nextToken()
175 nextc++; in nextToken()
179 ch = *nextc; in nextToken()
182 anchor = nextc; in nextToken()
213 anchor = nextc + 1; in nextToken()
218 nextc++; in nextToken()
222 ch = *nextc; in nextToken()
224 anchor = nextc + 1; in nextToken()
295 assert(nextc == eob); in nextToken()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libjli/
H A Dargs.c166 const char* anchor = nextc; in nextToken()
169 for (; nextc < eob; nextc++) { in nextToken()
175 nextc++; in nextToken()
179 ch = *nextc; in nextToken()
182 anchor = nextc; in nextToken()
213 anchor = nextc + 1; in nextToken()
218 nextc++; in nextToken()
222 ch = *nextc; in nextToken()
224 anchor = nextc + 1; in nextToken()
295 assert(nextc == eob); in nextToken()
[all …]

12345678910>>...37