Searched defs:rint (Results 1 - 13 of 13) sorted by relevance

/external/tremolo/Tremolo/
H A Dos.h61 # define rint(x) (floor((x)+0.5f)) macro
/external/libvorbis/lib/
H A Dos.h41 # define rint(x) (floor((x)+0.5f)) macro
50 # define rint(x) (floor((x)+0.5f)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java916 public Dfp rint() { method in class:Dfp
942 final Dfp result = this.subtract(this.divide(d).rint().multiply(d));
1051 rounded = rint();
2353 y = y.multiply(newInstance(4503599627370496l)).rint();
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java3743 public static double rint(double x) { method in class:FastMath
/external/bison/darwin-lib/
H A Dmath.h2035 _GL_FUNCDECL_SYS (rint, double, (double x));
2037 _GL_CXXALIAS_SYS (rint, double, (double x));
2038 _GL_CXXALIASWARN (rint);
2040 # undef rint macro
2042 _GL_WARN_ON_USE (rint, "rint is unportable - "
2043 "use gnulib module rint for portability");
/external/bison/lib/
H A Dmath.in.h1723 _GL_FUNCDECL_SYS (rint, double, (double x));
1725 _GL_CXXALIAS_SYS (rint, double, (double x));
1726 _GL_CXXALIASWARN (rint); variable
1728 # undef rint macro
1730 _GL_WARN_ON_USE (rint, "rint is unportable - "
1731 "use gnulib module rint for portability");
/external/bison/linux-lib/
H A Dmath.h2035 _GL_FUNCDECL_SYS (rint, double, (double x));
2037 _GL_CXXALIAS_SYS (rint, double, (double x));
2038 _GL_CXXALIASWARN (rint);
2040 # undef rint macro
2042 _GL_WARN_ON_USE (rint, "rint is unportable - "
2043 "use gnulib module rint for portability");
/external/clang/lib/Headers/
H A Dtgmath.h1123 // rint
1131 __tg_rint(double __x) {return rint(__x);}
1137 #undef rint macro
1138 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x)) macro
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp96 Ambiguous rint(Ambiguous){ return Ambiguous(); } function
1303 static_assert((std::is_same<decltype(std::rint((float)0)), float>::value), "");
1304 static_assert((std::is_same<decltype(std::rint((bool)0)), double>::value), "");
1305 static_assert((std::is_same<decltype(std::rint((unsigned short)0)), double>::value), "");
1306 static_assert((std::is_same<decltype(std::rint((int)0)), double>::value), "");
1307 static_assert((std::is_same<decltype(std::rint((unsigned int)0)), double>::value), "");
1308 static_assert((std::is_same<decltype(std::rint((long)0)), double>::value), "");
1309 static_assert((std::is_same<decltype(std::rint((unsigned long)0)), double>::value), "");
1310 static_assert((std::is_same<decltype(std::rint((long long)0)), double>::value), "");
1311 static_assert((std::is_same<decltype(std::rint((unsigne
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h505 friend const mpreal rint (const mpreal& v, mp_rnd_t rnd_mode);
2504 inline const mpreal rint (const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UNARY_MATH_FUNCTION_BODY(rint ); } function in namespace:mpfr
/external/libvncserver/x11vnc/
H A Dcursor.c1532 int depth = 0, rint; local
1560 rint = get_exact_cursor(0);
1561 return rint;
1566 rint = get_exact_cursor(0);
1567 return rint;
1955 int x, y, rint; local
2022 rint = set_cursor(x, y, get_which_cursor());
2023 return rint;
/external/deqp/framework/common/
H A DtcuTexture.cpp1136 static inline float rint (float a) function in namespace:tcu
1194 return (float)size * deFloatAbs(c - 2.0f * rint(0.5f * c));
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 432 milliseconds