Home
last modified time | relevance | path

Searched refs:mypow10 (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/ruler/graduations/
H A DLinearGraduations.java104 private static final double mypow10(int e) { in mypow10() method in LinearGraduations
138 stepValue = mypow10(stepExponent); in getStepValue()
140 stepValue = stepMantissa * mypow10(stepExponent); in getStepValue()
149 return myceil(mypow10(-stepExponent) * x); in getIndex()
151 return myceil(5 * mypow10(-stepExponent - 1) * x); in getIndex()
153 return myceil(mypow10(-stepExponent - 1) * x * 2); in getIndex()
155 return myceil(mypow10(-stepExponent) * x / stepMantissa); in getIndex()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_misc/
H A Dlib_conversions.cpp99 long int mypow10(int exponent) in mypow10() function
128 post = int(floor((nr - pre) * mypow10(digitspost))); in ftoStr()
/dports/graphics/wdune/wdune-1.926/src/
H A Dmysnprintf.c662 static long double mypow10 (int exp) in mypow10() function
751 fracpart = rint((mypow10(max)) * (ufvalue - intpart)); in fmtfp()
755 zeros=fabs(floor(log(fracpart / mypow10(max))/log(10))+1); in fmtfp()
766 if (fracpart >= mypow10 (max)) in fmtfp()
769 fracpart -= mypow10 (max); in fmtfp()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/
H A Dsnprintf.cpp409 static LDOUBLE mypow10(int);
1039 ufvalue /= mypow10(exponent); in fmtflt()
1050 mask = mypow10(precision); in fmtflt()
1309 static LDOUBLE mypow10(int exponent) { in mypow10() function
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/
H A Dsnprintf.cpp409 static LDOUBLE mypow10(int);
1039 ufvalue /= mypow10(exponent); in fmtflt()
1050 mask = mypow10(precision); in fmtflt()
1309 static LDOUBLE mypow10(int exponent) { in mypow10() function
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/
H A Dsnprintf.cpp409 static LDOUBLE mypow10(int);
1039 ufvalue /= mypow10(exponent); in fmtflt()
1050 mask = mypow10(precision); in fmtflt()
1309 static LDOUBLE mypow10(int exponent) { in mypow10() function
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/lib/
H A Dxprintf.c272 static LDOUBLE mypow10(int);
924 ufvalue /= mypow10(exponent); in fmtflt()
935 mask = mypow10(precision); in fmtflt()
1205 mypow10(int exponent) in mypow10() function
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/lib/
H A Dxprintf.c272 static LDOUBLE mypow10(int);
924 ufvalue /= mypow10(exponent); in fmtflt()
935 mask = mypow10(precision); in fmtflt()
1205 mypow10(int exponent) in mypow10() function
/dports/devel/upp/upp/bazaar/plugin/matio/lib/
H A Dsnprintf.c412 static LDOUBLE mypow10(int);
1064 ufvalue /= mypow10(exponent); in fmtflt()
1075 mask = mypow10(precision); in fmtflt()
1345 mypow10(int exponent) in mypow10() function
/dports/math/matio/matio-1.5.21/src/
H A Dsnprintf.c412 static LDOUBLE mypow10(int);
1064 ufvalue /= mypow10(exponent); in fmtflt()
1075 mask = mypow10(precision); in fmtflt()
1345 mypow10(int exponent) in mypow10() function
/dports/devel/check/check-0.15.2/lib/
H A Dsnprintf.c485 static LDOUBLE mypow10(int);
1164 ufvalue /= mypow10(exponent); in fmtflt()
1175 mask = mypow10(precision); in fmtflt()
1445 mypow10(int exponent) in mypow10() function
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dsnprintf.c547 static LDOUBLE mypow10(int);
1201 ufvalue /= mypow10(exponent); in fmtflt()
1212 mask = (UINTMAX_T)mypow10(precision); in fmtflt()
1482 mypow10(int exponent) in mypow10() function
/dports/games/instead/instead-3.4.1/src/instead/
H A Dsnprintf.c531 static LDOUBLE mypow10(int);
1185 ufvalue /= mypow10(exponent); in fmtflt()
1196 mask = mypow10(precision); in fmtflt()
1466 mypow10(int exponent) in mypow10() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/platform/snprintf/
H A Dsnprintf.cpp553 static LDOUBLE mypow10(int);
1206 ufvalue /= mypow10(exponent); in fmtflt()
1217 mask = static_cast<unsigned long>(mypow10(precision)); in fmtflt()
1487 mypow10(int exponent) in mypow10() function
/dports/databases/rrdtool/rrdtool-1.7.2/src/
H A Drrd_snprintf.c581 static LDOUBLE mypow10(int);
1228 ufvalue /= mypow10(exponent); in fmtflt()
1239 mask = mypow10(precision); in fmtflt()
1509 mypow10(int exponent) in mypow10() function
/dports/devel/libcfu/libcfu-947dba4/src/
H A Dsnprintf.c536 static LDOUBLE mypow10(int);
1188 ufvalue /= mypow10(exponent); in fmtflt()
1199 mask = mypow10(precision); in fmtflt()
1469 mypow10(int exponent) in mypow10() function
/dports/devel/cscope/cscope-15.9/src/
H A Dsnprintf.c521 static LDOUBLE mypow10(int);
1173 ufvalue /= mypow10(exponent); in fmtflt()
1184 mask = mypow10(precision); in fmtflt()
1454 mypow10(int exponent) in mypow10() function
/dports/devel/ccache/ccache-3.7.12/src/
H A Dsnprintf.c540 static LDOUBLE mypow10(int);
1194 ufvalue /= mypow10(exponent); in fmtflt()
1205 mask = (UINTMAX_T)mypow10(precision); in fmtflt()
1475 mypow10(int exponent) in mypow10() function
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dsnprintf.c540 static LDOUBLE mypow10(int);
1194 ufvalue /= mypow10(exponent); in fmtflt()
1205 mask = (UINTMAX_T)mypow10(precision); in fmtflt()
1475 mypow10(int exponent) in mypow10() function
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dsnprintf.c540 static LDOUBLE mypow10(int);
1194 ufvalue /= mypow10(exponent); in fmtflt()
1205 mask = (UINTMAX_T)mypow10(precision); in fmtflt()
1475 mypow10(int exponent) in mypow10() function
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dsnprintf.c540 static LDOUBLE mypow10(int);
1194 ufvalue /= mypow10(exponent); in fmtflt()
1205 mask = (UINTMAX_T)mypow10(precision); in fmtflt()
1475 mypow10(int exponent) in mypow10() function
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dsnprintf.c521 static LDOUBLE mypow10(int);
1173 ufvalue /= mypow10(exponent); in fmtflt()
1184 mask = mypow10(precision); in fmtflt()
1454 mypow10(int exponent) in mypow10() function
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libcompat/
H A Dsnprintf.c534 static LDOUBLE mypow10(int);
1186 ufvalue /= mypow10(exponent); in fmtflt()
1197 mask = mypow10(precision); in fmtflt()
1467 mypow10(int exponent) in mypow10() function
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libcompat/
H A Dsnprintf.c534 static LDOUBLE mypow10(int);
1186 ufvalue /= mypow10(exponent); in fmtflt()
1197 mask = mypow10(precision); in fmtflt()
1467 mypow10(int exponent) in mypow10() function
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libcompat/
H A Dsnprintf.c534 static LDOUBLE mypow10(int);
1186 ufvalue /= mypow10(exponent); in fmtflt()
1197 mask = mypow10(precision); in fmtflt()
1467 mypow10(int exponent) in mypow10() function

12