Lines Matching refs:half3

229 extern half3 __attribute__((const, overloadable))
230 acos(half3 v);
268 extern half3 __attribute__((const, overloadable))
269 acosh(half3 v);
309 extern half3 __attribute__((const, overloadable))
310 acospi(half3 v);
348 extern half3 __attribute__((const, overloadable))
349 asin(half3 v);
387 extern half3 __attribute__((const, overloadable))
388 asinh(half3 v);
428 extern half3 __attribute__((const, overloadable))
429 asinpi(half3 v);
467 extern half3 __attribute__((const, overloadable))
468 atan(half3 v);
510 extern half3 __attribute__((const, overloadable))
511 atan2(half3 numerator, half3 denominator);
555 extern half3 __attribute__((const, overloadable))
556 atan2pi(half3 numerator, half3 denominator);
594 extern half3 __attribute__((const, overloadable))
595 atanh(half3 v);
635 extern half3 __attribute__((const, overloadable))
636 atanpi(half3 v);
674 extern half3 __attribute__((const, overloadable))
675 cbrt(half3 v);
715 extern half3 __attribute__((const, overloadable))
716 ceil(half3 v);
1052 extern half3 __attribute__((const, overloadable))
1053 clamp(half3 value, half3 min_value, half3 max_value);
1067 extern half3 __attribute__((const, overloadable))
1068 clamp(half3 value, half min_value, half max_value);
1187 extern half3 __attribute__((const, overloadable))
1188 copysign(half3 magnitude_value, half3 sign_value);
1226 extern half3 __attribute__((const, overloadable))
1227 cos(half3 v);
1265 extern half3 __attribute__((const, overloadable))
1266 cosh(half3 v);
1306 extern half3 __attribute__((const, overloadable))
1307 cospi(half3 v);
1343 extern half3 __attribute__((const, overloadable))
1344 degrees(half3 v);
1380 extern half3 __attribute__((const, overloadable))
1381 erf(half3 v);
1417 extern half3 __attribute__((const, overloadable))
1418 erfc(half3 v);
1456 extern half3 __attribute__((const, overloadable))
1457 exp(half3 v);
1495 extern half3 __attribute__((const, overloadable))
1496 exp10(half3 v);
1534 extern half3 __attribute__((const, overloadable))
1535 exp2(half3 v);
1573 extern half3 __attribute__((const, overloadable))
1574 expm1(half3 v);
1612 extern half3 __attribute__((const, overloadable))
1613 fabs(half3 v);
1651 extern half3 __attribute__((const, overloadable))
1652 fdim(half3 a, half3 b);
1692 extern half3 __attribute__((const, overloadable))
1693 floor(half3 v);
1733 extern half3 __attribute__((const, overloadable))
1734 fma(half3 multiplicand1, half3 multiplicand2, half3 offset);
1772 extern half3 __attribute__((const, overloadable))
1773 fmax(half3 a, half3 b);
1796 extern half3 __attribute__((const, overloadable))
1797 fmax(half3 a, half b);
1835 extern half3 __attribute__((const, overloadable))
1836 fmin(half3 a, half3 b);
1859 extern half3 __attribute__((const, overloadable))
1860 fmin(half3 a, half b);
1900 extern half3 __attribute__((const, overloadable))
1901 fmod(half3 numerator, half3 denominator);
1996 extern half3 __attribute__((overloadable))
1997 fract(half3 v, half3* floor);
2016 extern half3 __attribute__((overloadable))
2017 fract(half3 v);
2061 extern half3 __attribute__((overloadable))
2062 frexp(half3 v, int3* exponent);
2187 extern half3 __attribute__((const, overloadable))
2188 hypot(half3 a, half3 b);
2232 ilogb(half3 v);
2275 extern half3 __attribute__((const, overloadable))
2276 ldexp(half3 mantissa, int3 exponent);
2299 extern half3 __attribute__((const, overloadable))
2300 ldexp(half3 mantissa, int exponent);
2342 extern half3 __attribute__((const, overloadable))
2343 lgamma(half3 v);
2374 extern half3 __attribute__((overloadable))
2375 lgamma(half3 v, int3* sign_of_gamma);
2413 extern half3 __attribute__((const, overloadable))
2414 log(half3 v);
2452 extern half3 __attribute__((const, overloadable))
2453 log10(half3 v);
2491 extern half3 __attribute__((const, overloadable))
2492 log1p(half3 v);
2530 extern half3 __attribute__((const, overloadable))
2531 log2(half3 v);
2574 extern half3 __attribute__((const, overloadable))
2575 logb(half3 v);
2615 extern half3 __attribute__((const, overloadable))
2616 mad(half3 multiplicand1, half3 multiplicand2, half3 offset);
2652 extern half3 __attribute__((const, overloadable))
2653 max(half3 a, half3 b);
2676 extern half3 __attribute__((const, overloadable))
2677 max(half3 a, half b);
3113 extern half3 __attribute__((const, overloadable))
3114 min(half3 a, half3 b);
3137 extern half3 __attribute__((const, overloadable))
3138 min(half3 a, half b);
3577 extern half3 __attribute__((const, overloadable))
3578 mix(half3 start, half3 stop, half3 fraction);
3601 extern half3 __attribute__((const, overloadable))
3602 mix(half3 start, half3 stop, half fraction);
3647 extern half3 __attribute__((overloadable))
3648 modf(half3 v, half3* integral_part);
3717 extern half3 __attribute__((const, overloadable))
3718 native_acos(half3 v);
3764 extern half3 __attribute__((const, overloadable))
3765 native_acosh(half3 v);
3815 extern half3 __attribute__((const, overloadable))
3816 native_acospi(half3 v);
3864 extern half3 __attribute__((const, overloadable))
3865 native_asin(half3 v);
3911 extern half3 __attribute__((const, overloadable))
3912 native_asinh(half3 v);
3962 extern half3 __attribute__((const, overloadable))
3963 native_asinpi(half3 v);
4009 extern half3 __attribute__((const, overloadable))
4010 native_atan(half3 v);
4060 extern half3 __attribute__((const, overloadable))
4061 native_atan2(half3 numerator, half3 denominator);
4114 extern half3 __attribute__((const, overloadable))
4115 native_atan2pi(half3 numerator, half3 denominator);
4161 extern half3 __attribute__((const, overloadable))
4162 native_atanh(half3 v);
4210 extern half3 __attribute__((const, overloadable))
4211 native_atanpi(half3 v);
4257 extern half3 __attribute__((const, overloadable))
4258 native_cbrt(half3 v);
4304 extern half3 __attribute__((const, overloadable))
4305 native_cos(half3 v);
4351 extern half3 __attribute__((const, overloadable))
4352 native_cosh(half3 v);
4400 extern half3 __attribute__((const, overloadable))
4401 native_cospi(half3 v);
4445 extern half3 __attribute__((const, overloadable))
4446 native_divide(half3 left_vector, half3 right_vector);
4495 extern half3 __attribute__((const, overloadable))
4496 native_exp(half3 v);
4545 extern half3 __attribute__((const, overloadable))
4546 native_exp10(half3 v);
4595 extern half3 __attribute__((const, overloadable))
4596 native_exp2(half3 v);
4642 extern half3 __attribute__((const, overloadable))
4643 native_expm1(half3 v);
4689 extern half3 __attribute__((const, overloadable))
4690 native_hypot(half3 a, half3 b);
4738 extern half3 __attribute__((const, overloadable))
4739 native_log(half3 v);
4787 extern half3 __attribute__((const, overloadable))
4788 native_log10(half3 v);
4834 extern half3 __attribute__((const, overloadable))
4835 native_log1p(half3 v);
4883 extern half3 __attribute__((const, overloadable))
4884 native_log2(half3 v);
4934 extern half3 __attribute__((const, overloadable))
4935 native_powr(half3 base, half3 exponent);
4981 extern half3 __attribute__((const, overloadable))
4982 native_recip(half3 v);
5028 extern half3 __attribute__((const, overloadable))
5029 native_rootn(half3 v, int3 n);
5075 extern half3 __attribute__((const, overloadable))
5076 native_rsqrt(half3 v);
5122 extern half3 __attribute__((const, overloadable))
5123 native_sin(half3 v);
5175 extern half3 __attribute__((overloadable))
5176 native_sincos(half3 v, half3* cos);
5222 extern half3 __attribute__((const, overloadable))
5223 native_sinh(half3 v);
5271 extern half3 __attribute__((const, overloadable))
5272 native_sinpi(half3 v);
5318 extern half3 __attribute__((const, overloadable))
5319 native_sqrt(half3 v);
5363 extern half3 __attribute__((const, overloadable))
5364 native_tan(half3 v);
5410 extern half3 __attribute__((const, overloadable))
5411 native_tanh(half3 v);
5459 extern half3 __attribute__((const, overloadable))
5460 native_tanpi(half3 v);
5499 extern half3 __attribute__((const, overloadable))
5500 nextafter(half3 v, half3 target);
5539 extern half3 __attribute__((const, overloadable))
5540 pow(half3 base, half3 exponent);
5579 extern half3 __attribute__((const, overloadable))
5580 pown(half3 base, int3 exponent);
5621 extern half3 __attribute__((const, overloadable))
5622 powr(half3 base, half3 exponent);
5658 extern half3 __attribute__((const, overloadable))
5659 radians(half3 v);
5700 extern half3 __attribute__((const, overloadable))
5701 remainder(half3 numerator, half3 denominator);
5754 extern half3 __attribute__((overloadable))
5755 remquo(half3 numerator, half3 denominator, int3* quotient);
5797 extern half3 __attribute__((const, overloadable))
5798 rint(half3 v);
5836 extern half3 __attribute__((const, overloadable))
5837 rootn(half3 v, int3 n);
5879 extern half3 __attribute__((const, overloadable))
5880 round(half3 v);
5918 extern half3 __attribute__((const, overloadable))
5919 rsqrt(half3 v);
5959 extern half3 __attribute__((const, overloadable))
5960 sign(half3 v);
5998 extern half3 __attribute__((const, overloadable))
5999 sin(half3 v);
6043 extern half3 __attribute__((overloadable))
6044 sincos(half3 v, half3* cos);
6082 extern half3 __attribute__((const, overloadable))
6083 sinh(half3 v);
6123 extern half3 __attribute__((const, overloadable))
6124 sinpi(half3 v);
6162 extern half3 __attribute__((const, overloadable))
6163 sqrt(half3 v);
6203 extern half3 __attribute__((const, overloadable))
6204 step(half3 edge, half3 v);
6227 extern half3 __attribute__((const, overloadable))
6228 step(half3 edge, half v);
6257 extern half3 __attribute__((const, overloadable))
6258 step(half edge, half3 v);
6296 extern half3 __attribute__((const, overloadable))
6297 tan(half3 v);
6335 extern half3 __attribute__((const, overloadable))
6336 tanh(half3 v);
6376 extern half3 __attribute__((const, overloadable))
6377 tanpi(half3 v);
6415 extern half3 __attribute__((const, overloadable))
6416 tgamma(half3 v);
6456 extern half3 __attribute__((const, overloadable))
6457 trunc(half3 v);