Home
last modified time | relevance | path

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

/third_party/boost/boost/math/constants/
Dconstants.hpp290 …BOOST_DEFINE_MATH_CONSTANT(log2_e, 1.44269504088896340735992468100189213742664595415298, "1.442695…
/third_party/boost/libs/math/test/
Dtest_constants.cpp200 BOOST_CHECK_CLOSE_FRACTION((1/ln_two<RealType>()), log2_e<RealType>(), tolerance); in test_spots()
715 …BOOST_CHECK_CLOSE_FRACTION((1/ln_two<real_concept, Policy>()), (log2_e<real_concept, Policy>)(), t… in test_real_concept_policy()
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp609 const double log2_e = 1.4426950408889634073599246810019; in fold() local
610 newConstArray[i].setDConst(log2_e * log(unionArray[i].getDConst())); in fold()
/third_party/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp283 ir_constant *log2_e = _imm_fp(ir, ir->type, M_LOG2E); in exp_to_exp2() local
288 ir->operands[0], log2_e); in exp_to_exp2()
/third_party/skia/third_party/skcms/src/
DTransform_inl.h309 const float log2_e = 1.4426950408889634074f; in approx_exp() local
310 return approx_exp2(log2_e * x); in approx_exp()
/third_party/skia/third_party/skcms/
Dskcms.cc113 const float log2_e = 1.4426950408889634074f; in expf_() local
114 return exp2f_(log2_e * x); in expf_()
/third_party/boost/libs/math/doc/constants/
Dconstants.qbk351 [[log2_e] [log[sub 2](e)] [1.442695] [This is the same as 1/ln(2) and is equivalent to POSIX consta…
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h990 const float log2_e = 1.4426950408889634074f; in approx_exp() local
991 return approx_pow2(log2_e * x); in approx_exp()