Home
last modified time | relevance | path

Searched refs:LOG_TEN (Results 1 – 8 of 8) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dconstants.hpp107 const double LOG_TEN = std::log(10.0); variable
214 inline double log10() { return LOG_TEN; } in log10()
/dports/audio/julius/julius-4.1.2/libsent/include/sent/
H A Dstddefs.h97 #if !defined(LOG_TEN)
99 #define LOG_TEN 2.30258509 macro
/dports/math/stanmath/math-4.2.0/stan/math/opencl/rev/
H A Dlog10.hpp23 A.adj() += elt_divide(res.adj(), A.val() * LOG_TEN); in log10()
/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Dlog10.hpp52 / (LOG_TEN * as_array_or_scalar(a.val())); in log10()
/dports/math/stanmath/math-4.2.0/stan/math/fwd/fun/
H A Dlog10.hpp21 return fvar<T>(log10(x.val_), x.d_ / (x.val_ * LOG_TEN)); in log10()
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Dconstants_test.cpp12 EXPECT_FLOAT_EQ(std::log(10.0), stan::math::LOG_TEN); in TEST()
/dports/audio/julius/julius-4.1.2/libsent/src/wav2mfcc/
H A Dwav2mfcc-buffer.c125 min = max - (para->silFloor * LOG_TEN) / 10.0; in NormaliseLogE()
H A Dwav2mfcc-pipe.c645 energy->min_last = energy->max - (para->silFloor * LOG_TEN) / 10.0; in energy_max_prepare()