Home | History | Annotate | Download | only in runtime

Lines Matching refs:mad

467 extern float __attribute__((overloadable)) mad(float a, float b, float c) {
470 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) {
473 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) {
476 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) {