Lines Matching refs:float3
26 * float3 a, b;
212 extern float3 __attribute__((const, overloadable))
213 acos(float3 v);
251 extern float3 __attribute__((const, overloadable))
252 acosh(float3 v);
292 extern float3 __attribute__((const, overloadable))
293 acospi(float3 v);
331 extern float3 __attribute__((const, overloadable))
332 asin(float3 v);
370 extern float3 __attribute__((const, overloadable))
371 asinh(float3 v);
411 extern float3 __attribute__((const, overloadable))
412 asinpi(float3 v);
450 extern float3 __attribute__((const, overloadable))
451 atan(float3 v);
493 extern float3 __attribute__((const, overloadable))
494 atan2(float3 numerator, float3 denominator);
538 extern float3 __attribute__((const, overloadable))
539 atan2pi(float3 numerator, float3 denominator);
577 extern float3 __attribute__((const, overloadable))
578 atanh(float3 v);
618 extern float3 __attribute__((const, overloadable))
619 atanpi(float3 v);
657 extern float3 __attribute__((const, overloadable))
658 cbrt(float3 v);
698 extern float3 __attribute__((const, overloadable))
699 ceil(float3 v);
746 extern float3 __attribute__((const, overloadable))
747 clamp(float3 value, float3 min_value, float3 max_value);
755 extern float3 __attribute__((const, overloadable))
756 clamp(float3 value, float min_value, float max_value);
1170 extern float3 __attribute__((const, overloadable))
1171 copysign(float3 magnitude_value, float3 sign_value);
1209 extern float3 __attribute__((const, overloadable))
1210 cos(float3 v);
1248 extern float3 __attribute__((const, overloadable))
1249 cosh(float3 v);
1289 extern float3 __attribute__((const, overloadable))
1290 cospi(float3 v);
1326 extern float3 __attribute__((const, overloadable))
1327 degrees(float3 v);
1363 extern float3 __attribute__((const, overloadable))
1364 erf(float3 v);
1400 extern float3 __attribute__((const, overloadable))
1401 erfc(float3 v);
1439 extern float3 __attribute__((const, overloadable))
1440 exp(float3 v);
1478 extern float3 __attribute__((const, overloadable))
1479 exp10(float3 v);
1517 extern float3 __attribute__((const, overloadable))
1518 exp2(float3 v);
1556 extern float3 __attribute__((const, overloadable))
1557 expm1(float3 v);
1595 extern float3 __attribute__((const, overloadable))
1596 fabs(float3 v);
1634 extern float3 __attribute__((const, overloadable))
1635 fdim(float3 a, float3 b);
1675 extern float3 __attribute__((const, overloadable))
1676 floor(float3 v);
1716 extern float3 __attribute__((const, overloadable))
1717 fma(float3 multiplicand1, float3 multiplicand2, float3 offset);
1755 extern float3 __attribute__((const, overloadable))
1756 fmax(float3 a, float3 b);
1784 extern float3 __attribute__((const, overloadable))
1785 fmax(float3 a, float b);
1818 extern float3 __attribute__((const, overloadable))
1819 fmin(float3 a, float3 b);
1847 extern float3 __attribute__((const, overloadable))
1848 fmin(float3 a, float b);
1883 extern float3 __attribute__((const, overloadable))
1884 fmod(float3 numerator, float3 denominator);
1927 extern float3 __attribute__((overloadable))
1928 fract(float3 v, float3* floor);
1950 static inline float3 __attribute__((const, overloadable))
1951 fract(float3 v) {
1952 float3 unused;
1976 extern float3 __attribute__((overloadable))
1977 fract(float3 v);
2044 extern float3 __attribute__((overloadable))
2045 frexp(float3 v, int3* exponent);
2090 extern float3 __attribute__((const, overloadable))
2091 half_recip(float3 v);
2119 extern float3 __attribute__((const, overloadable))
2120 half_rsqrt(float3 v);
2148 extern float3 __attribute__((const, overloadable))
2149 half_sqrt(float3 v);
2170 extern float3 __attribute__((const, overloadable))
2171 hypot(float3 a, float3 b);
2215 ilogb(float3 v);
2258 extern float3 __attribute__((const, overloadable))
2259 ldexp(float3 mantissa, int3 exponent);
2287 extern float3 __attribute__((const, overloadable))
2288 ldexp(float3 mantissa, int exponent);
2325 extern float3 __attribute__((const, overloadable))
2326 lgamma(float3 v);
2357 extern float3 __attribute__((overloadable))
2358 lgamma(float3 v, int3* sign_of_gamma);
2396 extern float3 __attribute__((const, overloadable))
2397 log(float3 v);
2435 extern float3 __attribute__((const, overloadable))
2436 log10(float3 v);
2474 extern float3 __attribute__((const, overloadable))
2475 log1p(float3 v);
2513 extern float3 __attribute__((const, overloadable))
2514 log2(float3 v);
2557 extern float3 __attribute__((const, overloadable))
2558 logb(float3 v);
2598 extern float3 __attribute__((const, overloadable))
2599 mad(float3 multiplicand1, float3 multiplicand2, float3 offset);
2635 extern float3 __attribute__((const, overloadable))
2636 max(float3 a, float3 b);
2664 extern float3 __attribute__((const, overloadable))
2665 max(float3 a, float b);
3096 extern float3 __attribute__((const, overloadable))
3097 min(float3 a, float3 b);
3125 extern float3 __attribute__((const, overloadable))
3126 min(float3 a, float b);
3560 extern float3 __attribute__((const, overloadable))
3561 mix(float3 start, float3 stop, float3 fraction);
3589 extern float3 __attribute__((const, overloadable))
3590 mix(float3 start, float3 stop, float fraction);
3630 extern float3 __attribute__((overloadable))
3631 modf(float3 v, float3* integral_part);
3697 extern float3 __attribute__((const, overloadable))
3698 native_acos(float3 v);
3744 extern float3 __attribute__((const, overloadable))
3745 native_acosh(float3 v);
3795 extern float3 __attribute__((const, overloadable))
3796 native_acospi(float3 v);
3844 extern float3 __attribute__((const, overloadable))
3845 native_asin(float3 v);
3891 extern float3 __attribute__((const, overloadable))
3892 native_asinh(float3 v);
3942 extern float3 __attribute__((const, overloadable))
3943 native_asinpi(float3 v);
3989 extern float3 __attribute__((const, overloadable))
3990 native_atan(float3 v);
4040 extern float3 __attribute__((const, overloadable))
4041 native_atan2(float3 numerator, float3 denominator);
4094 extern float3 __attribute__((const, overloadable))
4095 native_atan2pi(float3 numerator, float3 denominator);
4141 extern float3 __attribute__((const, overloadable))
4142 native_atanh(float3 v);
4190 extern float3 __attribute__((const, overloadable))
4191 native_atanpi(float3 v);
4237 extern float3 __attribute__((const, overloadable))
4238 native_cbrt(float3 v);
4284 extern float3 __attribute__((const, overloadable))
4285 native_cos(float3 v);
4331 extern float3 __attribute__((const, overloadable))
4332 native_cosh(float3 v);
4380 extern float3 __attribute__((const, overloadable))
4381 native_cospi(float3 v);
4425 extern float3 __attribute__((const, overloadable))
4426 native_divide(float3 left_vector, float3 right_vector);
4475 extern float3 __attribute__((const, overloadable))
4476 native_exp(float3 v);
4525 extern float3 __attribute__((const, overloadable))
4526 native_exp10(float3 v);
4575 extern float3 __attribute__((const, overloadable))
4576 native_exp2(float3 v);
4622 extern float3 __attribute__((const, overloadable))
4623 native_expm1(float3 v);
4669 extern float3 __attribute__((const, overloadable))
4670 native_hypot(float3 a, float3 b);
4718 extern float3 __attribute__((const, overloadable))
4719 native_log(float3 v);
4767 extern float3 __attribute__((const, overloadable))
4768 native_log10(float3 v);
4814 extern float3 __attribute__((const, overloadable))
4815 native_log1p(float3 v);
4863 extern float3 __attribute__((const, overloadable))
4864 native_log2(float3 v);
4914 extern float3 __attribute__((const, overloadable))
4915 native_powr(float3 base, float3 exponent);
4961 extern float3 __attribute__((const, overloadable))
4962 native_recip(float3 v);
5008 extern float3 __attribute__((const, overloadable))
5009 native_rootn(float3 v, int3 n);
5055 extern float3 __attribute__((const, overloadable))
5056 native_rsqrt(float3 v);
5102 extern float3 __attribute__((const, overloadable))
5103 native_sin(float3 v);
5155 extern float3 __attribute__((overloadable))
5156 native_sincos(float3 v, float3* cos);
5202 extern float3 __attribute__((const, overloadable))
5203 native_sinh(float3 v);
5251 extern float3 __attribute__((const, overloadable))
5252 native_sinpi(float3 v);
5298 extern float3 __attribute__((const, overloadable))
5299 native_sqrt(float3 v);
5343 extern float3 __attribute__((const, overloadable))
5344 native_tan(float3 v);
5390 extern float3 __attribute__((const, overloadable))
5391 native_tanh(float3 v);
5439 extern float3 __attribute__((const, overloadable))
5440 native_tanpi(float3 v);
5482 extern float3 __attribute__((const, overloadable))
5483 nextafter(float3 v, float3 target);
5522 extern float3 __attribute__((const, overloadable))
5523 pow(float3 base, float3 exponent);
5562 extern float3 __attribute__((const, overloadable))
5563 pown(float3 base, int3 exponent);
5604 extern float3 __attribute__((const, overloadable))
5605 powr(float3 base, float3 exponent);
5641 extern float3 __attribute__((const, overloadable))
5642 radians(float3 v);
5683 extern float3 __attribute__((const, overloadable))
5684 remainder(float3 numerator, float3 denominator);
5737 extern float3 __attribute__((overloadable))
5738 remquo(float3 numerator, float3 denominator, int3* quotient);
5780 extern float3 __attribute__((const, overloadable))
5781 rint(float3 v);
5819 extern float3 __attribute__((const, overloadable))
5820 rootn(float3 v, int3 n);
5862 extern float3 __attribute__((const, overloadable))
5863 round(float3 v);
5901 extern float3 __attribute__((const, overloadable))
5902 rsqrt(float3 v);
5942 extern float3 __attribute__((const, overloadable))
5943 sign(float3 v);
5981 extern float3 __attribute__((const, overloadable))
5982 sin(float3 v);
6026 extern float3 __attribute__((overloadable))
6027 sincos(float3 v, float3* cos);
6065 extern float3 __attribute__((const, overloadable))
6066 sinh(float3 v);
6106 extern float3 __attribute__((const, overloadable))
6107 sinpi(float3 v);
6145 extern float3 __attribute__((const, overloadable))
6146 sqrt(float3 v);
6186 extern float3 __attribute__((const, overloadable))
6187 step(float3 edge, float3 v);
6215 extern float3 __attribute__((const, overloadable))
6216 step(float3 edge, float v);
6242 extern float3 __attribute__((const, overloadable))
6243 step(float edge, float3 v);
6279 extern float3 __attribute__((const, overloadable))
6280 tan(float3 v);
6318 extern float3 __attribute__((const, overloadable))
6319 tanh(float3 v);
6359 extern float3 __attribute__((const, overloadable))
6360 tanpi(float3 v);
6398 extern float3 __attribute__((const, overloadable))
6399 tgamma(float3 v);
6439 extern float3 __attribute__((const, overloadable))
6440 trunc(float3 v);