Searched defs:half (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/libs/math/include/math/
H A Dhalf.h44 * half-float
57 class half { class in namespace:android
85 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { }
93 friend class std::numeric_limits<half>;
94 friend CONSTEXPR half operator"" _hf(long double v);
97 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { }
103 inline CONSTEXPR half::fp16 half::ftoh(float v) noexcept {
131 inline CONSTEXPR float half::htof(half
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c29 S_CLAMP(half); variable
94 V_CLAMP(half); variable
H A Dgeneric.c101 _CLAMP(half); variable
/frameworks/rs/tests/cpp_api/cppf16/
H A Dcompute.cpp34 sp<const Element> half = Element::F16(rs); local
40 testAllocationCreation(rs, half, nDims);
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c66 frame_t half[HALF_FRAMES]; variable
165 half[i].left = sine[i].left;
166 half[i].right = sawtooth[i].right / 2;
197 buffer = half;
198 size = sizeof(half);
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp863 size_t half = mFrameCount / 2; local
864 if (half == 0) {
865 half = 1;
869 minimum = mIsOut ? half : 1;
870 } else if (minimum > half) {
871 minimum = half;
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp34 typedef __fp16 half; typedef
35 typedef half half2 __attribute__((ext_vector_type(2)));
36 typedef half half3 __attribute__((ext_vector_type(3)));
37 typedef half half4 __attribute__((ext_vector_type(4)));
582 ELEMENT_AT(half, RS_TYPE_FLOAT_16, 1)
815 // Accept a half value converted to float. This eliminates the need in the
816 // driver to properly support the half datatype (either by adding compiler flags
817 // for half or link against compiler_rt).
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp55 typedef __fp16 half; typedef
56 typedef half half2 __attribute__((ext_vector_type(2)));
57 typedef half half3 __attribute__((ext_vector_type(3)));
58 typedef half half4 __attribute__((ext_vector_type(4)));
629 ELEMENT_AT(half, RS_TYPE_FLOAT_16, 1)
1185 // Accept a half value converted to float. This eliminates the need in the
1186 // driver to properly support the half datatype (either by adding compiler flags
1187 // for half or link against compiler_rt).
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 288 milliseconds