Home
last modified time | relevance | path

Searched refs:numform (Results 1 – 24 of 24) sorted by relevance

/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dstepfun.R59 numform <- function(x) paste(formatC(x, digits = digits), collapse=", ") function
66 cat(" x[1:", n, "] = ", numform(xx[i1(n)]),
67 if(n > 3L) ", ", if(n > 5L) " ..., ", numform(xx[i2(n)]), "\n", sep = "")
69 cat(n+1L, " plateau levels = ", numform(y[i1(n+1L)]),
70 if(n+1L > 3L) ", ", if(n+1L > 5L) " ..., ", numform(y[i2(n+1L)]), "\n",
H A Decdf.R40 numform <- function(x) paste(formatC(x, digits = digits), collapse = ", ") function
46 cat(" x[1:",n,"] = ", numform(xx[i1]),
47 if(n>3L) ", ", if(n>5L) " ..., ", numform(xx[i2]), "\n", sep = "")
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dstepfun.R59 numform <- function(x) paste(formatC(x, digits = digits), collapse=", ") function
66 cat(" x[1:", n, "] = ", numform(xx[i1(n)]),
67 if(n > 3L) ", ", if(n > 5L) " ..., ", numform(xx[i2(n)]), "\n", sep = "")
69 cat(n+1L, " plateau levels = ", numform(y[i1(n+1L)]),
70 if(n+1L > 3L) ", ", if(n+1L > 5L) " ..., ", numform(y[i2(n+1L)]), "\n",
H A Decdf.R40 numform <- function(x) paste(formatC(x, digits = digits), collapse = ", ") function
46 cat(" x[1:",n,"] = ", numform(xx[i1]),
47 if(n>3L) ", ", if(n>5L) " ..., ", numform(xx[i2]), "\n", sep = "")
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dhput.c1224 char numform[8]; local
1228 sprintf (numform, "%%%d.%df", field, ndec);
1229 sprintf (string, numform, num);
1232 sprintf (numform, "%%%dd", field);
1233 sprintf (string, numform, (int)num);
1238 sprintf (numform, "%%.%df", ndec);
1239 sprintf (string, numform, num);
/dports/net/socat/socat-1.7.4.2/
H A Dfdname.c35 int fdname(const char *file, int fd, FILE *outfile, const char *numform, in fdname() argument
50 if (numform != NULL) { in fdname()
51 fprintf(outfile, numform, fd); in fdname()
H A Dfilan.h38 int fdname(const char *file, int fd, FILE *outfile, const char *numform,
/dports/lang/rexx-imc/rexx-imc-1.76/
H A Dglobals.c56 char numform=0; /* 0=SCIENTIFIC, 1=ENGINEERING */ variable
H A Dglobals.h71 extern char numform; /* 0=SCIENTIFIC, 1=ENGINEERING */
H A Dinterface.c198 numform=old->form;
320 old.form=numform;
394 numform=0;
H A Drexx.c923 numform?"ENGINEERING":"SCIENTIFIC");
1255 if(!strcmp(varname,"SCIENTIFIC"))numform=0;
1256 else if(!strcmp(varname,"ENGINEERING"))numform=1;
1876 sptr->form=numform,
1907 numform=sptr->form,
H A Drxfn.c2110 if(numform)stack("ENGINEERING",11);
2173 if(numform)n=1+m+e%3; /* number of places before . in expon. notation */
2195 if(numform)n=1+m+e%3;
2228 if(numform)while(e%3)
H A Dcalc.c999 if(numform)while(exp%3) /* For engineering, up to two more */
H A Dutil.c1033 numform=sptr->form,
H A Drexx.tech1030 char numform;
/dports/ftp/rexx-curl/RexxCURL-2.1.0/demo/
H A Dansi.rexx25 field.3 = 'numform=SCIENTIFIC'
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dinterprt.c2264 TSD->currlevel->numform = NUM_FORM_SCI ; in interpret()
2266 TSD->currlevel->numform = NUM_FORM_ENG ; in interpret()
2283 TSD->currlevel->numform = NUM_FORM_SCI ; in interpret()
2285 TSD->currlevel->numform = NUM_FORM_ENG ; in interpret()
2287 TSD->currlevel->numform = NUM_FORM_SCI ; in interpret()
2289 TSD->currlevel->numform = NUM_FORM_ENG ; in interpret()
2572 level->numform = DEFAULT_NUMFORM; in newlevel()
H A Dregina_t.h330 int numfuzz, currnumsize, numform ; member
H A Dstrmath.c1081 if ( ( TSD->currlevel->numform == NUM_FORM_ENG ) && h ) in str_format()
1191 if ( ( TSD->currlevel->numform == NUM_FORM_ENG ) && h ) in str_format()
1543 if ( ( TSD->currlevel->numform == NUM_FORM_ENG ) && i ) in str_norm()
H A Dbuiltin.c1427 return Str_creTSD( numeric_forms[TSD->currlevel->numform] ) ; in std_form()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DStyle.hs289 let numform = case lookupAttribute "form" attr of function
296 Just var -> return $ Element (ENumber (toVariable var) numform)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/src/Citeproc/
H A DStyle.hs292 let numform = case lookupAttribute "form" attr of function
299 Just var -> return $ Element (ENumber (toVariable var) numform)
/dports/textproc/R-cran-R2HTML/R2HTML/R/
H A DHTMLcore.R3572 numform <- function(x) paste(formatC(x, digits = digits), collapse = ", ") function
3579 HTML(paste(" x[1:", n, "] = ", numform(xx[i1]), if (n > 3)
3581 " ..., ", numform(xx[i2]), "\n<br>", sep = ""),file=file)
3591 numform <- function(x) paste(formatC(x, digits = digits), collapse = ", ") function
3599 HTML(paste(" x[1:", n, "] = ", numform(xx[i1(n)]), if (n > 3)
3601 " ..., ", numform(xx[i2(n)]), "\n<br>", sep = ""),file=file)
3603 HTML(paste(n + 1, " step heights = ", numform(y[i1(n + 1)]), if (n +
3606 " ..., ", numform(y[i2(n + 1)]), "\n<br>", sep = ""),file=file)
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajseqwrite.c8461 char numform[20]; in seqWriteSeq() local
8507 sprintf(numform, "%%%us ",sf->numwidth); in seqWriteSeq()
8509 sprintf(numform, "%%%ud",sf->numwidth); in seqWriteSeq()
8559 fprintf(outf, numform, ""); in seqWriteSeq()
8561 fprintf(outf, numform, ibase); in seqWriteSeq()
8630 fprintf(outf,numform, ibase-1); in seqWriteSeq()
9860 char numform[20]; in seqSeqFormat() local
9870 sprintf(numform, "%d", seqlen); in seqSeqFormat()
9871 ajDebug("seqSeqFormat numwidth old: %d new: %d\n", strlen(numform)+1, j); in seqSeqFormat()