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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtf.c 23 /* cbrtf(x)
31 cbrtf(float x) function
  /external/bison/darwin-lib/
math.h 633 # undef cbrtf
634 # define cbrtf rpl_cbrtf
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
640 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
642 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
644 _GL_CXXALIASWARN (cbrtf);
646 # undef cbrtf macro
648 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable -
    [all...]
  /external/bison/lib/
math.in.h 321 # undef cbrtf macro
322 # define cbrtf rpl_cbrtf macro
324 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
325 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
328 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
330 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
332 _GL_CXXALIASWARN (cbrtf); variable
334 # undef cbrtf macro
336 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 633 # undef cbrtf
634 # define cbrtf rpl_cbrtf
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
640 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
642 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
644 _GL_CXXALIASWARN (cbrtf);
646 # undef cbrtf macro
648 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable -
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 163 /// float cbrtf(float x);
164 cbrtf, enumerator in enum:llvm::LibFunc::Func

Completed in 458 milliseconds