summaryrefslogtreecommitdiff
path: root/core/java/android/util/Half.java
Commit message (Expand)AuthorAgeFilesLines
* Move Half implementations to libcore to allow ART optimizationsxueliang.zhong2019-08-141-241/+33
* Quiet SNaN inputs in Half.toFloat()xueliang.zhong2018-12-171-0/+4
* Make Half class use public APIsNeil Fuller2018-07-021-3/+1
* Make Half look like and behave like a boxed instanceRomain Guy2017-02-261-7/+389
* Introduce android.graphics.ColorSpaceRomain Guy2016-11-231-3/+3
* Add @HalfFloat annotation for fp16 data types stored in shortsRomain Guy2016-11-141-42/+47
* Improve support for half floats and expose as public APIRomain Guy2016-11-081-51/+407
* Add a half-precision floating point typeRomain Guy2016-10-221-0/+367