Home
last modified time | relevance | path

Searched defs:ln2 (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-libm/
Dacosh.c45 #define ln2 6.93147180559945286227e-01 /* 0x3FE62E42, 0xFEFA39EF */ macro
Dasinh.c42 #define ln2 6.93147180559945286227e-01 /* 0x3FE62E42, 0xFEFA39EF */ macro
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlogf_data.h16 double ln2; member
/third_party/musl/src/math/
Dlogf_data.h16 double ln2; member
/third_party/python/Modules/
D_math.c23 static const double ln2 = 6.93147180559945286227E-01; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMathExtras.h59ln2 = .69314718055994530942, // (0x1.62e42fefa39efP-1) https://oeis.org/A002162 variable
/third_party/optimized-routines/math/
Dmath_config.h341 double ln2; member
/third_party/skia/third_party/skcms/src/
DTransform_inl.h283 const float ln2 = 0.69314718f; in approx_log() local
/third_party/skia/third_party/skcms/
Dskcms.cc79 const float ln2 = 0.69314718f; in logf_() local
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h977 const float ln2 = 0.69314718f; in approx_log() local
/third_party/libabigail/src/
Dabg-ir.cc20491 interned_string ln1 = l.get_linkage_name(), ln2 = r.get_linkage_name(); in equals() local