Searched defs:cbrtl (Results 1 - 4 of 4) sorted by relevance

/external/bison/darwin-lib/
H A Dmath.h670 # 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 i
[all...]
/external/bison/lib/
H A Dmath.in.h358 # 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 i
[all...]
/external/bison/linux-lib/
H A Dmath.h670 # 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 i
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h165 /// long double cbrtl(long double x);
166 cbrtl, enumerator in enum:llvm::LibFunc::Func

Completed in 699 milliseconds