Home
last modified time | relevance | path

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

12345678910

/dports/www/grafana8/grafana-8.3.6/public/app/core/utils/
H A Dticks.ts15 let step1 = Math.pow(10, Math.floor(Math.log(step0) / Math.LN10));
30 return decimals - Math.floor(Math.log(tickSize) / Math.LN10);
43 let dec = -Math.floor(Math.log(delta) / Math.LN10);
126 const dec = -Math.floor(Math.log(delta) / Math.LN10);
148 const tickDecimals = Math.max(0, -Math.floor(Math.log(delta) / Math.LN10) + 1);
150 const scaledDecimals = tickDecimals - Math.floor(Math.log(size) / Math.LN10);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/
H A DLogAxis.as111 computedMinimum = -Math.ceil(Math.log(_actualAssignedMaximum) / Math.LN10);
116 computedMaximum = -Math.floor(Math.log(_actualAssignedMinimum) / Math.LN10)
124 computedMaximum = Math.ceil(Math.log(_actualAssignedMaximum) / Math.LN10);
176 value = Math.max(1, Math.floor(Math.log(value) / Math.LN10));
223 computedMinimum = -Math.ceil(Math.log(value) / Math.LN10);
228 computedMaximum = Math.ceil(Math.log(value) / Math.LN10);
314 assignedMaximum = -(Math.floor(Math.log(value) / Math.LN10));
324 assignedMinimum = Math.floor(Math.log(value) / Math.LN10);
363 const ln10:Number = Math.LN10;
537 Math.round((Math.log(Number(intervalEnd.value)) / Math.LN10) -
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/games/genact/genact-0.10.0/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939;
17 y = exp2(LN10 * y);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/libm-0.1.4/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/net/quiche/quiche-0.9.0/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.1.4/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/net/oha/oha-0.4.7/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/libm/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/lang/rust/rustc-1.58.1-src/vendor/libm/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libm-0.2.1/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939; const
17 y = exp2(LN10 * y); in exp10()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libm-0.1.4/src/math/
H A Dexp10.rs3 const LN10: f64 = 3.32192809488736234787031942948939;
17 y = exp2(LN10 * y);
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fstb/
H A Ddef.h235 constexpr double LN10 = 2.3025850929940456840179914546844; variable
238 constexpr double LOG2_10 = LN10 / LN2;
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dncbistd.h277 #ifndef LN10
278 #define LN10 (2.302585092994046) macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/ctools/ctransition/
H A Dncbistd.hpp267 #ifndef LN10
268 #define LN10 (2.302585092994046) macro
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/
H A Dmath.h46 const long double LN10 = 2.3025850929940456840179914546843642L; variable
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dtcrc16u.pas88 LN10: TLabel;
173 Recalc1( CRC16_MCRF4XX , LN10 , LV10 );
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java49 private static String LN10 = "2.302585092994046"; field in ExsltMath
369 value = LN10; in constant()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java49 private static String LN10 = "2.302585092994046"; field in ExsltMath
369 value = LN10; in constant()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java49 private static String LN10 = "2.302585092994046"; field in ExsltMath
369 value = LN10; in constant()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java49 private static String LN10 = "2.302585092994046"; field in ExsltMath
369 value = LN10; in constant()

12345678910