/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | NumericLimits.cuh | 36 static inline __host__ __device__ bool lowest() { return false; } in lowest() function 44 static inline __host__ __device__ uint8_t lowest() { return 0; } in lowest() function 52 static inline __host__ __device__ int8_t lowest() { return INT8_MIN; } in lowest() function 60 static inline __host__ __device__ int16_t lowest() { return INT16_MIN; } in lowest() function 68 static inline __host__ __device__ int32_t lowest() { return INT32_MIN; } in lowest() function 77 static inline __host__ __device__ int64_t lowest() { return _I64_MIN; } in lowest() function 91 …static inline __host__ __device__ at::Half lowest() { return at::Half(0xFBFF, at::Half::from_bits(… in lowest() function 99 …static inline __host__ __device__ at::BFloat16 lowest() { return at::BFloat16(0xFF7F, at::BFloat16… in lowest() function 107 static inline __host__ __device__ float lowest() { return -FLT_MAX; } in lowest() function 115 static inline __host__ __device__ double lowest() { return -DBL_MAX; } in lowest() function
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | stl_emulation.h | 94 static T lowest() { in lowest() function 102 static float lowest() { return -FLT_MAX; } in lowest() function 108 static double lowest() { return -DBL_MAX; } in lowest() function 115 static unsigned long long lowest() { in lowest() function 129 static long long lowest() { in lowest() function
|
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/ |
H A D | stl_emulation.h | 99 static T lowest() { in lowest() function 107 static float lowest() { return -FLT_MAX; } in lowest() function 113 static double lowest() { return -DBL_MAX; } in lowest() function 120 static unsigned long long lowest() { in lowest() function 134 static long long lowest() { in lowest() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/example/ |
D | duration.hpp | 388 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest() function 393 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest() function 398 static float lowest() throw() {return -(std::numeric_limits<float>::max) ();} in lowest() function 403 static double lowest() throw() {return -(std::numeric_limits<double>::max) ();} in lowest() function 408 static long double lowest() throw() {return -(std::numeric_limits<long double>::max)();} in lowest() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/ |
D | duration.hpp | 343 …static BOOST_CHRONO_LIB_CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::nume… in lowest() function 348 …static BOOST_CHRONO_LIB_CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::nume… in lowest() function 353 static BOOST_CHRONO_LIB_CONSTEXPR float lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest() function 361 static BOOST_CHRONO_LIB_CONSTEXPR double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest() function 369 static BOOST_CHRONO_LIB_CONSTEXPR long double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/ |
D | bounds.hpp | 26 static N lowest () { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } in lowest() function in boost::numeric::boundsdetail::Integral 38 … static N lowest () { return static_cast<N>(-limits::max BOOST_PREVENT_MACRO_SUBSTITUTION ()) ; } in lowest() function in boost::numeric::boundsdetail::Float
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/ |
H A D | Correct.java | 87 Integer lowest = a1[x]; in stupidSort() local 106 Integer lowest = a1[x]; in stupidSort() local
|
/aosp_15_r20/external/libwebsockets/lib/core-net/ |
H A D | sorted-usec-list.c | 125 lws_usec_t lowest = 0; in __lws_sul_service_ripe() local 240 lws_usec_t lowest = 0; in lws_sul_earliest_wakeable_event() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/numeric/ |
H A D | int128.h | 286 static constexpr absl::uint128 lowest() { return 0; } in lowest() function 521 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
H A D | int128.h | 290 static constexpr absl::uint128 lowest() { return 0; } in lowest() function 525 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
|
/aosp_15_r20/external/abseil-cpp/absl/numeric/ |
H A D | int128.h | 297 static constexpr absl::uint128 lowest() { return 0; } in lowest() function 542 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128.h | 290 static constexpr absl::uint128 lowest() { return 0; } in lowest() function 525 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/numeric/ |
H A D | int128.h | 290 static constexpr absl::uint128 lowest() { return 0; } in lowest() function 525 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/numeric/ |
H A D | int128.h | 294 static constexpr absl::uint128 lowest() { return 0; } in lowest() function 537 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/numeric/ |
H A D | int128.h | 301 static constexpr absl::uint128 lowest() { return 0; } in lowest() function 550 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | hex_float.h | 47 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 47 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/ |
H A D | hex_float.h | 56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | bounds_test.cpp | 31 T lowest = bounds<T>::lowest () ; in test_bounds() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
|
/aosp_15_r20/external/ComputeLibrary/support/ |
H A D | Bfloat16.h | 120 static bfloat16 lowest() in lowest() function
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Locale/ |
H A D | AvailableLocalesTest.java | 101 Locale lowest = null; in printLocales() local
|
/aosp_15_r20/external/libchrome/base/ |
H A D | safe_numerics_unittest.cc | 1345 static constexpr T lowest() { return numeric_limits<T>::lowest() + 1; } in lowest() function 1354 static constexpr T lowest() { return 1; } in lowest() function
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Float8_e4m3fn-inl.h | 252 static constexpr c10::Float8_e4m3fn lowest() { in lowest() function
|