/aosp_15_r20/external/executorch/runtime/core/portable_type/ |
H A D | half.h | 43 struct alignas(2) Half { struct 56 Half() = default; argument 58 constexpr Half(uint16_t bits, from_bits_t) : x(bits) {} in Half() argument 373 inline Half::Half(float value) : y(value) {} in Half() function 375 inline Half::Half(float value) in Half() function
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Half.h | 355 struct alignas(2) Half { struct 365 C10_HOST_DEVICE Half() = default; argument 370 constexpr C10_HOST_DEVICE Half(unsigned short bits, from_bits_t) : x(bits) {} in Half() argument
|
H A D | Half-inl.h | 37 inline Half::Half(float16_t value) : x(detail::fp16_to_bits(value)) {} in Half() function 79 inline C10_HOST_DEVICE Half::Half(const __half& value) { in Half() function 88 inline C10_HOST_DEVICE Half::Half(const sycl::half& value) { in Half() function
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | Half.java | 97 public final class Half extends Number implements Comparable<Half> { class 163 public Half(@HalfFloat short value) { in Half() method in Half 175 public Half(float value) { in Half() method in Half 187 public Half(double value) { in Half() method in Half 208 public Half(@NonNull String value) throws NumberFormatException { in Half() method in Half
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | CUDABlas.cpp | 519 void bgemm_internal_cublas<at::Half>(CUDABLAS_BGEMM_ARGTYPES(at::Half)) { in bgemm_internal_cublas() 652 void bgemm_internal<at::Half>(CUDABLAS_BGEMM_ARGTYPES(at::Half)) in bgemm_internal() 763 void bgemm<at::Half>(CUDABLAS_BGEMM_ARGTYPES(at::Half)) { in bgemm() 852 void gemm_internal_cublas<at::Half>(CUDABLAS_GEMM_ARGTYPES(at::Half)) { in gemm_internal_cublas() 1052 void gemm_internal<at::Half>(CUDABLAS_GEMM_ARGTYPES(at::Half)) in gemm_internal() 1159 void gemm<at::Half>(CUDABLAS_GEMM_ARGTYPES(at::Half)) { in gemm() 1875 void gemv<at::Half>(CUDABLAS_GEMV_ARGTYPES(at::Half)) { in gemv() 1945 void dot<at::Half>(CUDABLAS_DOT_ARGTYPES(at::Half)) { in dot()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | test_elf_image_builder.h | 22 using Half = Elf32_Half; variable 29 using Half = Elf64_Half; variable
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/ |
D | SizeTraits.h | 47 typedef llvm::ELF::Elf32_Half Half; typedef 65 typedef llvm::ELF::Elf64_Half Half; typedef
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | Pooling2dEndToEndTestImpl.hpp | 82 using Half = half_float::half; in MaxPool2dEndToEndFloat16() typedef 146 using Half = half_float::half; in AvgPool2dEndToEndFloat16() typedef
|
/aosp_15_r20/art/libelffile/elf/ |
H A D | elf_utils.h | 31 using Half = Elf32_Half; member 46 using Half = Elf64_Half; member
|
/aosp_15_r20/external/executorch/runtime/core/exec_aten/ |
H A D | exec_aten.h | 78 using Half = c10::Half; variable 122 using Half = torch::executor::Half; variable
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | elfutils.h | 86 typedef Elf32_Half Half; typedef 105 typedef Elf64_Half Half; typedef
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/cgo/ |
H A D | split_import_cgo.go | 8 func Half(x int) int { func
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/ |
H A D | NestedTensorTransformerFunctions.cu | 1069 at::PackedTensorAccessor32<c10::Half, 2, at::RestrictPtrTraits> values, in jagged_dense_dense_elementwise_jagged_output_opt_gather_kernel_() 1070 const at::PackedTensorAccessor32<c10::Half, 2, at::RestrictPtrTraits> in jagged_dense_dense_elementwise_jagged_output_opt_gather_kernel_()
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | TestUtils.hpp | 15 using Half = half_float::half; typedef
|
/aosp_15_r20/external/armnn/src/armnnUtils/ |
H A D | Half.hpp | 22 using Half = half_float::half; //import half float implementation typedef
|
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | TestHalfTensor.hpp | 13 using Half = half_float::half; typedef
|
/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | sinh_3u.c | 13 #define Half 0x3fe0000000000000 macro
|
H A D | sinhf_2u3.c | 13 #define Half 0x3f000000 macro
|
H A D | sv_atanhf_2u8.c | 16 #define Half (0x3f000000) macro
|
H A D | sv_atanh_3u3.c | 16 #define Half (0x3fe0000000000000) macro
|
H A D | asinf_2u5.c | 14 #define Half 0x3f000000 macro
|
H A D | acosf_1u4.c | 14 #define Half 0x3f000000 macro
|
H A D | asin_3u.c | 14 #define Half 0x3fe0000000000000 macro
|
H A D | acos_2u.c | 14 #define Half 0x3fe0000000000000 macro
|
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/ |
H A D | elf.h | 54 using Half = uint16_t; member 105 using Half = uint16_t; member
|