Home
last modified time | relevance | path

Searched refs:fp16 (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/math/include/math/
Dhalf.h59 struct fp16 { struct
61 explicit constexpr fp16() noexcept : bits(0) { } in fp16() argument
62 explicit constexpr fp16(uint16_t b) noexcept : bits(b) { } in fp16() argument
100 static CONSTEXPR fp16 ftoh(float v) noexcept;
101 static CONSTEXPR float htof(fp16 v) noexcept;
102 fp16 mBits;
105 inline CONSTEXPR half::fp16 half::ftoh(float v) noexcept { in ftoh()
106 fp16 out; in ftoh()
133 inline CONSTEXPR float half::htof(half::fp16 in) noexcept { in htof()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript354 // Number of normal fp16 values:
360 // Number of positive, non-zero and normal fp16 values = 30 * 1024 = 30720
361 // Number of negative, non-zero and normal fp16 values = 30 * 1024 = 30720
/frameworks/rs/tests/java_api/RSTestForward/25.0.2/
DAndroid.mk84 $(my_rs_unit_tests_path)/fp16.rscript\
/frameworks/rs/tests/java_api/RSTestForward/24.0.3/
DAndroid.mk84 $(my_rs_unit_tests_path)/fp16.rscript\