HomeSort by relevance Sort by last modified time
    Searched refs:cbrtl (Results 1 - 20 of 20) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 116 __weak_reference(cbrt, cbrtl);
s_cbrtl.c 35 cbrtl(long double x) function
108 * dt is cbrtl(x) to ~47 bits (after x has been reduced to 1 <= x < 8).
123 * for rounding up might not apply to either case in cbrtl() since
  /external/bison/darwin-lib/
math.h 670 # undef cbrtl
671 # define cbrtl rpl_cbrtl
673 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
674 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x));
677 _GL_FUNCDECL_SYS (cbrtl, long double, (long double x));
679 _GL_CXXALIAS_SYS (cbrtl, long double, (long double x));
681 _GL_CXXALIASWARN (cbrtl);
683 # undef cbrtl macro
685 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable -
    [all...]
  /external/bison/lib/
math.in.h 358 # undef cbrtl macro
359 # define cbrtl rpl_cbrtl macro
361 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
362 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x));
365 _GL_FUNCDECL_SYS (cbrtl, long double, (long double x));
367 _GL_CXXALIAS_SYS (cbrtl, long double, (long double x));
369 _GL_CXXALIASWARN (cbrtl); variable
371 # undef cbrtl macro
373 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 670 # undef cbrtl
671 # define cbrtl rpl_cbrtl
673 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
674 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x));
677 _GL_FUNCDECL_SYS (cbrtl, long double, (long double x));
679 _GL_CXXALIAS_SYS (cbrtl, long double, (long double x));
681 _GL_CXXALIASWARN (cbrtl);
683 # undef cbrtl macro
685 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable -
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 60 long double cbrtl(long double);
274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos),
359 // CHECK-NOERRNO: declare x86_fp80 @cbrtl(x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 410 long double cbrtl(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 165 /// long double cbrtl(long double x);
166 cbrtl, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 170 ldouble cbrtl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 416 long double cbrtl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 418 long double cbrtl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 413 long double cbrtl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 413 long double cbrtl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 410 long double cbrtl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 93 "cbrtl",
470 TLI.setUnavailable(LibFunc::cbrtl);
  /bionic/tests/
math_test.cpp 524 TEST(math, cbrtl) {
525 ASSERT_DOUBLE_EQ(3.0L, cbrtl(27.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 357 static_assert((std::is_same<decltype(cbrtl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 588 __tg_cbrt(long double __x) {return cbrtl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 567 milliseconds