Home
last modified time | relevance | path

Searched refs:Log10 (Results 1 – 25 of 1179) sorted by relevance

12345678910>>...48

/dports/net-im/jarl/Jarl-0.5001/lib/
H A Dparser.pl47 $Debug->Log10("jarlParser_ParseText: in($body)");
59 $Debug->Log10("jarlParser_ParseText: word($word)");
67 $Debug->Log10("jarlParser_ParseText: urlTest1($urlTest1)");
69 $Debug->Log10("jarlParser_ParseText: urlTest1 is a link");
72 $Debug->Log10("jarlParser_ParseText: urlTest1 is NOT a link");
77 $Debug->Log10("jarlParser_ParseText: urlTest2($urlTest2)");
85 $Debug->Log10("jarlParser_ParseText: urlTest2 is a link");
88 $Debug->Log10("jarlParser_ParseText: urlTest2 is NOT a link");
90 $Debug->Log10("jarlParser_ParseText: piece($piece)");
113 $Debug->Log10("jarlParser_ParseText: subPiece($subPiece)");
[all …]
/dports/graphics/nplot/nplot-9a92e78/src/
H A DLogAxis.cs41 private static readonly double m_d5Log = -Math.Log10(0.5); // .30103
344 double dec = Math.Floor(Math.Log10(WorldMin)); in WorldTickPositions_SecondPass()
361 double dPower = Math.Log10(dMyInterval); in CalcGrids()
419 if (first - roundTickDist >= Math.Log10(WorldMin)) in WorldTickPositions_FirstPass()
428 first = Math.Log10(LargeTickValue); in WorldTickPositions_FirstPass()
432 while (first < Math.Log10(WorldMin)) in WorldTickPositions_FirstPass()
437 while (first > Math.Log10(WorldMin) + roundTickDist) in WorldTickPositions_FirstPass()
444 while (mark <= Math.Log10(WorldMax)) in WorldTickPositions_FirstPass()
477 … double MagRange = (Math.Floor(Math.Log10(WorldMax)) - Math.Floor(Math.Log10(WorldMin)) + 1.0); in DetermineTickSpacing()
566 double lrange = (Math.Log10(WorldMax) - Math.Log10(WorldMin)); in WorldToPhysical()
[all …]
H A DLinearAxis.cs488 double exponent = Math.Floor(Math.Log10(approxTickStep)); in DetermineLargeTickStep()
489 double mantissa = Math.Pow(10.0, Math.Log10(approxTickStep) - exponent); in DetermineLargeTickStep()
557 double exponent = Math.Floor(Math.Log10(bigTickDist)); in DetermineNumberSmallTicks()
558 double mantissa = Math.Pow(10.0, Math.Log10(bigTickDist) - exponent); in DetermineNumberSmallTicks()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkLog10ImageFilter.h34 class Log10
37 Log10() = default;
38 ~Log10() = default;
39 bool operator!=(const Log10 &) const
44 bool operator==(const Log10 & other) const
78 using FunctorType = Functor::Log10< typename TInputImage::PixelType,
/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DLog10.h70 struct Log10 struct
130 struct YieldsUniform<Log10,T> argument
148 struct YieldsSymmetric<Log10,MT>
166 struct YieldsHermitian<Log10,MT>
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_GeomTool.cxx110 theCellsCountV = (Standard_Integer)Ceiling (Pow (2, Log10 (aSqNbVert))); in AdjustCellsCounts()
120 theCellsCountU = (Standard_Integer)Ceiling (Pow (2, Log10 (aSqNbVert))); in AdjustCellsCounts()
127 theCellsCountV = (Standard_Integer)Ceiling (Pow (2, Log10 (aSqNbVert))); in AdjustCellsCounts()
134 theCellsCountU = (Standard_Integer)Ceiling (Pow (2, Log10 (aSqNbVert))); in AdjustCellsCounts()
138 theCellsCountV = (Standard_Integer)Ceiling (Pow (2, Log10 (aSqNbVert))); in AdjustCellsCounts()
459 aCellsCountU = (Standard_Integer)Ceiling(Pow(2, Log10( in CellsCount()
461 aCellsCountV = (Standard_Integer)Ceiling(Pow(2, Log10( in CellsCount()
466 aCellsCountU = (Standard_Integer)Ceiling(Pow(2, Log10( in CellsCount()
469 aCellsCountV = (Standard_Integer)Ceiling(Pow(2, Log10( in CellsCount()
474 aCellsCountU = (Standard_Integer)Ceiling(Pow(2, Log10( in CellsCount()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DScaleEngine.cpp79 if (d_type == ScaleTransformation::Log10 || d_type == ScaleTransformation::Ln) in invXForm()
90 else if (d_type == ScaleTransformation::Log10 || d_type == ScaleTransformation::Ln) in invXForm()
106 …if ((d_engine->type() == ScaleTransformation::Log10 || d_engine->type() == ScaleTransformation::Ln… in xForm()
150 else if (d_type == ScaleTransformation::Log10 || in xForm()
169 else if (d_type == ScaleTransformation::Log10 || in xForm()
196 case ScaleTransformation::Log10: in newScaleTransformation()
197 transform = new QwtScaleTransformation(QwtScaleTransformation::Log10); in newScaleTransformation()
383 …if (type() == ScaleTransformation::Log10 || type() == ScaleTransformation::Ln || type() == ScaleTr… in autoScale()
411 case ScaleTransformation::Log10: in newScaleEngine()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/utilities/src/
H A DMath.cpp283 return (base==10.0f) ? Log10(arg) : (Log10(arg) / Log10(base)); in Log()
288 Math::Log10( in Log10() function in eddy::utilities::Math
297 Math::Log10( in Log10() function in eddy::utilities::Math
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_scale_map.cpp53 if ( d_type == Log10 ) in xForm()
80 if ( d_type == Log10 ) in invXForm()
164 if (d_transformation->type() == QwtScaleTransformation::Log10 ) in setScaleInterval()
228 case QwtScaleTransformation::Log10: in newFactor()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_scale_map.cpp52 if ( d_type == Log10 )
75 if ( d_type == Log10 )
159 if (d_transformation->type() == QwtScaleTransformation::Log10 )
223 case QwtScaleTransformation::Log10:
/dports/net/storj/storj-1.45.3/vendor/github.com/loov/hrtime/
H A Dhistogram_bounds.go19 exp := math.Floor(math.Log10(span))
55 scale := math.Pow(10, math.Floor(math.Log10(v))+1-float64(digits))
64 scale := math.Pow(10, math.Floor(math.Log10(v))+1-float64(digits))
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/native/native_device/
H A Dexp_log.cc21 CHAINERX_REGISTER_BUILTIN_KEY_KERNEL(Log10)
39 CHAINERX_NATIVE_REGISTER_ELTWISE_FLOAT_UNARY_KERNEL(Log10Kernel, { out = chainerx::Log10(x); });
/dports/devel/ta-lib/ta-lib/src/ta_func/
H A Dta_LOG10.c111 /* Generated */ enum class Core::RetCode Core::Log10( int startIdx,
118 /* Generated */ enum class Core::RetCode Core::Log10( int startIdx,
191 /* Generated */ enum class Core::RetCode Core::Log10( int startIdx,
/dports/devel/vc/Vc-1.4.2/tests/
H A Dmathreference.h55 Sincos, Atan, Asin, Acos, Log, Log2, Log10 enumerator
70 template<> inline const char *filename<float , Log10 >() { return TESTDATA_DIR "reference-log10-sp.…
71 template<> inline const char *filename<double, Log10 >() { return TESTDATA_DIR "reference-log10-dp.…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Dlabel.go33 exp := int(math.Floor(math.Log10(val)))
64 return int(math.Max(-math.Floor(math.Log10(div)), 0))
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Dlabel.go33 exp := int(math.Floor(math.Log10(val)))
64 return int(math.Max(-math.Floor(math.Log10(div)), 0))
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Dlabel.go33 exp := int(math.Floor(math.Log10(val)))
64 return int(math.Max(-math.Floor(math.Log10(div)), 0))
/dports/science/py-obspy/obspy-1.2.2/obspy/io/focmec/tests/data/
H A Dfocmec_8sta.lst6 Statn Azimuth TOA Key Log10 Ratio NumPol DenTOA Comment
57 Log10(Ratio) Ratio S Polarity
82 Log10(Ratio) Ratio S Polarity
107 Log10(Ratio) Ratio S Polarity
132 Log10(Ratio) Ratio S Polarity
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dforeigns.adb61 function Log10 (Arg : double) return double; subprogspec
62 pragma Import (C, Log10);
117 (new String'("log10"), Log10'Address),
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/spectrum/model/
H A Dspectrum-value.h481 friend SpectrumValue Log10 (const SpectrumValue& arg);
597 void Log10 ();
629 SpectrumValue Log10 (const SpectrumValue& arg);
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dmaths.cpp42 SCRIPT_METHOD(Maths::Log10^1, Maths::Log10); in AGS_EngineStartup()
98 void Maths::Log10(ScriptMethodParams &params) { in Log10() function in AGS3::Plugins::Core::Maths
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/utilities/include/
H A DMath.hpp452 Log10(
463 Log10(
/dports/cad/opencascade/opencascade-7.6.0/src/Hermit/
H A DHermit.cxx259 a=Log10(Pole3/Pole0); in PolyTest()
263 … Polesinit(i).SetCoord(0.0, Polesinit(i).Y()-(Pole3*(Pow(10.0,(-0.5*Log10(TolPoles)-a/2.0))))); in PolyTest()
268 … Polesinit(i).SetCoord(0.0, Polesinit(i).Y()-(Pole0*(Pow(10.0,(a/2.0+0.5*Log10(TolPoles)))))); in PolyTest()
274 a=Log10(Pole0/Pole3); in PolyTest()
278 … Polesinit(i).SetCoord(0.0, Polesinit(i).Y()-(Pole0*(Pow(10.0,(-0.5*Log10(TolPoles)-a/2.0))))); in PolyTest()
283 … Polesinit(i).SetCoord(0.0, Polesinit(i).Y()-(Pole3*(Pow(10.0,(a/2.0+0.5*Log10(TolPoles)))))); in PolyTest()
492 a=Log10(Pole3/Pole0); in PolyTest()
496 … Polesinit(i).SetCoord(0.0, Polesinit(i).Y()-(Pole3*(Pow(10.0,(-0.5*Log10(TolPoles)-a/2.0))))); in PolyTest()
501 … Polesinit(i).SetCoord(0.0, Polesinit(i).Y()-(Pole0*(Pow(10.0,(a/2.0+0.5*Log10(TolPoles)))))); in PolyTest()
507 a=Log10(Pole0/Pole3); in PolyTest()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Expr/
H A DExpr_LogOf10.cxx43 return new Expr_NumericValue(Log10(myNVexp->GetValue())); in Handle()
84 return ::Log10(Operand()->Evaluate(vars,vals)); in Evaluate()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/network/
H A Dpage_test.go95 prec := 1 - int(math.Log10(test.wantTol))
119 prec := 1 - int(math.Log10(test.wantTol))
205 prec := 1 - int(math.Log10(test.wantTol))
236 prec := 1 - int(math.Log10(test.wantTol))

12345678910>>...48