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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 43 fmaf(float x, float y, float z) function
  /external/bison/darwin-lib/
math.h 1116 # undef fmaf macro
    [all...]
  /external/bison/lib/
math.in.h 791 # undef fmaf macro
792 # define fmaf rpl_fmaf macro
794 _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z));
795 _GL_CXXALIAS_RPL (fmaf, float, (float x, float y, float z));
798 _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z));
800 _GL_CXXALIAS_SYS (fmaf, float, (float x, float y, float z));
802 _GL_CXXALIASWARN (fmaf); variable
804 # undef fmaf macro
806 _GL_WARN_ON_USE (fmaf, "fmaf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1116 # undef fmaf macro
    [all...]

Completed in 198 milliseconds