Home
last modified time | relevance | path

Searched refs:ctlength (Results 1 – 5 of 5) sorted by relevance

/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Ddotproducttest.cc59 ct ctlength = ct(length); in DotProductTest() local
78 t.check(std::abs(result-ct(2)*ctlength)<= myEps); in DotProductTest()
85 t.check(std::abs(result-ct(2)*ctlength)<= myEps); in DotProductTest()
93 t.check(std::abs(result-ct(2)*ctlength)<= myEps); in DotProductTest()
100 t.check(std::abs(result-complexSign*ct(2)*ctlength)<= myEps); in DotProductTest()
106 t.check(std::abs(result-ct(2)*ctlength)<= myEps); in DotProductTest()
110 t.check(std::abs(result-complexSign*ct(2)*ctlength)<= myEps); in DotProductTest()
115 t.check(std::abs(result-ct(2)*ctlength)<= myEps); in DotProductTest()
118 t.check(std::abs(result-ct(2)*ctlength)<= myEps); in DotProductTest()
123 t.check(std::abs(result-ct(4)*ctlength*I)<= myEps); in DotProductTest()
[all …]
/dports/irc/cgiirc/cgiirc-0.5.12/
H A Dclient.c146 char *ctlength = getenv("CONTENT_LENGTH"); in readinput() local
148 if(!ctlength) return; in readinput()
149 length = atoi(ctlength); in readinput()
/dports/mail/procmail/procmail-3.22/src/
H A Dformail.c369 long maxlen,ctlength;FILE*idcache=0;pid_t thepid; local
640 ctlength=0;
643 ctlength=strtol((char*)fldp->fld_text+STRLEN(cntlength),(char**)0,10);
756 if(ctlength>0)
758 lputssn(buf,buffilled),ctlength-=buffilled,buffilled=lnl=0;
760 while(--ctlength>=0&&tbl!=EOF) /* skip Content-Length: bytes */
765 if(!quiet&&ctlength>0)
766 { charNUM(num,ctlength);
768 ultstr(0,(unsigned long)ctlength,num);elog(num);elog(" bytes\n");
/dports/mail/p5-MIME-Explode/MIME-Explode-0.39/
H A DExplode.pm133 my ($check_ctype, $ctlength) = (1, 0);
139 ($ph, $attcount, $exclude, $tmpbuff, $check_ctype, $ctlength, $ftmp) = (1, 0, 0, "", 1, 0, "");
331 if(($ctlength += length()) >= $_[0]->{$tree}->{'content-length'}) {
/dports/audio/wmix/wmix-3.1/
H A Dui_x.c66 int ctlength; member
178 dockapp.ctlength = k; in blit_string()
213 if (pos < -(dockapp.ctlength)) { in scroll_text()