Home
last modified time | relevance | path

Searched defs:round_to_long (Results 1 – 2 of 2) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/utils/MPFRWrapper/
DMPFRUtils.cpp447 bool round_to_long(long &result) const { in round_to_long() function in LIBC_NAMESPACE_DECL::testing::mpfr::MPFRNumber
457 bool round_to_long(mpfr_rnd_t rnd, long &result) const { in round_to_long() function in LIBC_NAMESPACE_DECL::testing::mpfr::MPFRNumber
1393 template <typename T> bool round_to_long(T x, long &result) { in round_to_long() function
1405 template <typename T> bool round_to_long(T x, RoundingMode mode, long &result) { in round_to_long() function
/external/cronet/stable/third_party/llvm-libc/src/utils/MPFRWrapper/
DMPFRUtils.cpp447 bool round_to_long(long &result) const { in round_to_long() function in LIBC_NAMESPACE_DECL::testing::mpfr::MPFRNumber
457 bool round_to_long(mpfr_rnd_t rnd, long &result) const { in round_to_long() function in LIBC_NAMESPACE_DECL::testing::mpfr::MPFRNumber
1393 template <typename T> bool round_to_long(T x, long &result) { in round_to_long() function
1405 template <typename T> bool round_to_long(T x, RoundingMode mode, long &result) { in round_to_long() function