Home
last modified time | relevance | path

Searched defs:lowest (Results 1 – 25 of 65) sorted by relevance

123

/external/pytorch/aten/src/ATen/cuda/
DNumericLimits.cuh36 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
/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/
Dbounds.hpp26 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
/external/libwebsockets/lib/core-net/
Dsorted-usec-list.c125 lws_usec_t lowest = 0; in __lws_sul_service_ripe() local
240 lws_usec_t lowest = 0; in lws_sul_earliest_wakeable_event() local
/external/deqp-deps/glslang/SPIRV/
Dhex_float.h47 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/external/angle/third_party/glslang/src/SPIRV/
Dhex_float.h47 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/external/sdv/vsomeip/third_party/boost/ratio/example/
Dduration.hpp388 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
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/
Dbounds_test.cpp31 T lowest = bounds<T>::lowest () ; in test_bounds() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dhex_float.h56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/external/angle/third_party/spirv-tools/src/source/util/
Dhex_float.h56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/external/ComputeLibrary/support/
DBfloat16.h120 static bfloat16 lowest() in lowest() function
DToolchainSupport.h277 inline T lowest() in lowest() function
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/
Dduration.hpp343 …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
/external/ml_dtypes/ml_dtypes/include/
Dmxfloat.h155 static constexpr float6_e2m3fn lowest() { in lowest() function
193 static constexpr float6_e3m2fn lowest() { in lowest() function
231 static constexpr float4_e2m1fn lowest() { in lowest() function
Dfloat8.h617 static constexpr float8_e3m4 lowest() { in lowest() function
681 static constexpr float8_e4m3 lowest() { in lowest() function
746 static constexpr float8_e4m3fn lowest() { in min() function
806 static constexpr float8_e4m3b11fnuz lowest() { in min() function
864 static constexpr float8_e4m3fnuz lowest() { in min() function
919 static constexpr float8_e5m2 lowest() { in min() function
982 static constexpr float8_e5m2fnuz lowest() { in min() function
1039 static constexpr float8_e8m0fnu lowest() { in min() function
Dintn.h79 static constexpr intN lowest() { in lowest() function
290 static constexpr intN lowest() noexcept { return intN::lowest(); } in lowest() function
/external/pytorch/c10/util/
DFloat8_e4m3fn-inl.h252 static constexpr c10::Float8_e4m3fn lowest() { in lowest() function
DFloat8_e4m3fnuz-inl.h253 static constexpr c10::Float8_e4m3fnuz lowest() { in lowest() function
DFloat8_e5m2fnuz-inl.h261 static constexpr c10::Float8_e5m2fnuz lowest() { in lowest() function
DFloat8_e5m2-inl.h264 static constexpr c10::Float8_e5m2 lowest() { in lowest() function
DHalf-inl.h322 static constexpr c10::Half lowest() { in lowest() function
/external/tensorflow/tensorflow/core/kernels/
Dquantized_pooling_ops.cc96 const int32_t lowest = static_cast<int32>(Eigen::NumTraits<T>::lowest()); in Compute() local
Dreference_gemm.h68 const int32_t lowest = static_cast<int32>(Eigen::NumTraits<T3>::lowest()); in ReferenceGemm() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops.h28 int64 lowest = static_cast<int64_t>(Eigen::NumTraits<T>::lowest()); in MklFloatForOneQuantizedLevel() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dschedule_aware_collective_ops_cse.cc107 int64_t lowest = height[hlo]; in RunOnComputation() local

123