Lines Matching refs:half2
224 extern half2 __attribute__((const, overloadable))
225 acos(half2 v);
263 extern half2 __attribute__((const, overloadable))
264 acosh(half2 v);
304 extern half2 __attribute__((const, overloadable))
305 acospi(half2 v);
343 extern half2 __attribute__((const, overloadable))
344 asin(half2 v);
382 extern half2 __attribute__((const, overloadable))
383 asinh(half2 v);
423 extern half2 __attribute__((const, overloadable))
424 asinpi(half2 v);
462 extern half2 __attribute__((const, overloadable))
463 atan(half2 v);
505 extern half2 __attribute__((const, overloadable))
506 atan2(half2 numerator, half2 denominator);
550 extern half2 __attribute__((const, overloadable))
551 atan2pi(half2 numerator, half2 denominator);
589 extern half2 __attribute__((const, overloadable))
590 atanh(half2 v);
630 extern half2 __attribute__((const, overloadable))
631 atanpi(half2 v);
669 extern half2 __attribute__((const, overloadable))
670 cbrt(half2 v);
710 extern half2 __attribute__((const, overloadable))
711 ceil(half2 v);
1047 extern half2 __attribute__((const, overloadable))
1048 clamp(half2 value, half2 min_value, half2 max_value);
1062 extern half2 __attribute__((const, overloadable))
1063 clamp(half2 value, half min_value, half max_value);
1182 extern half2 __attribute__((const, overloadable))
1183 copysign(half2 magnitude_value, half2 sign_value);
1221 extern half2 __attribute__((const, overloadable))
1222 cos(half2 v);
1260 extern half2 __attribute__((const, overloadable))
1261 cosh(half2 v);
1301 extern half2 __attribute__((const, overloadable))
1302 cospi(half2 v);
1338 extern half2 __attribute__((const, overloadable))
1339 degrees(half2 v);
1375 extern half2 __attribute__((const, overloadable))
1376 erf(half2 v);
1412 extern half2 __attribute__((const, overloadable))
1413 erfc(half2 v);
1451 extern half2 __attribute__((const, overloadable))
1452 exp(half2 v);
1490 extern half2 __attribute__((const, overloadable))
1491 exp10(half2 v);
1529 extern half2 __attribute__((const, overloadable))
1530 exp2(half2 v);
1568 extern half2 __attribute__((const, overloadable))
1569 expm1(half2 v);
1607 extern half2 __attribute__((const, overloadable))
1608 fabs(half2 v);
1646 extern half2 __attribute__((const, overloadable))
1647 fdim(half2 a, half2 b);
1687 extern half2 __attribute__((const, overloadable))
1688 floor(half2 v);
1728 extern half2 __attribute__((const, overloadable))
1729 fma(half2 multiplicand1, half2 multiplicand2, half2 offset);
1767 extern half2 __attribute__((const, overloadable))
1768 fmax(half2 a, half2 b);
1791 extern half2 __attribute__((const, overloadable))
1792 fmax(half2 a, half b);
1830 extern half2 __attribute__((const, overloadable))
1831 fmin(half2 a, half2 b);
1854 extern half2 __attribute__((const, overloadable))
1855 fmin(half2 a, half b);
1895 extern half2 __attribute__((const, overloadable))
1896 fmod(half2 numerator, half2 denominator);
1991 extern half2 __attribute__((overloadable))
1992 fract(half2 v, half2* floor);
2011 extern half2 __attribute__((overloadable))
2012 fract(half2 v);
2056 extern half2 __attribute__((overloadable))
2057 frexp(half2 v, int2* exponent);
2182 extern half2 __attribute__((const, overloadable))
2183 hypot(half2 a, half2 b);
2227 ilogb(half2 v);
2270 extern half2 __attribute__((const, overloadable))
2271 ldexp(half2 mantissa, int2 exponent);
2294 extern half2 __attribute__((const, overloadable))
2295 ldexp(half2 mantissa, int exponent);
2337 extern half2 __attribute__((const, overloadable))
2338 lgamma(half2 v);
2369 extern half2 __attribute__((overloadable))
2370 lgamma(half2 v, int2* sign_of_gamma);
2408 extern half2 __attribute__((const, overloadable))
2409 log(half2 v);
2447 extern half2 __attribute__((const, overloadable))
2448 log10(half2 v);
2486 extern half2 __attribute__((const, overloadable))
2487 log1p(half2 v);
2525 extern half2 __attribute__((const, overloadable))
2526 log2(half2 v);
2569 extern half2 __attribute__((const, overloadable))
2570 logb(half2 v);
2610 extern half2 __attribute__((const, overloadable))
2611 mad(half2 multiplicand1, half2 multiplicand2, half2 offset);
2647 extern half2 __attribute__((const, overloadable))
2648 max(half2 a, half2 b);
2671 extern half2 __attribute__((const, overloadable))
2672 max(half2 a, half b);
3108 extern half2 __attribute__((const, overloadable))
3109 min(half2 a, half2 b);
3132 extern half2 __attribute__((const, overloadable))
3133 min(half2 a, half b);
3572 extern half2 __attribute__((const, overloadable))
3573 mix(half2 start, half2 stop, half2 fraction);
3596 extern half2 __attribute__((const, overloadable))
3597 mix(half2 start, half2 stop, half fraction);
3642 extern half2 __attribute__((overloadable))
3643 modf(half2 v, half2* integral_part);
3712 extern half2 __attribute__((const, overloadable))
3713 native_acos(half2 v);
3759 extern half2 __attribute__((const, overloadable))
3760 native_acosh(half2 v);
3810 extern half2 __attribute__((const, overloadable))
3811 native_acospi(half2 v);
3859 extern half2 __attribute__((const, overloadable))
3860 native_asin(half2 v);
3906 extern half2 __attribute__((const, overloadable))
3907 native_asinh(half2 v);
3957 extern half2 __attribute__((const, overloadable))
3958 native_asinpi(half2 v);
4004 extern half2 __attribute__((const, overloadable))
4005 native_atan(half2 v);
4055 extern half2 __attribute__((const, overloadable))
4056 native_atan2(half2 numerator, half2 denominator);
4109 extern half2 __attribute__((const, overloadable))
4110 native_atan2pi(half2 numerator, half2 denominator);
4156 extern half2 __attribute__((const, overloadable))
4157 native_atanh(half2 v);
4205 extern half2 __attribute__((const, overloadable))
4206 native_atanpi(half2 v);
4252 extern half2 __attribute__((const, overloadable))
4253 native_cbrt(half2 v);
4299 extern half2 __attribute__((const, overloadable))
4300 native_cos(half2 v);
4346 extern half2 __attribute__((const, overloadable))
4347 native_cosh(half2 v);
4395 extern half2 __attribute__((const, overloadable))
4396 native_cospi(half2 v);
4440 extern half2 __attribute__((const, overloadable))
4441 native_divide(half2 left_vector, half2 right_vector);
4490 extern half2 __attribute__((const, overloadable))
4491 native_exp(half2 v);
4540 extern half2 __attribute__((const, overloadable))
4541 native_exp10(half2 v);
4590 extern half2 __attribute__((const, overloadable))
4591 native_exp2(half2 v);
4637 extern half2 __attribute__((const, overloadable))
4638 native_expm1(half2 v);
4684 extern half2 __attribute__((const, overloadable))
4685 native_hypot(half2 a, half2 b);
4733 extern half2 __attribute__((const, overloadable))
4734 native_log(half2 v);
4782 extern half2 __attribute__((const, overloadable))
4783 native_log10(half2 v);
4829 extern half2 __attribute__((const, overloadable))
4830 native_log1p(half2 v);
4878 extern half2 __attribute__((const, overloadable))
4879 native_log2(half2 v);
4929 extern half2 __attribute__((const, overloadable))
4930 native_powr(half2 base, half2 exponent);
4976 extern half2 __attribute__((const, overloadable))
4977 native_recip(half2 v);
5023 extern half2 __attribute__((const, overloadable))
5024 native_rootn(half2 v, int2 n);
5070 extern half2 __attribute__((const, overloadable))
5071 native_rsqrt(half2 v);
5117 extern half2 __attribute__((const, overloadable))
5118 native_sin(half2 v);
5170 extern half2 __attribute__((overloadable))
5171 native_sincos(half2 v, half2* cos);
5217 extern half2 __attribute__((const, overloadable))
5218 native_sinh(half2 v);
5266 extern half2 __attribute__((const, overloadable))
5267 native_sinpi(half2 v);
5313 extern half2 __attribute__((const, overloadable))
5314 native_sqrt(half2 v);
5358 extern half2 __attribute__((const, overloadable))
5359 native_tan(half2 v);
5405 extern half2 __attribute__((const, overloadable))
5406 native_tanh(half2 v);
5454 extern half2 __attribute__((const, overloadable))
5455 native_tanpi(half2 v);
5494 extern half2 __attribute__((const, overloadable))
5495 nextafter(half2 v, half2 target);
5534 extern half2 __attribute__((const, overloadable))
5535 pow(half2 base, half2 exponent);
5574 extern half2 __attribute__((const, overloadable))
5575 pown(half2 base, int2 exponent);
5616 extern half2 __attribute__((const, overloadable))
5617 powr(half2 base, half2 exponent);
5653 extern half2 __attribute__((const, overloadable))
5654 radians(half2 v);
5695 extern half2 __attribute__((const, overloadable))
5696 remainder(half2 numerator, half2 denominator);
5749 extern half2 __attribute__((overloadable))
5750 remquo(half2 numerator, half2 denominator, int2* quotient);
5792 extern half2 __attribute__((const, overloadable))
5793 rint(half2 v);
5831 extern half2 __attribute__((const, overloadable))
5832 rootn(half2 v, int2 n);
5874 extern half2 __attribute__((const, overloadable))
5875 round(half2 v);
5913 extern half2 __attribute__((const, overloadable))
5914 rsqrt(half2 v);
5954 extern half2 __attribute__((const, overloadable))
5955 sign(half2 v);
5993 extern half2 __attribute__((const, overloadable))
5994 sin(half2 v);
6038 extern half2 __attribute__((overloadable))
6039 sincos(half2 v, half2* cos);
6077 extern half2 __attribute__((const, overloadable))
6078 sinh(half2 v);
6118 extern half2 __attribute__((const, overloadable))
6119 sinpi(half2 v);
6157 extern half2 __attribute__((const, overloadable))
6158 sqrt(half2 v);
6198 extern half2 __attribute__((const, overloadable))
6199 step(half2 edge, half2 v);
6222 extern half2 __attribute__((const, overloadable))
6223 step(half2 edge, half v);
6252 extern half2 __attribute__((const, overloadable))
6253 step(half edge, half2 v);
6291 extern half2 __attribute__((const, overloadable))
6292 tan(half2 v);
6330 extern half2 __attribute__((const, overloadable))
6331 tanh(half2 v);
6371 extern half2 __attribute__((const, overloadable))
6372 tanpi(half2 v);
6410 extern half2 __attribute__((const, overloadable))
6411 tgamma(half2 v);
6451 extern half2 __attribute__((const, overloadable))
6452 trunc(half2 v);