/third_party/mingw-w64/mingw-w64-crt/math/ |
D | hypotl.c | 50 exx = logbl (xx); in hypotl() 51 eyy = logbl (yy); in hypotl() 70 exx = logbl(xx); in hypotl()
|
/third_party/musl/src/math/ |
D | logbl.c | 3 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/ |
D | logbl.c | 3 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/ |
D | logbl.c | 15 logbl (long double x) in logbl() function
|
/third_party/mingw-w64/mingw-w64-crt/math/softmath/ |
D | logbl.c | 47 long double logbl(long double x) in logbl() function
|
/third_party/mingw-w64/mingw-w64-crt/math/arm-common/ |
D | logbl.c | 9 long double logbl(long double x) in logbl() function
|
/third_party/musl/libc-test/src/math/ |
D | logbl.c | 32 y = logbl(p->x); in main()
|
D | test_src_math.gni | 124 "logbl",
|
/third_party/boost/boost/math/ |
D | tr1_c_macros.ipp | 288 #ifdef logbl 289 #undef logbl 291 #define logbl boost_logbl
|
D | tr1.hpp | 209 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/ |
D | math.c | 164 {long double(*p)(long double) = logbl;} in f()
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 1647 # 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/ |
D | math.h | 277 long double logbl(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 281 long double logbl(long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 277 long double logbl(long double);
|
/third_party/mingw-w64/mingw-w64-crt/lib-common/ |
D | api-ms-win-crt-math-l1-1-0.def.in | 318 logbl F_X86_ANY(DATA)
|
D | ucrtbase.def.in | 2446 logbl F_X86_ANY(DATA)
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 99 T(logbl, l_l)
|
D | mplibm.c | 167 int mplogbl(struct t *t) { return mpl1(t, logbl); } in mplogbl()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | math.h | 770 extern long double __cdecl logbl (long double); 828 __CRT_INLINE long double __cdecl logbl (long double x)
|
D | ChangeLog.2010 | 484 (logbl): Ditto.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 970 /// 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/ |
D | Makefile.am | 299 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/ |
D | tr1.qbk | 341 long double logbl(long double x);
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 207 "$MUSLPORTINGDIR/src/math/logbl.c",
|