Home
last modified time | relevance | path

Searched defs:log10 (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/math/i386/
Dlog10.s1 .global log10 symbol
3 log10: label
/third_party/jerryscript/jerry-libm/
Dlog10.c70 log10 (double x) in log10() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog10.c36 double log10(double x) in log10() function
/third_party/musl/src/math/
Dlog10.c36 double log10(double x) in log10() function
/third_party/typescript/src/lib/
Des2015.core.d.ts104 log10(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts124 log10(x: number): number; method
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h246 #define log10(x) __tg_real(log10, (x)) macro
/third_party/musl/include/
Dtgmath.h246 #define log10(x) __tg_real(log10, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h246 #define log10(x) __tg_real(log10, (x)) macro
/third_party/decimal.js/
Ddecimal.js4585 function log10(x) { function
Ddecimal.mjs4597 function log10(x) { function
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py520 def log10(self, t): member in SkipHandler
/third_party/python/Lib/
D_pydecimal.py3282 def log10(self, context=None): member in Decimal
4698 def log10(self, a): member in Context
/third_party/node/deps/v8/src/base/
Dieee754.cc2075 double log10(double x) { in log10() function
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp1297 TEST_F(ComputeTest, log10) in TEST_F() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34750 log10(float __x) in log10() function
34754 log10(long double __x) in log10() function
34762 log10(_Tp __x) in log10() function