summaryrefslogtreecommitdiff
path: root/core/java/android/annotation/HalfFloat.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove annotations that have been relocatedChris Wailes2021-04-261-48/+0
| | | | | | | | | These annotations have been relocated to frameworks/libs/modules-utils. This CL removes the files and updates necessary build rules. Bug: 183133670 Test: m Change-Id: I834b9f5320e0b6fe8cb9feb7194c82085b805e07
* Make Half look like and behave like a boxed instanceRomain Guy2017-02-261-1/+1
| | | | | | Bug: 35765416 Test: HalfTest Change-Id: I7ef52428f8b4e2c05b91d7eb37cc4cb5ecc5c6b9
* Add @HalfFloat annotation for fp16 data types stored in shortsRomain Guy2016-11-141-0/+48
This CL has a companion CL to add the @HalfFloat annotation to the support library. Test: cts-tradefed run singleCommand cts-dev --module CtsUtilTestCases --test android.util.cts.HalfTest Bug: 29940137 Change-Id: I4e1dc456687c1c026437150e9cc94a54f3264d4e