Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 923) sorted by relevance

12345678910>>...37

/aosp_15_r20/external/eigen/Eigen/src/Core/arch/Default/
H A DHalf.h142 struct half : public half_impl::half_base { struct
150 typedef half_impl::__half_raw __half_raw; argument
163 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half() {} in half() argument
165 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(const __half_raw& h) : half_impl::half_base(h) {} in half() argument
169 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(const __half& h) : half_impl::half_base(h) {} in half() argument
172 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(const __half& h) : half_impl::half_base(h) {} in half() function
178 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(bool b) in half() argument
181 explicit EIGEN_DEVICE_FUNC half(T val) in half() function
183 explicit EIGEN_DEVICE_FUNC half(float f) in half() function
189 explicit EIGEN_DEVICE_FUNC half(std::complex<RealScalar> c) in half() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dbinary_search.hpp43 typename traits::difference_type half; in lower_bound() local
68 typename traits::difference_type half; in lower_bound() local
93 typename traits::difference_type half; in upper_bound() local
118 typename traits::difference_type half; in upper_bound() local
143 typename traits::difference_type half; in equal_range() local
175 typename traits::difference_type half; in equal_range() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
H A DTestCoroutineSchedulerTest.kt263 val half = SLOW / 2 in <lambda>() constant
274 val half = SLOW / 2 in <lambda>() constant
286 val half = SLOW / 2 in <lambda>() constant
302 val half = SLOW / 2 in <lambda>() constant
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dfibo.go34 half = flag.Bool("half", false, "use half-digit addition") var
184 func fibo(n int, half, opt bool) nat { argument
242 func test(half, opt bool) { argument
269 func benchFibo(b *testing.B, n int, half, opt bool) { argument
275 func doBench(half, opt bool) { argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/special_math/
H A Dspecial_math_op_misc_impl.h86 const Scalar half = Scalar(0.5); in generic_dawsn_interval_2() local
114 const Scalar half = Scalar(0.5); in generic_dawsn_interval_3() local
129 const Scalar half = Scalar(0.5); in operator() local
507 const Scalar half = Scalar(0.5); in generic_fresnel_asymp() local
537 const Scalar half = Scalar(0.5); in operator() local
570 const Scalar half = Scalar(0.5); in operator() local
619 const Scalar half = Scalar(0.5); in operator() local
/aosp_15_r20/external/FP16/include/fp16/
H A Dpsimd.h14 PSIMD_INTRINSIC psimd_f32 fp16_ieee_to_fp32_psimd(psimd_u16 half) { in fp16_ieee_to_fp32_psimd()
37 PSIMD_INTRINSIC psimd_f32x2 fp16_ieee_to_fp32x2_psimd(psimd_u16 half) { in fp16_ieee_to_fp32x2_psimd()
72 PSIMD_INTRINSIC psimd_f32 fp16_alt_to_fp32_psimd(psimd_u16 half) { in fp16_alt_to_fp32_psimd()
97 PSIMD_INTRINSIC psimd_f32x2 fp16_alt_to_fp32x2_psimd(psimd_u16 half) { in fp16_alt_to_fp32x2_psimd()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dmerge_sort.hpp72 size_type const half = count/2; in merge_sort_copy() local
95 size_type const half = count/2; in merge_sort_uninitialized_copy() local
120 size_type const half = count/2; in merge_sort() local
147 size_type const half = count/2; in merge_sort_with_constructed_buffer() local
/aosp_15_r20/external/skia/experimental/lowp-basic/
H A Dlerp-study.cpp42 const int16_t half = 1 << (logPixelScale - 1); in saturating_lerp() local
53 const int16_t half = 1 << (logPixelScale - 1); in ssse3_lerp() local
73 const int16_t half = 1 << logPixelScale; in balanced_lerp() local
/aosp_15_r20/external/eigen/test/
H A DsparseLM.cpp38 int half = n/2; in model() local
65 int half = n/2; in operator ()() local
90 int half = n/2; in df() local
H A DdenseLM.cpp39 int half = n/2; in model() local
64 int half = n/2; in operator ()() local
85 int half = n/2; in df() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DElementwisePower.cpp108 FIXTURE_DATA_TEST_CASE(RunWithActivation, CLElementwisePowerFloatFixture<half>, framework::DatasetM… in FIXTURE_DATA_TEST_CASE()
116 FIXTURE_DATA_TEST_CASE(RunSmallBroadcast, CLElementwisePowerBroadcastFloatFixture<half>, framework:… in FIXTURE_DATA_TEST_CASE()
124 FIXTURE_DATA_TEST_CASE(RunWithActivationBroadcast, CLElementwisePowerBroadcastFloatFixture<half>, f… in FIXTURE_DATA_TEST_CASE()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/math/include/math/
Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function

12345678910>>...37