Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/util/
Dansi-print.cc46 lround (double x) in lround() function
204 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd); in set()
300 unsigned int which = lround (((best_i + 1) * 8) / bi.height); in block_best()
332 unsigned int which = lround (((best_i + 1) * 8) / bi.width); in block_best()
/external/clang/test/CodeGen/
Dlibcall-declarations.c133 long int lround(double);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
/external/iptables/extensions/
Dlibxt_statistic.c69 info->u.random.probability = lround(0x80000000 * cb->val.dbl); in statistic_parse()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp90 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
1169 static_assert((std::is_same<decltype(std::lround((float)0)), long>::value), ""); in test_lround()
1170 static_assert((std::is_same<decltype(std::lround((bool)0)), long>::value), ""); in test_lround()
1171 static_assert((std::is_same<decltype(std::lround((unsigned short)0)), long>::value), ""); in test_lround()
1172 static_assert((std::is_same<decltype(std::lround((int)0)), long>::value), ""); in test_lround()
1173 static_assert((std::is_same<decltype(std::lround((unsigned int)0)), long>::value), ""); in test_lround()
1174 static_assert((std::is_same<decltype(std::lround((long)0)), long>::value), ""); in test_lround()
1175 static_assert((std::is_same<decltype(std::lround((unsigned long)0)), long>::value), ""); in test_lround()
1176 static_assert((std::is_same<decltype(std::lround((long long)0)), long>::value), ""); in test_lround()
1177 static_assert((std::is_same<decltype(std::lround((unsigned long long)0)), long>::value), ""); in test_lround()
[all …]
/external/clang/lib/Headers/
Dtgmath.h1021 __tg_lround(double __x) {return lround(__x);} in __tg_lround()
1027 #undef lround
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dcmath244 long lround (arithmetic x);
1421 // lround
1423 using ::lround;
1426 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT {return lroundf(__lcpp…
1427 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x) _NOEXCEPT {return lroundl(__lcpp…
1432 lround(_A1 __lcpp_x) _NOEXCEPT {return lround((double)__lcpp_x);}
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp509 static_assert((std::is_same<decltype(lround((double)0)), long>::value), ""); in test_lround()
512 assert(lround(1) == 1L); in test_lround()
/external/ltrace/etc/
Dlibm.so.conf128 long lround(double);
/external/flac/libFLAC/
Dlpc.c61 static inline long int lround(double x) { in lround() function
214 q = lround(error); in FLAC__lpc_quantize_coefficients()
243 q = lround(error); in FLAC__lpc_quantize_coefficients()
/external/clang/include/clang/Basic/
DBuiltins.def1028 LIBBUILTIN(lround, "Lid", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2230 fun:lround=uninstrumented