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

  /bionic/libm/upstream-freebsd/lib/msun/src/
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
  /ndk/sources/android/support/src/
math_support.c 71 __attribute__((weak)) long double cbrtl(long double x) { return cbrt((double)x); } function
  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 165 /// long double cbrtl(long double x);
166 cbrtl, enumerator in enum:llvm::LibFunc::Func

Completed in 183 milliseconds