Lines Matching refs:half2
1693 extern half2 __attribute__((overloadable)) fn(half2 v) { \
1711 extern half2 __attribute__((overloadable)) fn(half2 v1, half2 v2) { \
1729 extern half2 __attribute__((overloadable)) fn(half2 v1, half v2) { \
1747 extern half2 __attribute__((overloadable)) fn(half2 v1, half2 v2, half2 v3) { \
1772 extern half2 __attribute__((overloadable)) fn(half2 v1, int2 v2) { \
1790 extern half __attribute__((overloadable)) fn(half2 v) { \
1808 extern half __attribute__((overloadable)) fn(half2 v1, half2 v2) { \
1819 extern half2 __attribute__((overloadable)) fnc(half2 v1, half2 *v2) { \
1820 half2 ret; \
1859 extern half2 __attribute__((overloadable)) fn(half2 v1, half2 v2) { \
1860 half2 ret; \
1961 extern half2 __attribute__((const, overloadable)) fract(half2 v) { in fract()
1962 half2 unused; in fract()
1978 extern half2 __attribute__((overloadable)) frexp(half2 v1, int2 *eptr) { in frexp()
1979 half2 ret; in frexp()
2018 extern int2 __attribute__((overloadable)) ilogb(half2 v) { in ilogb()
2041 extern half2 __attribute__((overloadable)) ldexp(half2 v, int exponent) { in ldexp()
2057 extern half2 __attribute__((overloadable)) lgamma(half2 v, int2 *signp) { in lgamma()
2082 extern half2 __attribute__((overloadable)) mix(half2 start, half2 stop, half2 amount) { in mix()
2091 extern half2 __attribute__((overloadable)) mix(half2 start, half2 stop, half amount) { in mix()
2125 extern half2 __attribute__((overloadable)) remquo(half2 n, half2 d, int2 *quo) { in remquo()
2145 extern half2 __attribute__((overloadable)) sign(half2 v) { in sign()
2146 half2 ret; in sign()
2174 extern half2 __attribute__((overloadable)) sincos(half2 v, half2 *cosptr) { in sincos()
2194 extern half2 __attribute__((overloadable)) step(half2 edge, half2 v) { in step()
2195 half2 r; in step()
2215 extern half2 __attribute__((overloadable)) step(half2 edge, half v) { in step()
2216 half2 r; in step()
2236 extern half2 __attribute__((overloadable)) step(half edge, half2 v) { in step()
2237 half2 r; in step()
2310 extern half2 __attribute__((overloadable)) native_sincos(half2 v, half2 *cosptr) { in native_sincos()