Lines Matching refs:half4
234 extern half4 __attribute__((const, overloadable))
235 acos(half4 v);
273 extern half4 __attribute__((const, overloadable))
274 acosh(half4 v);
314 extern half4 __attribute__((const, overloadable))
315 acospi(half4 v);
353 extern half4 __attribute__((const, overloadable))
354 asin(half4 v);
392 extern half4 __attribute__((const, overloadable))
393 asinh(half4 v);
433 extern half4 __attribute__((const, overloadable))
434 asinpi(half4 v);
472 extern half4 __attribute__((const, overloadable))
473 atan(half4 v);
515 extern half4 __attribute__((const, overloadable))
516 atan2(half4 numerator, half4 denominator);
560 extern half4 __attribute__((const, overloadable))
561 atan2pi(half4 numerator, half4 denominator);
599 extern half4 __attribute__((const, overloadable))
600 atanh(half4 v);
640 extern half4 __attribute__((const, overloadable))
641 atanpi(half4 v);
679 extern half4 __attribute__((const, overloadable))
680 cbrt(half4 v);
720 extern half4 __attribute__((const, overloadable))
721 ceil(half4 v);
1057 extern half4 __attribute__((const, overloadable))
1058 clamp(half4 value, half4 min_value, half4 max_value);
1072 extern half4 __attribute__((const, overloadable))
1073 clamp(half4 value, half min_value, half max_value);
1192 extern half4 __attribute__((const, overloadable))
1193 copysign(half4 magnitude_value, half4 sign_value);
1231 extern half4 __attribute__((const, overloadable))
1232 cos(half4 v);
1270 extern half4 __attribute__((const, overloadable))
1271 cosh(half4 v);
1311 extern half4 __attribute__((const, overloadable))
1312 cospi(half4 v);
1348 extern half4 __attribute__((const, overloadable))
1349 degrees(half4 v);
1385 extern half4 __attribute__((const, overloadable))
1386 erf(half4 v);
1422 extern half4 __attribute__((const, overloadable))
1423 erfc(half4 v);
1461 extern half4 __attribute__((const, overloadable))
1462 exp(half4 v);
1500 extern half4 __attribute__((const, overloadable))
1501 exp10(half4 v);
1539 extern half4 __attribute__((const, overloadable))
1540 exp2(half4 v);
1578 extern half4 __attribute__((const, overloadable))
1579 expm1(half4 v);
1617 extern half4 __attribute__((const, overloadable))
1618 fabs(half4 v);
1656 extern half4 __attribute__((const, overloadable))
1657 fdim(half4 a, half4 b);
1697 extern half4 __attribute__((const, overloadable))
1698 floor(half4 v);
1738 extern half4 __attribute__((const, overloadable))
1739 fma(half4 multiplicand1, half4 multiplicand2, half4 offset);
1777 extern half4 __attribute__((const, overloadable))
1778 fmax(half4 a, half4 b);
1801 extern half4 __attribute__((const, overloadable))
1802 fmax(half4 a, half b);
1840 extern half4 __attribute__((const, overloadable))
1841 fmin(half4 a, half4 b);
1864 extern half4 __attribute__((const, overloadable))
1865 fmin(half4 a, half b);
1905 extern half4 __attribute__((const, overloadable))
1906 fmod(half4 numerator, half4 denominator);
2001 extern half4 __attribute__((overloadable))
2002 fract(half4 v, half4* floor);
2021 extern half4 __attribute__((overloadable))
2022 fract(half4 v);
2066 extern half4 __attribute__((overloadable))
2067 frexp(half4 v, int4* exponent);
2192 extern half4 __attribute__((const, overloadable))
2193 hypot(half4 a, half4 b);
2237 ilogb(half4 v);
2280 extern half4 __attribute__((const, overloadable))
2281 ldexp(half4 mantissa, int4 exponent);
2304 extern half4 __attribute__((const, overloadable))
2305 ldexp(half4 mantissa, int exponent);
2347 extern half4 __attribute__((const, overloadable))
2348 lgamma(half4 v);
2379 extern half4 __attribute__((overloadable))
2380 lgamma(half4 v, int4* sign_of_gamma);
2418 extern half4 __attribute__((const, overloadable))
2419 log(half4 v);
2457 extern half4 __attribute__((const, overloadable))
2458 log10(half4 v);
2496 extern half4 __attribute__((const, overloadable))
2497 log1p(half4 v);
2535 extern half4 __attribute__((const, overloadable))
2536 log2(half4 v);
2579 extern half4 __attribute__((const, overloadable))
2580 logb(half4 v);
2620 extern half4 __attribute__((const, overloadable))
2621 mad(half4 multiplicand1, half4 multiplicand2, half4 offset);
2657 extern half4 __attribute__((const, overloadable))
2658 max(half4 a, half4 b);
2681 extern half4 __attribute__((const, overloadable))
2682 max(half4 a, half b);
3118 extern half4 __attribute__((const, overloadable))
3119 min(half4 a, half4 b);
3142 extern half4 __attribute__((const, overloadable))
3143 min(half4 a, half b);
3582 extern half4 __attribute__((const, overloadable))
3583 mix(half4 start, half4 stop, half4 fraction);
3606 extern half4 __attribute__((const, overloadable))
3607 mix(half4 start, half4 stop, half fraction);
3652 extern half4 __attribute__((overloadable))
3653 modf(half4 v, half4* integral_part);
3722 extern half4 __attribute__((const, overloadable))
3723 native_acos(half4 v);
3769 extern half4 __attribute__((const, overloadable))
3770 native_acosh(half4 v);
3820 extern half4 __attribute__((const, overloadable))
3821 native_acospi(half4 v);
3869 extern half4 __attribute__((const, overloadable))
3870 native_asin(half4 v);
3916 extern half4 __attribute__((const, overloadable))
3917 native_asinh(half4 v);
3967 extern half4 __attribute__((const, overloadable))
3968 native_asinpi(half4 v);
4014 extern half4 __attribute__((const, overloadable))
4015 native_atan(half4 v);
4065 extern half4 __attribute__((const, overloadable))
4066 native_atan2(half4 numerator, half4 denominator);
4119 extern half4 __attribute__((const, overloadable))
4120 native_atan2pi(half4 numerator, half4 denominator);
4166 extern half4 __attribute__((const, overloadable))
4167 native_atanh(half4 v);
4215 extern half4 __attribute__((const, overloadable))
4216 native_atanpi(half4 v);
4262 extern half4 __attribute__((const, overloadable))
4263 native_cbrt(half4 v);
4309 extern half4 __attribute__((const, overloadable))
4310 native_cos(half4 v);
4356 extern half4 __attribute__((const, overloadable))
4357 native_cosh(half4 v);
4405 extern half4 __attribute__((const, overloadable))
4406 native_cospi(half4 v);
4450 extern half4 __attribute__((const, overloadable))
4451 native_divide(half4 left_vector, half4 right_vector);
4500 extern half4 __attribute__((const, overloadable))
4501 native_exp(half4 v);
4550 extern half4 __attribute__((const, overloadable))
4551 native_exp10(half4 v);
4600 extern half4 __attribute__((const, overloadable))
4601 native_exp2(half4 v);
4647 extern half4 __attribute__((const, overloadable))
4648 native_expm1(half4 v);
4694 extern half4 __attribute__((const, overloadable))
4695 native_hypot(half4 a, half4 b);
4743 extern half4 __attribute__((const, overloadable))
4744 native_log(half4 v);
4792 extern half4 __attribute__((const, overloadable))
4793 native_log10(half4 v);
4839 extern half4 __attribute__((const, overloadable))
4840 native_log1p(half4 v);
4888 extern half4 __attribute__((const, overloadable))
4889 native_log2(half4 v);
4939 extern half4 __attribute__((const, overloadable))
4940 native_powr(half4 base, half4 exponent);
4986 extern half4 __attribute__((const, overloadable))
4987 native_recip(half4 v);
5033 extern half4 __attribute__((const, overloadable))
5034 native_rootn(half4 v, int4 n);
5080 extern half4 __attribute__((const, overloadable))
5081 native_rsqrt(half4 v);
5127 extern half4 __attribute__((const, overloadable))
5128 native_sin(half4 v);
5180 extern half4 __attribute__((overloadable))
5181 native_sincos(half4 v, half4* cos);
5227 extern half4 __attribute__((const, overloadable))
5228 native_sinh(half4 v);
5276 extern half4 __attribute__((const, overloadable))
5277 native_sinpi(half4 v);
5323 extern half4 __attribute__((const, overloadable))
5324 native_sqrt(half4 v);
5368 extern half4 __attribute__((const, overloadable))
5369 native_tan(half4 v);
5415 extern half4 __attribute__((const, overloadable))
5416 native_tanh(half4 v);
5464 extern half4 __attribute__((const, overloadable))
5465 native_tanpi(half4 v);
5504 extern half4 __attribute__((const, overloadable))
5505 nextafter(half4 v, half4 target);
5544 extern half4 __attribute__((const, overloadable))
5545 pow(half4 base, half4 exponent);
5584 extern half4 __attribute__((const, overloadable))
5585 pown(half4 base, int4 exponent);
5626 extern half4 __attribute__((const, overloadable))
5627 powr(half4 base, half4 exponent);
5663 extern half4 __attribute__((const, overloadable))
5664 radians(half4 v);
5705 extern half4 __attribute__((const, overloadable))
5706 remainder(half4 numerator, half4 denominator);
5759 extern half4 __attribute__((overloadable))
5760 remquo(half4 numerator, half4 denominator, int4* quotient);
5802 extern half4 __attribute__((const, overloadable))
5803 rint(half4 v);
5841 extern half4 __attribute__((const, overloadable))
5842 rootn(half4 v, int4 n);
5884 extern half4 __attribute__((const, overloadable))
5885 round(half4 v);
5923 extern half4 __attribute__((const, overloadable))
5924 rsqrt(half4 v);
5964 extern half4 __attribute__((const, overloadable))
5965 sign(half4 v);
6003 extern half4 __attribute__((const, overloadable))
6004 sin(half4 v);
6048 extern half4 __attribute__((overloadable))
6049 sincos(half4 v, half4* cos);
6087 extern half4 __attribute__((const, overloadable))
6088 sinh(half4 v);
6128 extern half4 __attribute__((const, overloadable))
6129 sinpi(half4 v);
6167 extern half4 __attribute__((const, overloadable))
6168 sqrt(half4 v);
6208 extern half4 __attribute__((const, overloadable))
6209 step(half4 edge, half4 v);
6232 extern half4 __attribute__((const, overloadable))
6233 step(half4 edge, half v);
6262 extern half4 __attribute__((const, overloadable))
6263 step(half edge, half4 v);
6301 extern half4 __attribute__((const, overloadable))
6302 tan(half4 v);
6340 extern half4 __attribute__((const, overloadable))
6341 tanh(half4 v);
6381 extern half4 __attribute__((const, overloadable))
6382 tanpi(half4 v);
6420 extern half4 __attribute__((const, overloadable))
6421 tgamma(half4 v);
6461 extern half4 __attribute__((const, overloadable))
6462 trunc(half4 v);