Searched defs:modf (Results 1 - 5 of 5) sorted by relevance

/external/bison/darwin-lib/
H A Dmath.h1888 # undef modf
1889 # define modf rpl_modf
1891 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1892 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
1894 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
1896 _GL_CXXALIASWARN (modf);
1898 # undef modf macro
1900 _GL_WARN_ON_USE (modf, "modf has portability problems - "
1901 "use gnulib module modf fo
[all...]
/external/bison/lib/
H A Dmath.in.h1576 # undef modf macro
1577 # define modf rpl_modf macro
1579 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1580 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
1582 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
1584 _GL_CXXALIASWARN (modf); variable
1586 # undef modf macro
1588 _GL_WARN_ON_USE (modf, "modf has portability problems - "
1589 "use gnulib module modf fo
[all...]
/external/bison/linux-lib/
H A Dmath.h1888 # undef modf
1889 # define modf rpl_modf
1891 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1892 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr));
1894 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr));
1896 _GL_CXXALIASWARN (modf);
1898 # undef modf macro
1900 _GL_WARN_ON_USE (modf, "modf has portability problems - "
1901 "use gnulib module modf fo
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h432 friend const mpreal modf(const mpreal& v, mpreal& n);
1938 inline const mpreal modf(const mpreal& v, mpreal& n) function in namespace:mpfr
2523 return IsInf(x) || (std::modf ( std::ldexp ( std::frexp ( x, &i ), n ), &t ) == 0.0);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h432 /// double modf(double x, double *iptr);
433 modf, enumerator in enum:llvm::LibFunc::Func

Completed in 1274 milliseconds