/external/harfbuzz_ng/util/ |
D | ansi-print.cc | 46 lround (double x) in lround() function 206 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd); in set() 303 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height); in block_best() 335 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.width); in block_best()
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 141 __DEVICE__ long lround(double); 142 __DEVICE__ long lround(float); 237 using ::lround;
|
D | tgmath.h | 1021 __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/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 88 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function 1221 static_assert((std::is_same<decltype(lround((float)0)), long>::value), ""); in test_lround() 1222 static_assert((std::is_same<decltype(lround((bool)0)), long>::value), ""); in test_lround() 1223 static_assert((std::is_same<decltype(lround((unsigned short)0)), long>::value), ""); in test_lround() 1224 static_assert((std::is_same<decltype(lround((int)0)), long>::value), ""); in test_lround() 1225 static_assert((std::is_same<decltype(lround((unsigned int)0)), long>::value), ""); in test_lround() 1226 static_assert((std::is_same<decltype(lround((long)0)), long>::value), ""); in test_lround() 1227 static_assert((std::is_same<decltype(lround((unsigned long)0)), long>::value), ""); in test_lround() 1228 static_assert((std::is_same<decltype(lround((long long)0)), long>::value), ""); in test_lround() 1229 static_assert((std::is_same<decltype(lround((unsigned long long)0)), long>::value), ""); in test_lround() [all …]
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 133 long int lround(double); 288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 91 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function 1272 static_assert((std::is_same<decltype(std::lround((float)0)), long>::value), ""); in test_lround() 1273 static_assert((std::is_same<decltype(std::lround((bool)0)), long>::value), ""); in test_lround() 1274 static_assert((std::is_same<decltype(std::lround((unsigned short)0)), long>::value), ""); in test_lround() 1275 static_assert((std::is_same<decltype(std::lround((int)0)), long>::value), ""); in test_lround() 1276 static_assert((std::is_same<decltype(std::lround((unsigned int)0)), long>::value), ""); in test_lround() 1277 static_assert((std::is_same<decltype(std::lround((long)0)), long>::value), ""); in test_lround() 1278 static_assert((std::is_same<decltype(std::lround((unsigned long)0)), long>::value), ""); in test_lround() 1279 static_assert((std::is_same<decltype(std::lround((long long)0)), long>::value), ""); in test_lround() 1280 static_assert((std::is_same<decltype(std::lround((unsigned long long)0)), long>::value), ""); in test_lround() [all …]
|
/external/iptables/extensions/ |
D | libxt_statistic.c | 69 info->u.random.probability = lround(0x80000000 * cb->val.dbl); in statistic_parse()
|
/external/arm-optimized-routines/math/ |
D | math_config.h | 75 return lround (x); in converttoint()
|
/external/libcxx/include/ |
D | math.h | 1360 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT {return ::lroundf(__lc… in lround() function 1361 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x) _NOEXCEPT {return ::lroundl(__lc… in lround() function 1366 lround(_A1 __lcpp_x) _NOEXCEPT {return ::lround((double)__lcpp_x);} in lround() function
|
D | cmath | 248 long lround (arithmetic x); 440 using ::lround;
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 299 REGISTER_LIBM_SYMBOL(lround, long (*)(double)); // NOLINT(runtime/int) in RegisterKnownJITSymbols()
|
/external/flac/libFLAC/ |
D | lpc.c | 56 static inline long int lround(double x) { in lround() function 60 static inline long int lround(double x) { in lround() function 213 q = lround(error); in FLAC__lpc_quantize_coefficients() 242 q = lround(error); in FLAC__lpc_quantize_coefficients()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 932 if (fabs(value - lround(value)) > FLT_EPSILON) { in hud_graph_add_value() 936 fprintf(gr->fd, "%" PRIu64 "\n", (uint64_t) lround(value)); in hud_graph_add_value()
|
/external/libcxx/include/experimental/ |
D | simd | 490 template <class Abi> samesize<long int, floatv<Abi>> lround(floatv<Abi> x); 491 template <class Abi> samesize<long int, doublev<Abi>> lround(doublev<Abi> x); 492 template <class Abi> samesize<long int, ldoublev<Abi>> lround(ldoublev<Abi> x);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1057 LIBBUILTIN(lround, "Lid", "fne", "math.h", ALL_LANGUAGES)
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 3575 frb_val = lround(frb_val); in ExecuteGeneric()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2230 fun:lround=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8560 !137 = !DISubprogram(name: "lround", linkageName: "_ZL6lroundf", scope: !7, file: !7, line: 142, ty…
|