Searched defs:frexpf (Results 1 - 4 of 4) sorted by last modified time

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h299 /// float frexpf(float num, int *exp);
300 frexpf, enumerator in enum:llvm::LibFunc::Func
/external/bison/darwin-lib/
H A Dmath.h1254 # undef frexpf
1255 # define frexpf rpl_frexpf
1257 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1258 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
1261 # undef frexpf
1262 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1264 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
1266 _GL_CXXALIASWARN (frexpf);
1268 # undef frexpf macro
1270 _GL_WARN_ON_USE (frexpf, "frexp
[all...]
/external/bison/lib/
H A Dmath.in.h942 # undef frexpf macro
943 # define frexpf rpl_frexpf macro
945 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
946 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
949 # undef frexpf macro
950 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
952 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
954 _GL_CXXALIASWARN (frexpf); variable
956 # undef frexpf macro
958 _GL_WARN_ON_USE (frexpf, "frexp
[all...]
/external/bison/linux-lib/
H A Dmath.h1254 # undef frexpf
1255 # define frexpf rpl_frexpf
1257 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1258 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
1261 # undef frexpf
1262 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1264 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
1266 _GL_CXXALIASWARN (frexpf);
1268 # undef frexpf macro
1270 _GL_WARN_ON_USE (frexpf, "frexp
[all...]

Completed in 196 milliseconds