Home
last modified time | relevance | path

Searched refs:logbl (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mingw-w64/mingw-w64-crt/math/
Dhypotl.c50 exx = logbl (xx); in hypotl()
51 eyy = logbl (yy); in hypotl()
70 exx = logbl(xx); in hypotl()
/third_party/musl/src/math/
Dlogbl.c3 long double logbl(long double x) in logbl() function
8 long double logbl(long double x) in logbl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlogbl.c3 long double logbl(long double x) in logbl() function
8 long double logbl(long double x) in logbl() function
/third_party/mingw-w64/mingw-w64-crt/math/x86/
Dlogbl.c15 logbl (long double x) in logbl() function
/third_party/mingw-w64/mingw-w64-crt/math/softmath/
Dlogbl.c47 long double logbl(long double x) in logbl() function
/third_party/mingw-w64/mingw-w64-crt/math/arm-common/
Dlogbl.c9 long double logbl(long double x) in logbl() function
/third_party/musl/libc-test/src/math/
Dlogbl.c32 y = logbl(p->x); in main()
Dtest_src_math.gni124 "logbl",
/third_party/boost/boost/math/
Dtr1_c_macros.ipp288 #ifdef logbl
289 #undef logbl
291 #define logbl boost_logbl
Dtr1.hpp209 long double BOOST_MATH_TR1_DECL logbl BOOST_PREVENT_MACRO_SUBSTITUTION(long double x) BOOST_MATH_C9…
624 long double logbl BOOST_PREVENT_MACRO_SUBSTITUTION(long double x);
/third_party/musl/libc-test/src/api/
Dmath.c164 {long double(*p)(long double) = logbl;} in f()
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1647 # undef logbl
1648 # define logbl rpl_logbl macro
1650 _GL_FUNCDECL_RPL (logbl, long double, (long double x));
1651 _GL_CXXALIAS_RPL (logbl, long double, (long double x));
1654 _GL_FUNCDECL_SYS (logbl, long double, (long double x));
1656 _GL_CXXALIAS_SYS (logbl, long double, (long double x));
1658 _GL_CXXALIASWARN (logbl);
1660 # undef logbl
1662 _GL_WARN_ON_USE (logbl, "logbl is unportable - "
1663 "use gnulib module logbl for portability");
/third_party/musl/include/
Dmath.h277 long double logbl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h281 long double logbl(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h277 long double logbl(long double);
/third_party/mingw-w64/mingw-w64-crt/lib-common/
Dapi-ms-win-crt-math-l1-1-0.def.in318 logbl F_X86_ANY(DATA)
Ducrtbase.def.in2446 logbl F_X86_ANY(DATA)
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h99 T(logbl, l_l)
Dmplibm.c167 int mplogbl(struct t *t) { return mpl1(t, logbl); } in mplogbl()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dmath.h770 extern long double __cdecl logbl (long double);
828 __CRT_INLINE long double __cdecl logbl (long double x)
DChangeLog.2010484 (logbl): Ditto.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def970 /// long double logbl(long double x);
971 TLI_DEFINE_ENUM_INTERNAL(logbl)
972 TLI_DEFINE_STRING_INTERNAL("logbl")
/third_party/mingw-w64/mingw-w64-crt/
DMakefile.am299 math/arm-common/logbl.c \
336 math/arm-common/logbl.c \
480 …math/x86/logbf.c math/x86/logbl.c math/x86/logl.c math/x86/nearbyint.S…
507 …math/softmath/logb.c math/softmath/logbf.c math/softmath/logbl.c math/softmath/logl.c…
/third_party/boost/libs/math/doc/overview/
Dtr1.qbk341 long double logbl(long double x);
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni207 "$MUSLPORTINGDIR/src/math/logbl.c",

12