/aosp_15_r20/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 | 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 | 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 | 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/clang/test/SemaCXX/Inputs/ |
H A D | register.h | 5 #define to_int(x) ({ register int n = (x); n; }) macro
|
/aosp_15_r20/external/compiler-rt/test/msan/ |
H A D | vector_cvt.cc | 7 int to_int(double v) { in to_int() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A D | device_class.cc | 105 uint32_t DeviceClass::to_int() const { in to_int() function in bt::DeviceClass
|
/aosp_15_r20/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
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | testHarness.h | 43 int to_int() const { return m_major * 10 + m_minor; } in to_int() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/test/ |
D | device_class_test.cc | 193 TEST_F(DeviceClassTest, to_int) { in TEST_F() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 109 pub fn to_int(self) -> Simd<T, N> { in to_int() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 109 pub fn to_int(self) -> Simd<T, N> { in to_int() function
|
H A D | full_masks.rs | 123 pub fn to_int(self) -> Simd<T, N> { in to_int() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 109 pub fn to_int(self) -> Simd<T, N> { in to_int() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 109 pub fn to_int(self) -> Simd<T, N> { in to_int() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/ |
H A D | bitmask.rs | 109 pub fn to_int(self) -> Simd<T, N> { in to_int() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/plugins/ |
D | parsed_cmd.py | 78 def to_int(in_value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/plugins/ |
D | parsed_cmd.py | 78 def to_int(in_value): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/plugins/ |
D | parsed_cmd.py | 78 def to_int(in_value): function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/ |
H A D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 639 constexpr int to_int(int x) { return x; } in to_int() function 640 int to_int(LifetimeIterator::Value x) { return x.i_; } in to_int() function
|