Lines Matching refs:float4

215 extern float4 __attribute__((const, overloadable))
216 acos(float4 v);
254 extern float4 __attribute__((const, overloadable))
255 acosh(float4 v);
295 extern float4 __attribute__((const, overloadable))
296 acospi(float4 v);
334 extern float4 __attribute__((const, overloadable))
335 asin(float4 v);
373 extern float4 __attribute__((const, overloadable))
374 asinh(float4 v);
414 extern float4 __attribute__((const, overloadable))
415 asinpi(float4 v);
453 extern float4 __attribute__((const, overloadable))
454 atan(float4 v);
496 extern float4 __attribute__((const, overloadable))
497 atan2(float4 numerator, float4 denominator);
541 extern float4 __attribute__((const, overloadable))
542 atan2pi(float4 numerator, float4 denominator);
580 extern float4 __attribute__((const, overloadable))
581 atanh(float4 v);
621 extern float4 __attribute__((const, overloadable))
622 atanpi(float4 v);
660 extern float4 __attribute__((const, overloadable))
661 cbrt(float4 v);
701 extern float4 __attribute__((const, overloadable))
702 ceil(float4 v);
749 extern float4 __attribute__((const, overloadable))
750 clamp(float4 value, float4 min_value, float4 max_value);
758 extern float4 __attribute__((const, overloadable))
759 clamp(float4 value, float min_value, float max_value);
1173 extern float4 __attribute__((const, overloadable))
1174 copysign(float4 magnitude_value, float4 sign_value);
1212 extern float4 __attribute__((const, overloadable))
1213 cos(float4 v);
1251 extern float4 __attribute__((const, overloadable))
1252 cosh(float4 v);
1292 extern float4 __attribute__((const, overloadable))
1293 cospi(float4 v);
1329 extern float4 __attribute__((const, overloadable))
1330 degrees(float4 v);
1366 extern float4 __attribute__((const, overloadable))
1367 erf(float4 v);
1403 extern float4 __attribute__((const, overloadable))
1404 erfc(float4 v);
1442 extern float4 __attribute__((const, overloadable))
1443 exp(float4 v);
1481 extern float4 __attribute__((const, overloadable))
1482 exp10(float4 v);
1520 extern float4 __attribute__((const, overloadable))
1521 exp2(float4 v);
1559 extern float4 __attribute__((const, overloadable))
1560 expm1(float4 v);
1598 extern float4 __attribute__((const, overloadable))
1599 fabs(float4 v);
1637 extern float4 __attribute__((const, overloadable))
1638 fdim(float4 a, float4 b);
1678 extern float4 __attribute__((const, overloadable))
1679 floor(float4 v);
1719 extern float4 __attribute__((const, overloadable))
1720 fma(float4 multiplicand1, float4 multiplicand2, float4 offset);
1758 extern float4 __attribute__((const, overloadable))
1759 fmax(float4 a, float4 b);
1787 extern float4 __attribute__((const, overloadable))
1788 fmax(float4 a, float b);
1821 extern float4 __attribute__((const, overloadable))
1822 fmin(float4 a, float4 b);
1850 extern float4 __attribute__((const, overloadable))
1851 fmin(float4 a, float b);
1886 extern float4 __attribute__((const, overloadable))
1887 fmod(float4 numerator, float4 denominator);
1930 extern float4 __attribute__((overloadable))
1931 fract(float4 v, float4* floor);
1958 static inline float4 __attribute__((const, overloadable))
1959 fract(float4 v) {
1960 float4 unused;
1981 extern float4 __attribute__((overloadable))
1982 fract(float4 v);
2047 extern float4 __attribute__((overloadable))
2048 frexp(float4 v, int4* exponent);
2095 extern float4 __attribute__((const, overloadable))
2096 half_recip(float4 v);
2124 extern float4 __attribute__((const, overloadable))
2125 half_rsqrt(float4 v);
2153 extern float4 __attribute__((const, overloadable))
2154 half_sqrt(float4 v);
2173 extern float4 __attribute__((const, overloadable))
2174 hypot(float4 a, float4 b);
2218 ilogb(float4 v);
2261 extern float4 __attribute__((const, overloadable))
2262 ldexp(float4 mantissa, int4 exponent);
2290 extern float4 __attribute__((const, overloadable))
2291 ldexp(float4 mantissa, int exponent);
2328 extern float4 __attribute__((const, overloadable))
2329 lgamma(float4 v);
2360 extern float4 __attribute__((overloadable))
2361 lgamma(float4 v, int4* sign_of_gamma);
2399 extern float4 __attribute__((const, overloadable))
2400 log(float4 v);
2438 extern float4 __attribute__((const, overloadable))
2439 log10(float4 v);
2477 extern float4 __attribute__((const, overloadable))
2478 log1p(float4 v);
2516 extern float4 __attribute__((const, overloadable))
2517 log2(float4 v);
2560 extern float4 __attribute__((const, overloadable))
2561 logb(float4 v);
2601 extern float4 __attribute__((const, overloadable))
2602 mad(float4 multiplicand1, float4 multiplicand2, float4 offset);
2638 extern float4 __attribute__((const, overloadable))
2639 max(float4 a, float4 b);
2667 extern float4 __attribute__((const, overloadable))
2668 max(float4 a, float b);
3099 extern float4 __attribute__((const, overloadable))
3100 min(float4 a, float4 b);
3128 extern float4 __attribute__((const, overloadable))
3129 min(float4 a, float b);
3563 extern float4 __attribute__((const, overloadable))
3564 mix(float4 start, float4 stop, float4 fraction);
3592 extern float4 __attribute__((const, overloadable))
3593 mix(float4 start, float4 stop, float fraction);
3633 extern float4 __attribute__((overloadable))
3634 modf(float4 v, float4* integral_part);
3702 extern float4 __attribute__((const, overloadable))
3703 native_acos(float4 v);
3749 extern float4 __attribute__((const, overloadable))
3750 native_acosh(float4 v);
3800 extern float4 __attribute__((const, overloadable))
3801 native_acospi(float4 v);
3849 extern float4 __attribute__((const, overloadable))
3850 native_asin(float4 v);
3896 extern float4 __attribute__((const, overloadable))
3897 native_asinh(float4 v);
3947 extern float4 __attribute__((const, overloadable))
3948 native_asinpi(float4 v);
3994 extern float4 __attribute__((const, overloadable))
3995 native_atan(float4 v);
4045 extern float4 __attribute__((const, overloadable))
4046 native_atan2(float4 numerator, float4 denominator);
4099 extern float4 __attribute__((const, overloadable))
4100 native_atan2pi(float4 numerator, float4 denominator);
4146 extern float4 __attribute__((const, overloadable))
4147 native_atanh(float4 v);
4195 extern float4 __attribute__((const, overloadable))
4196 native_atanpi(float4 v);
4242 extern float4 __attribute__((const, overloadable))
4243 native_cbrt(float4 v);
4289 extern float4 __attribute__((const, overloadable))
4290 native_cos(float4 v);
4336 extern float4 __attribute__((const, overloadable))
4337 native_cosh(float4 v);
4385 extern float4 __attribute__((const, overloadable))
4386 native_cospi(float4 v);
4430 extern float4 __attribute__((const, overloadable))
4431 native_divide(float4 left_vector, float4 right_vector);
4480 extern float4 __attribute__((const, overloadable))
4481 native_exp(float4 v);
4530 extern float4 __attribute__((const, overloadable))
4531 native_exp10(float4 v);
4580 extern float4 __attribute__((const, overloadable))
4581 native_exp2(float4 v);
4627 extern float4 __attribute__((const, overloadable))
4628 native_expm1(float4 v);
4674 extern float4 __attribute__((const, overloadable))
4675 native_hypot(float4 a, float4 b);
4723 extern float4 __attribute__((const, overloadable))
4724 native_log(float4 v);
4772 extern float4 __attribute__((const, overloadable))
4773 native_log10(float4 v);
4819 extern float4 __attribute__((const, overloadable))
4820 native_log1p(float4 v);
4868 extern float4 __attribute__((const, overloadable))
4869 native_log2(float4 v);
4919 extern float4 __attribute__((const, overloadable))
4920 native_powr(float4 base, float4 exponent);
4966 extern float4 __attribute__((const, overloadable))
4967 native_recip(float4 v);
5013 extern float4 __attribute__((const, overloadable))
5014 native_rootn(float4 v, int4 n);
5060 extern float4 __attribute__((const, overloadable))
5061 native_rsqrt(float4 v);
5107 extern float4 __attribute__((const, overloadable))
5108 native_sin(float4 v);
5160 extern float4 __attribute__((overloadable))
5161 native_sincos(float4 v, float4* cos);
5207 extern float4 __attribute__((const, overloadable))
5208 native_sinh(float4 v);
5256 extern float4 __attribute__((const, overloadable))
5257 native_sinpi(float4 v);
5303 extern float4 __attribute__((const, overloadable))
5304 native_sqrt(float4 v);
5348 extern float4 __attribute__((const, overloadable))
5349 native_tan(float4 v);
5395 extern float4 __attribute__((const, overloadable))
5396 native_tanh(float4 v);
5444 extern float4 __attribute__((const, overloadable))
5445 native_tanpi(float4 v);
5485 extern float4 __attribute__((const, overloadable))
5486 nextafter(float4 v, float4 target);
5525 extern float4 __attribute__((const, overloadable))
5526 pow(float4 base, float4 exponent);
5565 extern float4 __attribute__((const, overloadable))
5566 pown(float4 base, int4 exponent);
5607 extern float4 __attribute__((const, overloadable))
5608 powr(float4 base, float4 exponent);
5644 extern float4 __attribute__((const, overloadable))
5645 radians(float4 v);
5686 extern float4 __attribute__((const, overloadable))
5687 remainder(float4 numerator, float4 denominator);
5740 extern float4 __attribute__((overloadable))
5741 remquo(float4 numerator, float4 denominator, int4* quotient);
5783 extern float4 __attribute__((const, overloadable))
5784 rint(float4 v);
5822 extern float4 __attribute__((const, overloadable))
5823 rootn(float4 v, int4 n);
5865 extern float4 __attribute__((const, overloadable))
5866 round(float4 v);
5904 extern float4 __attribute__((const, overloadable))
5905 rsqrt(float4 v);
5945 extern float4 __attribute__((const, overloadable))
5946 sign(float4 v);
5984 extern float4 __attribute__((const, overloadable))
5985 sin(float4 v);
6029 extern float4 __attribute__((overloadable))
6030 sincos(float4 v, float4* cos);
6068 extern float4 __attribute__((const, overloadable))
6069 sinh(float4 v);
6109 extern float4 __attribute__((const, overloadable))
6110 sinpi(float4 v);
6148 extern float4 __attribute__((const, overloadable))
6149 sqrt(float4 v);
6189 extern float4 __attribute__((const, overloadable))
6190 step(float4 edge, float4 v);
6218 extern float4 __attribute__((const, overloadable))
6219 step(float4 edge, float v);
6247 extern float4 __attribute__((const, overloadable))
6248 step(float edge, float4 v);
6282 extern float4 __attribute__((const, overloadable))
6283 tan(float4 v);
6321 extern float4 __attribute__((const, overloadable))
6322 tanh(float4 v);
6362 extern float4 __attribute__((const, overloadable))
6363 tanpi(float4 v);
6401 extern float4 __attribute__((const, overloadable))
6402 tgamma(float4 v);
6442 extern float4 __attribute__((const, overloadable))
6443 trunc(float4 v);