Home | History | Annotate | Download | only in runtime

Lines Matching refs:half

21 extern half __attribute__((overloadable)) copysign(half x, half y) {
31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) {
33 static const half two12 = 4096;
58 extern int __attribute__((overloadable)) ilogb(half x) {
82 extern half __attribute__((overloadable)) modf(half x, half *iptr) {
117 extern half __attribute__((overloadable)) nextafter(half x, half y) {
118 volatile half t;