Home
last modified time | relevance | path

Searched refs:olddigits (Results 1 – 3 of 3) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dzio.c348 LEN olddigits; in math_setdigits() local
354 olddigits = conf->outdigits; in math_setdigits()
356 return olddigits; in math_setdigits()
H A Dfile.c973 long olddigits, newdigits; in idprintf() local
1032 olddigits = conf->outdigits; in idprintf()
1033 newdigits = olddigits; in idprintf()
1133 math_setdigits(olddigits); in idprintf()
1193 math_setdigits(olddigits); in idprintf()
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_date.R189 olddigits <- getOption("digits.secs") globalVar
202 options("digits.secs"=olddigits)