Home
last modified time | relevance | path

Searched refs:exp10f (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp10f.c5 float exp10f(float x) in exp10f() function
22 weak_alias(exp10f, pow10f);
/third_party/musl/src/math/
Dexp10f.c5 float exp10f(float x) in exp10f() function
22 weak_alias(exp10f, pow10f);
/third_party/musl/libc-test/src/math/
Dexp10f.c27 y = exp10f(p->x); in main()
Dtest_src_math.gni48 "exp10f",
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h430 float exp10f(float);
/third_party/musl/include/
Dmath.h430 float exp10f(float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h430 float exp10f(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h430 float exp10f(float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h153 T(exp10f, f_f)
Dmplibm.c239 int mpexp10f(struct t *t) { return mpf1(t, exp10f); } in mpexp10f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def649 /// float exp10f(float x);
650 TLI_DEFINE_ENUM_INTERNAL(exp10f)
651 TLI_DEFINE_STRING_INTERNAL("exp10f")
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni129 "$MUSLPORTINGDIR/src/math/exp10f.c",
/third_party/musl/
Dlibc.map.txt612 exp10f;
Dmusl_src.gni664 "src/math/exp10f.c",
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp33836 extern float exp10f (float __x) throw (); extern float __exp10f (float __x) throw ();