Lines Matching refs:float3

26  * float3 a, b;
212 extern float3 __attribute__((const, overloadable))
213 acos(float3 v);
231 extern float3 __attribute__((const, overloadable))
232 acosh(float3 v);
252 extern float3 __attribute__((const, overloadable))
253 acospi(float3 v);
271 extern float3 __attribute__((const, overloadable))
272 asin(float3 v);
290 extern float3 __attribute__((const, overloadable))
291 asinh(float3 v);
311 extern float3 __attribute__((const, overloadable))
312 asinpi(float3 v);
330 extern float3 __attribute__((const, overloadable))
331 atan(float3 v);
353 extern float3 __attribute__((const, overloadable))
354 atan2(float3 numerator, float3 denominator);
378 extern float3 __attribute__((const, overloadable))
379 atan2pi(float3 numerator, float3 denominator);
397 extern float3 __attribute__((const, overloadable))
398 atanh(float3 v);
418 extern float3 __attribute__((const, overloadable))
419 atanpi(float3 v);
437 extern float3 __attribute__((const, overloadable))
438 cbrt(float3 v);
458 extern float3 __attribute__((const, overloadable))
459 ceil(float3 v);
486 extern float3 __attribute__((const, overloadable))
487 clamp(float3 value, float3 min_value, float3 max_value);
495 extern float3 __attribute__((const, overloadable))
496 clamp(float3 value, float min_value, float max_value);
875 extern float3 __attribute__((const, overloadable))
876 copysign(float3 magnitude_value, float3 sign_value);
894 extern float3 __attribute__((const, overloadable))
895 cos(float3 v);
913 extern float3 __attribute__((const, overloadable))
914 cosh(float3 v);
934 extern float3 __attribute__((const, overloadable))
935 cospi(float3 v);
951 extern float3 __attribute__((const, overloadable))
952 degrees(float3 v);
968 extern float3 __attribute__((const, overloadable))
969 erf(float3 v);
985 extern float3 __attribute__((const, overloadable))
986 erfc(float3 v);
1004 extern float3 __attribute__((const, overloadable))
1005 exp(float3 v);
1023 extern float3 __attribute__((const, overloadable))
1024 exp10(float3 v);
1042 extern float3 __attribute__((const, overloadable))
1043 exp2(float3 v);
1061 extern float3 __attribute__((const, overloadable))
1062 expm1(float3 v);
1080 extern float3 __attribute__((const, overloadable))
1081 fabs(float3 v);
1099 extern float3 __attribute__((const, overloadable))
1100 fdim(float3 a, float3 b);
1120 extern float3 __attribute__((const, overloadable))
1121 floor(float3 v);
1141 extern float3 __attribute__((const, overloadable))
1142 fma(float3 multiplicand1, float3 multiplicand2, float3 offset);
1160 extern float3 __attribute__((const, overloadable))
1161 fmax(float3 a, float3 b);
1169 extern float3 __attribute__((const, overloadable))
1170 fmax(float3 a, float b);
1188 extern float3 __attribute__((const, overloadable))
1189 fmin(float3 a, float3 b);
1197 extern float3 __attribute__((const, overloadable))
1198 fmin(float3 a, float b);
1218 extern float3 __attribute__((const, overloadable))
1219 fmod(float3 numerator, float3 denominator);
1242 extern float3 __attribute__((overloadable))
1243 fract(float3 v, float3* floor);
1260 static inline float3 __attribute__((const, overloadable))
1261 fract(float3 v) {
1262 float3 unused;
1291 extern float3 __attribute__((overloadable))
1292 frexp(float3 v, int3* exponent);
1317 extern float3 __attribute__((const, overloadable))
1318 half_recip(float3 v);
1346 extern float3 __attribute__((const, overloadable))
1347 half_rsqrt(float3 v);
1375 extern float3 __attribute__((const, overloadable))
1376 half_sqrt(float3 v);
1397 extern float3 __attribute__((const, overloadable))
1398 hypot(float3 a, float3 b);
1422 ilogb(float3 v);
1445 extern float3 __attribute__((const, overloadable))
1446 ldexp(float3 mantissa, int3 exponent);
1454 extern float3 __attribute__((const, overloadable))
1455 ldexp(float3 mantissa, int exponent);
1477 extern float3 __attribute__((const, overloadable))
1478 lgamma(float3 v);
1489 extern float3 __attribute__((overloadable))
1490 lgamma(float3 v, int3* sign_of_gamma);
1508 extern float3 __attribute__((const, overloadable))
1509 log(float3 v);
1527 extern float3 __attribute__((const, overloadable))
1528 log10(float3 v);
1546 extern float3 __attribute__((const, overloadable))
1547 log1p(float3 v);
1565 extern float3 __attribute__((const, overloadable))
1566 log2(float3 v);
1589 extern float3 __attribute__((const, overloadable))
1590 logb(float3 v);
1610 extern float3 __attribute__((const, overloadable))
1611 mad(float3 multiplicand1, float3 multiplicand2, float3 offset);
1627 extern float3 __attribute__((const, overloadable))
1628 max(float3 a, float3 b);
1636 extern float3 __attribute__((const, overloadable))
1637 max(float3 a, float b);
2053 extern float3 __attribute__((const, overloadable))
2054 min(float3 a, float3 b);
2062 extern float3 __attribute__((const, overloadable))
2063 min(float3 a, float b);
2482 extern float3 __attribute__((const, overloadable))
2483 mix(float3 start, float3 stop, float3 fraction);
2491 extern float3 __attribute__((const, overloadable))
2492 mix(float3 start, float3 stop, float fraction);
2517 extern float3 __attribute__((overloadable))
2518 modf(float3 v, float3* integral_part);
2554 extern float3 __attribute__((const, overloadable))
2555 native_acos(float3 v);
2581 extern float3 __attribute__((const, overloadable))
2582 native_acosh(float3 v);
2612 extern float3 __attribute__((const, overloadable))
2613 native_acospi(float3 v);
2641 extern float3 __attribute__((const, overloadable))
2642 native_asin(float3 v);
2668 extern float3 __attribute__((const, overloadable))
2669 native_asinh(float3 v);
2699 extern float3 __attribute__((const, overloadable))
2700 native_asinpi(float3 v);
2726 extern float3 __attribute__((const, overloadable))
2727 native_atan(float3 v);
2757 extern float3 __attribute__((const, overloadable))
2758 native_atan2(float3 numerator, float3 denominator);
2791 extern float3 __attribute__((const, overloadable))
2792 native_atan2pi(float3 numerator, float3 denominator);
2818 extern float3 __attribute__((const, overloadable))
2819 native_atanh(float3 v);
2847 extern float3 __attribute__((const, overloadable))
2848 native_atanpi(float3 v);
2874 extern float3 __attribute__((const, overloadable))
2875 native_cbrt(float3 v);
2901 extern float3 __attribute__((const, overloadable))
2902 native_cos(float3 v);
2928 extern float3 __attribute__((const, overloadable))
2929 native_cosh(float3 v);
2957 extern float3 __attribute__((const, overloadable))
2958 native_cospi(float3 v);
2982 extern float3 __attribute__((const, overloadable))
2983 native_divide(float3 left_vector, float3 right_vector);
3012 extern float3 __attribute__((const, overloadable))
3013 native_exp(float3 v);
3042 extern float3 __attribute__((const, overloadable))
3043 native_exp10(float3 v);
3072 extern float3 __attribute__((const, overloadable))
3073 native_exp2(float3 v);
3099 extern float3 __attribute__((const, overloadable))
3100 native_expm1(float3 v);
3126 extern float3 __attribute__((const, overloadable))
3127 native_hypot(float3 a, float3 b);
3155 extern float3 __attribute__((const, overloadable))
3156 native_log(float3 v);
3184 extern float3 __attribute__((const, overloadable))
3185 native_log10(float3 v);
3211 extern float3 __attribute__((const, overloadable))
3212 native_log1p(float3 v);
3240 extern float3 __attribute__((const, overloadable))
3241 native_log2(float3 v);
3271 extern float3 __attribute__((const, overloadable))
3272 native_powr(float3 base, float3 exponent);
3298 extern float3 __attribute__((const, overloadable))
3299 native_recip(float3 v);
3325 extern float3 __attribute__((const, overloadable))
3326 native_rootn(float3 v, int3 n);
3352 extern float3 __attribute__((const, overloadable))
3353 native_rsqrt(float3 v);
3379 extern float3 __attribute__((const, overloadable))
3380 native_sin(float3 v);
3412 extern float3 __attribute__((overloadable))
3413 native_sincos(float3 v, float3* cos);
3439 extern float3 __attribute__((const, overloadable))
3440 native_sinh(float3 v);
3468 extern float3 __attribute__((const, overloadable))
3469 native_sinpi(float3 v);
3495 extern float3 __attribute__((const, overloadable))
3496 native_sqrt(float3 v);
3520 extern float3 __attribute__((const, overloadable))
3521 native_tan(float3 v);
3547 extern float3 __attribute__((const, overloadable))
3548 native_tanh(float3 v);
3576 extern float3 __attribute__((const, overloadable))
3577 native_tanpi(float3 v);
3599 extern float3 __attribute__((const, overloadable))
3600 nextafter(float3 v, float3 target);
3619 extern float3 __attribute__((const, overloadable))
3620 pow(float3 base, float3 exponent);
3639 extern float3 __attribute__((const, overloadable))
3640 pown(float3 base, int3 exponent);
3661 extern float3 __attribute__((const, overloadable))
3662 powr(float3 base, float3 exponent);
3678 extern float3 __attribute__((const, overloadable))
3679 radians(float3 v);
3700 extern float3 __attribute__((const, overloadable))
3701 remainder(float3 numerator, float3 denominator);
3734 extern float3 __attribute__((overloadable))
3735 remquo(float3 numerator, float3 denominator, int3* quotient);
3757 extern float3 __attribute__((const, overloadable))
3758 rint(float3 v);
3776 extern float3 __attribute__((const, overloadable))
3777 rootn(float3 v, int3 n);
3799 extern float3 __attribute__((const, overloadable))
3800 round(float3 v);
3818 extern float3 __attribute__((const, overloadable))
3819 rsqrt(float3 v);
3839 extern float3 __attribute__((const, overloadable))
3840 sign(float3 v);
3858 extern float3 __attribute__((const, overloadable))
3859 sin(float3 v);
3883 extern float3 __attribute__((overloadable))
3884 sincos(float3 v, float3* cos);
3902 extern float3 __attribute__((const, overloadable))
3903 sinh(float3 v);
3923 extern float3 __attribute__((const, overloadable))
3924 sinpi(float3 v);
3942 extern float3 __attribute__((const, overloadable))
3943 sqrt(float3 v);
3963 extern float3 __attribute__((const, overloadable))
3964 step(float3 edge, float3 v);
3972 extern float3 __attribute__((const, overloadable))
3973 step(float3 edge, float v);
3984 extern float3 __attribute__((const, overloadable))
3985 step(float edge, float3 v);
4006 extern float3 __attribute__((const, overloadable))
4007 tan(float3 v);
4025 extern float3 __attribute__((const, overloadable))
4026 tanh(float3 v);
4046 extern float3 __attribute__((const, overloadable))
4047 tanpi(float3 v);
4065 extern float3 __attribute__((const, overloadable))
4066 tgamma(float3 v);
4086 extern float3 __attribute__((const, overloadable))
4087 trunc(float3 v);