Searched defs:mad (Results 1 – 3 of 3) sorted by relevance
1459 and rounds only after the addition. mad() rounds after the multiplication and the addition. function1460 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. function
257 float mad; member269 float mad; /* mad for current frame, = video->avgMAD*/ member
593 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { in mad() function596 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { in mad() function599 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { in mad() function