Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
Dexpm1.c140 expm1 (double x) in expm1() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpm1.c121 double expm1(double x) in expm1() function
/third_party/musl/src/math/
Dexpm1.c121 double expm1(double x) in expm1() function
/third_party/typescript/src/lib/
Des2015.core.d.ts124 expm1(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts144 expm1(x: number): number; method
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h230 #define expm1(x) __tg_real(expm1, (x)) macro
/third_party/musl/include/
Dtgmath.h230 #define expm1(x) __tg_real(expm1, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h230 #define expm1(x) __tg_real(expm1, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h230 #define expm1(x) __tg_real(expm1, (x)) macro
/third_party/node/deps/v8/src/base/
Dieee754.cc2209 double expm1(double x) { in expm1() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35502 expm1(float __x) in expm1() function
35506 expm1(long double __x) in expm1() function
35514 expm1(_Tp __x) in expm1() function