Lines Matching refs:float2
209 extern float2 __attribute__((const, overloadable))
210 acos(float2 v);
248 extern float2 __attribute__((const, overloadable))
249 acosh(float2 v);
289 extern float2 __attribute__((const, overloadable))
290 acospi(float2 v);
328 extern float2 __attribute__((const, overloadable))
329 asin(float2 v);
367 extern float2 __attribute__((const, overloadable))
368 asinh(float2 v);
408 extern float2 __attribute__((const, overloadable))
409 asinpi(float2 v);
447 extern float2 __attribute__((const, overloadable))
448 atan(float2 v);
490 extern float2 __attribute__((const, overloadable))
491 atan2(float2 numerator, float2 denominator);
535 extern float2 __attribute__((const, overloadable))
536 atan2pi(float2 numerator, float2 denominator);
574 extern float2 __attribute__((const, overloadable))
575 atanh(float2 v);
615 extern float2 __attribute__((const, overloadable))
616 atanpi(float2 v);
654 extern float2 __attribute__((const, overloadable))
655 cbrt(float2 v);
695 extern float2 __attribute__((const, overloadable))
696 ceil(float2 v);
743 extern float2 __attribute__((const, overloadable))
744 clamp(float2 value, float2 min_value, float2 max_value);
752 extern float2 __attribute__((const, overloadable))
753 clamp(float2 value, float min_value, float max_value);
1167 extern float2 __attribute__((const, overloadable))
1168 copysign(float2 magnitude_value, float2 sign_value);
1206 extern float2 __attribute__((const, overloadable))
1207 cos(float2 v);
1245 extern float2 __attribute__((const, overloadable))
1246 cosh(float2 v);
1286 extern float2 __attribute__((const, overloadable))
1287 cospi(float2 v);
1323 extern float2 __attribute__((const, overloadable))
1324 degrees(float2 v);
1360 extern float2 __attribute__((const, overloadable))
1361 erf(float2 v);
1397 extern float2 __attribute__((const, overloadable))
1398 erfc(float2 v);
1436 extern float2 __attribute__((const, overloadable))
1437 exp(float2 v);
1475 extern float2 __attribute__((const, overloadable))
1476 exp10(float2 v);
1514 extern float2 __attribute__((const, overloadable))
1515 exp2(float2 v);
1553 extern float2 __attribute__((const, overloadable))
1554 expm1(float2 v);
1592 extern float2 __attribute__((const, overloadable))
1593 fabs(float2 v);
1631 extern float2 __attribute__((const, overloadable))
1632 fdim(float2 a, float2 b);
1672 extern float2 __attribute__((const, overloadable))
1673 floor(float2 v);
1713 extern float2 __attribute__((const, overloadable))
1714 fma(float2 multiplicand1, float2 multiplicand2, float2 offset);
1752 extern float2 __attribute__((const, overloadable))
1753 fmax(float2 a, float2 b);
1781 extern float2 __attribute__((const, overloadable))
1782 fmax(float2 a, float b);
1815 extern float2 __attribute__((const, overloadable))
1816 fmin(float2 a, float2 b);
1844 extern float2 __attribute__((const, overloadable))
1845 fmin(float2 a, float b);
1880 extern float2 __attribute__((const, overloadable))
1881 fmod(float2 numerator, float2 denominator);
1924 extern float2 __attribute__((overloadable))
1925 fract(float2 v, float2* floor);
1942 static inline float2 __attribute__((const, overloadable))
1943 fract(float2 v) {
1944 float2 unused;
1971 extern float2 __attribute__((overloadable))
1972 fract(float2 v);
2041 extern float2 __attribute__((overloadable))
2042 frexp(float2 v, int2* exponent);
2085 extern float2 __attribute__((const, overloadable))
2086 half_recip(float2 v);
2114 extern float2 __attribute__((const, overloadable))
2115 half_rsqrt(float2 v);
2143 extern float2 __attribute__((const, overloadable))
2144 half_sqrt(float2 v);
2167 extern float2 __attribute__((const, overloadable))
2168 hypot(float2 a, float2 b);
2212 ilogb(float2 v);
2255 extern float2 __attribute__((const, overloadable))
2256 ldexp(float2 mantissa, int2 exponent);
2284 extern float2 __attribute__((const, overloadable))
2285 ldexp(float2 mantissa, int exponent);
2322 extern float2 __attribute__((const, overloadable))
2323 lgamma(float2 v);
2354 extern float2 __attribute__((overloadable))
2355 lgamma(float2 v, int2* sign_of_gamma);
2393 extern float2 __attribute__((const, overloadable))
2394 log(float2 v);
2432 extern float2 __attribute__((const, overloadable))
2433 log10(float2 v);
2471 extern float2 __attribute__((const, overloadable))
2472 log1p(float2 v);
2510 extern float2 __attribute__((const, overloadable))
2511 log2(float2 v);
2554 extern float2 __attribute__((const, overloadable))
2555 logb(float2 v);
2595 extern float2 __attribute__((const, overloadable))
2596 mad(float2 multiplicand1, float2 multiplicand2, float2 offset);
2632 extern float2 __attribute__((const, overloadable))
2633 max(float2 a, float2 b);
2661 extern float2 __attribute__((const, overloadable))
2662 max(float2 a, float b);
3093 extern float2 __attribute__((const, overloadable))
3094 min(float2 a, float2 b);
3122 extern float2 __attribute__((const, overloadable))
3123 min(float2 a, float b);
3557 extern float2 __attribute__((const, overloadable))
3558 mix(float2 start, float2 stop, float2 fraction);
3586 extern float2 __attribute__((const, overloadable))
3587 mix(float2 start, float2 stop, float fraction);
3627 extern float2 __attribute__((overloadable))
3628 modf(float2 v, float2* integral_part);
3692 extern float2 __attribute__((const, overloadable))
3693 native_acos(float2 v);
3739 extern float2 __attribute__((const, overloadable))
3740 native_acosh(float2 v);
3790 extern float2 __attribute__((const, overloadable))
3791 native_acospi(float2 v);
3839 extern float2 __attribute__((const, overloadable))
3840 native_asin(float2 v);
3886 extern float2 __attribute__((const, overloadable))
3887 native_asinh(float2 v);
3937 extern float2 __attribute__((const, overloadable))
3938 native_asinpi(float2 v);
3984 extern float2 __attribute__((const, overloadable))
3985 native_atan(float2 v);
4035 extern float2 __attribute__((const, overloadable))
4036 native_atan2(float2 numerator, float2 denominator);
4089 extern float2 __attribute__((const, overloadable))
4090 native_atan2pi(float2 numerator, float2 denominator);
4136 extern float2 __attribute__((const, overloadable))
4137 native_atanh(float2 v);
4185 extern float2 __attribute__((const, overloadable))
4186 native_atanpi(float2 v);
4232 extern float2 __attribute__((const, overloadable))
4233 native_cbrt(float2 v);
4279 extern float2 __attribute__((const, overloadable))
4280 native_cos(float2 v);
4326 extern float2 __attribute__((const, overloadable))
4327 native_cosh(float2 v);
4375 extern float2 __attribute__((const, overloadable))
4376 native_cospi(float2 v);
4420 extern float2 __attribute__((const, overloadable))
4421 native_divide(float2 left_vector, float2 right_vector);
4470 extern float2 __attribute__((const, overloadable))
4471 native_exp(float2 v);
4520 extern float2 __attribute__((const, overloadable))
4521 native_exp10(float2 v);
4570 extern float2 __attribute__((const, overloadable))
4571 native_exp2(float2 v);
4617 extern float2 __attribute__((const, overloadable))
4618 native_expm1(float2 v);
4664 extern float2 __attribute__((const, overloadable))
4665 native_hypot(float2 a, float2 b);
4713 extern float2 __attribute__((const, overloadable))
4714 native_log(float2 v);
4762 extern float2 __attribute__((const, overloadable))
4763 native_log10(float2 v);
4809 extern float2 __attribute__((const, overloadable))
4810 native_log1p(float2 v);
4858 extern float2 __attribute__((const, overloadable))
4859 native_log2(float2 v);
4909 extern float2 __attribute__((const, overloadable))
4910 native_powr(float2 base, float2 exponent);
4956 extern float2 __attribute__((const, overloadable))
4957 native_recip(float2 v);
5003 extern float2 __attribute__((const, overloadable))
5004 native_rootn(float2 v, int2 n);
5050 extern float2 __attribute__((const, overloadable))
5051 native_rsqrt(float2 v);
5097 extern float2 __attribute__((const, overloadable))
5098 native_sin(float2 v);
5150 extern float2 __attribute__((overloadable))
5151 native_sincos(float2 v, float2* cos);
5197 extern float2 __attribute__((const, overloadable))
5198 native_sinh(float2 v);
5246 extern float2 __attribute__((const, overloadable))
5247 native_sinpi(float2 v);
5293 extern float2 __attribute__((const, overloadable))
5294 native_sqrt(float2 v);
5338 extern float2 __attribute__((const, overloadable))
5339 native_tan(float2 v);
5385 extern float2 __attribute__((const, overloadable))
5386 native_tanh(float2 v);
5434 extern float2 __attribute__((const, overloadable))
5435 native_tanpi(float2 v);
5479 extern float2 __attribute__((const, overloadable))
5480 nextafter(float2 v, float2 target);
5519 extern float2 __attribute__((const, overloadable))
5520 pow(float2 base, float2 exponent);
5559 extern float2 __attribute__((const, overloadable))
5560 pown(float2 base, int2 exponent);
5601 extern float2 __attribute__((const, overloadable))
5602 powr(float2 base, float2 exponent);
5638 extern float2 __attribute__((const, overloadable))
5639 radians(float2 v);
5680 extern float2 __attribute__((const, overloadable))
5681 remainder(float2 numerator, float2 denominator);
5734 extern float2 __attribute__((overloadable))
5735 remquo(float2 numerator, float2 denominator, int2* quotient);
5777 extern float2 __attribute__((const, overloadable))
5778 rint(float2 v);
5816 extern float2 __attribute__((const, overloadable))
5817 rootn(float2 v, int2 n);
5859 extern float2 __attribute__((const, overloadable))
5860 round(float2 v);
5898 extern float2 __attribute__((const, overloadable))
5899 rsqrt(float2 v);
5939 extern float2 __attribute__((const, overloadable))
5940 sign(float2 v);
5978 extern float2 __attribute__((const, overloadable))
5979 sin(float2 v);
6023 extern float2 __attribute__((overloadable))
6024 sincos(float2 v, float2* cos);
6062 extern float2 __attribute__((const, overloadable))
6063 sinh(float2 v);
6103 extern float2 __attribute__((const, overloadable))
6104 sinpi(float2 v);
6142 extern float2 __attribute__((const, overloadable))
6143 sqrt(float2 v);
6183 extern float2 __attribute__((const, overloadable))
6184 step(float2 edge, float2 v);
6212 extern float2 __attribute__((const, overloadable))
6213 step(float2 edge, float v);
6237 extern float2 __attribute__((const, overloadable))
6238 step(float edge, float2 v);
6276 extern float2 __attribute__((const, overloadable))
6277 tan(float2 v);
6315 extern float2 __attribute__((const, overloadable))
6316 tanh(float2 v);
6356 extern float2 __attribute__((const, overloadable))
6357 tanpi(float2 v);
6395 extern float2 __attribute__((const, overloadable))
6396 tgamma(float2 v);
6436 extern float2 __attribute__((const, overloadable))
6437 trunc(float2 v);