/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/ |
D | ia64_rounding_control.hpp | 55 static float to_int(const float& x) { return rintf(x); } in to_int() function 63 static double to_int(const double& r) { return rint(r); } in to_int() function 71 static long double to_int(const long double& r) { return rintl(r); } in to_int() function
|
D | sparc_rounding_control.hpp | 87 static float to_int(const float& x) { return rintf(x); } in to_int() function 95 static double to_int(const double& x) { return rint(x); } in to_int() function 103 static long double to_int(const long double& x) { return rint(x); } in to_int() function
|
D | alpha_rounding_control.hpp | 87 static float to_int(const float& x) { return rintf(x); } in to_int() function 95 static double to_int(const double& r) { return rint(r); } in to_int() function 103 static long double to_int(const long double& r) { return rintl(r); } in to_int() function
|
D | ppc_rounding_control.hpp | 73 static float to_int(const float& x) { return rintf(x); } in to_int() function 81 static double to_int(const double& r) { return rint(r); } in to_int() function 89 static long double to_int(const long double& r) { return rint(r); } in to_int() function
|
D | x86gcc_rounding_control.hpp | 38 static T to_int(T r) in to_int() function
|
D | msvc_rounding_control.hpp | 105 static double to_int(const double& x) { return rint(x); } in to_int() function
|
D | bcc_rounding_control.hpp | 49 static double to_int(const double& x) { return rint(x); } in to_int() function
|
D | c99sub_rounding_control.hpp | 35 static T to_int(const T& r) { return rint(r); } in to_int() function
|
/external/clang/test/SemaCXX/Inputs/ |
D | register.h | 5 #define to_int(x) ({ register int n = (x); n; }) macro
|
/external/compiler-rt/test/msan/ |
D | vector_cvt.cc | 7 int to_int(double v) { in to_int() function
|
/external/pigweed/pw_bluetooth_sapphire/host/common/ |
D | device_class.cc | 105 uint32_t DeviceClass::to_int() const { in to_int() function in bt::DeviceClass
|
/external/sdv/vsomeip/third_party/boost/detail/test/ |
D | binary_search_test.cpp | 76 inline unsigned to_int(unsigned x) { return x; } in to_int() function 77 inline unsigned to_int(const std::string& x) { return atoi(x.c_str()); } in to_int() function
|
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
D | rounding.hpp | 30 static const T& to_int(const T& x) { return x; } in to_int() function
|
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.h | 43 int to_int() const { return m_major * 10 + m_minor; } in to_int() function
|
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/ |
D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 641 constexpr int to_int(int x) { return x; } in to_int() function 642 int to_int(LifetimeIterator::Value x) { return x.i_; } in to_int() function
|
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/ |
D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 641 constexpr int to_int(int x) { return x; } in to_int() function 642 int to_int(LifetimeIterator::Value x) { return x.i_; } in to_int() function
|
/external/pytorch/torch/fx/experimental/ |
D | validator.py | 165 def to_int(x: z3.ArithRef) -> z3.ArithRef: member in _Z3Ops
|
/external/pytorch/functorch/csrc/dim/ |
D | minpybind.h | 392 Py_ssize_t to_int(handle h) { in to_int() function
|
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 236 typename Type::type to_int () const { return Type::v; } in to_int() function 363 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int() function
|
D | hb-cff-interp-common.hh | 223 int to_int () const { return value; } in to_int() function
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 385 (*to_int)( PS_Parser parser ); member
|
/external/skia/tests/ |
D | SkRasterPipelineTest.cpp | 2269 static float to_int(float a) { return sk_bit_cast<float>((int)a); } in to_int() function
|
/external/pytorch/test/ |
D | test_jit.py | 5835 def to_int(x): function
|