/external/executorch/runtime/core/portable_type/ |
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
|
/external/pytorch/c10/util/ |
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() function
|
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
|
/external/cronet/stable/base/debug/ |
D | test_elf_image_builder.h | 22 using Half = Elf32_Half; variable 29 using Half = Elf64_Half; variable
|
/external/cronet/tot/base/debug/ |
D | test_elf_image_builder.h | 22 using Half = Elf32_Half; variable 29 using Half = Elf64_Half; variable
|
/external/bazelbuild-rules_go/tests/core/cgo/ |
D | split_import_cgo.go | 8 func Half(x int) int { func
|
/external/armnn/delegate/test/ |
D | TestUtils.hpp | 15 using Half = half_float::half; typedef
|
/external/android-nn-driver/test/ |
D | TestHalfTensor.hpp | 13 using Half = half_float::half; typedef
|
/external/armnn/src/armnnUtils/ |
D | Half.hpp | 22 using Half = half_float::half; //import half float implementation typedef
|
/external/armnn/src/backends/backendsCommon/test/ |
D | Pooling2dEndToEndTestImpl.hpp | 82 using Half = half_float::half; in MaxPool2dEndToEndFloat16() typedef 146 using Half = half_float::half; in AvgPool2dEndToEndFloat16() typedef
|
D | ReshapeEndToEndTestImpl.hpp | 71 using Half = half_float::half; in ReshapeEndToEndFloat16() typedef
|
/external/arm-optimized-routines/math/aarch64/experimental/ |
D | sinh_3u.c | 14 #define Half 0x3fe0000000000000 macro
|
D | sinhf_2u3.c | 14 #define Half 0x3f000000 macro
|
D | acosf_1u4.c | 14 #define Half 0x3f000000 macro
|
D | asinf_2u5.c | 14 #define Half 0x3f000000 macro
|
D | acos_2u.c | 14 #define Half 0x3fe0000000000000 macro
|
D | asin_3u.c | 14 #define Half 0x3fe0000000000000 macro
|
D | atanh_3u.c | 14 #define Half 0x3fe0000000000000 macro
|
/external/executorch/runtime/core/exec_aten/ |
D | exec_aten.h | 78 using Half = c10::Half; variable 122 using Half = torch::executor::Half; variable
|
/external/arm-optimized-routines/math/aarch64/sve/ |
D | atanh.c | 16 #define Half (0x3fe0000000000000) macro
|
D | atanhf.c | 15 #define Half (0x3f000000) macro
|
/external/arm-optimized-routines/math/aarch64/advsimd/ |
D | atanhf.c | 30 #define Half v_u32 (0x3f000000) macro
|
D | asinf.c | 26 #define Half 0x3f000000 macro
|
/external/libtextclassifier/native/annotator/duration/ |
D | duration.h | 108 static ParsedDurationAtom Half() { in Half() function
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.h | 86 typedef Elf32_Half Half; typedef 105 typedef Elf64_Half Half; typedef
|