Home
last modified time | relevance | path

Searched defs:nearbyint (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/include/
Dmath.h1352 inline _LIBCPP_INLINE_VISIBILITY float nearbyint(float __lcpp_x) _NOEXCEPT {return ::ne… in nearbyint() function
1353 inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::ne… in nearbyint() function
1358 nearbyint(_A1 __lcpp_x) _NOEXCEPT {return ::nearbyint((double)__lcpp_x);} in nearbyint() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp88 Ambiguous nearbyint(Ambiguous){ return Ambiguous(); } in nearbyint() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp91 Ambiguous nearbyint(Ambiguous){ return Ambiguous(); } in nearbyint() function
/external/clang/lib/Headers/
Dtgmath.h1045 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) macro
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4691 auto nearbyint = Ice::InstIntrinsicCall::create(::function, 1, result, target, intrinsic); in RoundInt() local
5934 auto nearbyint = Ice::InstIntrinsicCall::create(::function, 1, result, target, intrinsic); in RoundInt() local