Home
last modified time | relevance | path

Searched refs:LN10 (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/animator/
DSkDisplayMath.cpp14 SK_PROPERTY(LN10),
100 SK_MEMBER_PROPERTY(LN10, Float),
DSkAnimateSchema.xsd732 <!-- @attribute LN10 The value 2.302585093. -->
733 <xs:attribute name="LN10" type="Sk:Float"/>
/external/v8/test/webkit/fast/js/kde/
Dmath-expected.txt33 PASS String()+Math.LN10 is '2.302585092994046'
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.time.min.js7 …r magn=Math.pow(10,Math.floor(Math.log(axis.delta/timeUnitSize.year)/Math.LN10));var norm=axis.del…
Djquery.flot.time.js248 var magn = Math.pow(10, Math.floor(Math.log(axis.delta / timeUnitSize.year) / Math.LN10));
Djquery.flot.js1696 dec = -Math.floor(Math.log(delta) / Math.LN10),
1810 … var extraDec = Math.max(0, -Math.floor(Math.log(axis.delta) / Math.LN10) + 1),
Djquery.flot.min.js7LN10),maxDec=opts.tickDecimals;if(maxDec!=null&&dec>maxDec){dec=maxDec}var magn=Math.pow(10,-dec),…
/external/chromium-trace/catapult/telemetry/third_party/flot/
Djquery.flot.min.js28LN10),u=n.tickDecimals;u!=null&&o>u&&(o=u);var a=Math.pow(10,-o),l=s/a,c;l<1.5?c=1:l<3?(c=2,l>2.25…
/external/v8/test/cctest/
Dtest-asm-validator.cc484 CHECK_VAR_MATH_SHORTCUT(LN10, Bounds(cache.kAsmDouble)); in CheckStdlibShortcuts2()
/external/icu/icu4c/source/i18n/
DdecNumber.c5684 #define LN10 "2.302585092994045684017991454684364207601" macro
5685 uprv_decNumberFromString(res, LN10, &aset);
/external/chromium-trace/catapult/tracing/third_party/d3/
Dd3.min.js2LN10)),i=t/r*u;return.15>=i?u*=10:.35>=i?u*=5:.75>=i&&(u*=2),e[0]=Math.ceil(e[0]/u)*u,e[1]=Math.fl…
3 …&(n*=-1),t&&(n=Xo.round(n,Nt(n,t))),e=1+Math.floor(1e-12+Math.log(n)/Math.LN10),e=Math.max(-24,Mat…
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js5364 return Math.log(x) / Math.LN10;
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1965 return Math.log(x) / Math.LN10;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js6210 return Math.log(x) / Math.LN10;