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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_expm1f.c 42 expm1f(float x) function
  /external/bison/darwin-lib/
math.h 939 # undef expm1f
940 # define expm1f rpl_expm1f
942 _GL_FUNCDECL_RPL (expm1f, float, (float x));
943 _GL_CXXALIAS_RPL (expm1f, float, (float x));
946 _GL_FUNCDECL_SYS (expm1f, float, (float x));
948 _GL_CXXALIAS_SYS (expm1f, float, (float x));
950 _GL_CXXALIASWARN (expm1f);
952 # undef expm1f macro
954 _GL_WARN_ON_USE (expm1f, "expm1f is unportable -
    [all...]
  /external/bison/lib/
math.in.h 627 # undef expm1f macro
628 # define expm1f rpl_expm1f macro
630 _GL_FUNCDECL_RPL (expm1f, float, (float x));
631 _GL_CXXALIAS_RPL (expm1f, float, (float x));
634 _GL_FUNCDECL_SYS (expm1f, float, (float x));
636 _GL_CXXALIAS_SYS (expm1f, float, (float x));
638 _GL_CXXALIASWARN (expm1f); variable
640 # undef expm1f macro
642 _GL_WARN_ON_USE (expm1f, "expm1f is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 939 # undef expm1f
940 # define expm1f rpl_expm1f
942 _GL_FUNCDECL_RPL (expm1f, float, (float x));
943 _GL_CXXALIAS_RPL (expm1f, float, (float x));
946 _GL_FUNCDECL_SYS (expm1f, float, (float x));
948 _GL_CXXALIAS_SYS (expm1f, float, (float x));
950 _GL_CXXALIASWARN (expm1f);
952 # undef expm1f macro
954 _GL_WARN_ON_USE (expm1f, "expm1f is unportable -
    [all...]

Completed in 171 milliseconds