Home | History | Annotate | Download | only in runtime

Lines Matching defs:mad

587 extern float __attribute__((overloadable)) mad(float a, float b, float c) {
590 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) {
593 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) {
596 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) {
2070 HN_FUNC_HN_HN_HN(mad);