Home
last modified time | relevance | path

Searched defs:log1p (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/math/i386/
Dlog1p.s1 .global log1p symbol
3 log1p: label
/third_party/jerryscript/jerry-libm/
Dlog1p.c106 log1p (double x) in log1p() function
/third_party/musl/src/math/
Dlog1p.c69 double log1p(double x) in log1p() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog1p.c69 double log1p(double x) in log1p() function
/third_party/typescript/src/lib/
Des2015.core.d.ts116 log1p(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts136 log1p(x: number): number; method
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h247 #define log1p(x) __tg_real(log1p, (x)) macro
/third_party/musl/include/
Dtgmath.h247 #define log1p(x) __tg_real(log1p, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h247 #define log1p(x) __tg_real(log1p, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h247 #define log1p(x) __tg_real(log1p, (x)) macro
/third_party/node/deps/v8/src/base/
Dieee754.cc1779 double log1p(double x) { in log1p() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35693 log1p(float __x) in log1p() function
35697 log1p(long double __x) in log1p() function
35705 log1p(_Tp __x) in log1p() function