Searched defs:mad (Results 1 – 4 of 4) sorted by relevance
1445 and rounds only after the addition. mad() rounds after the multiplication and the addition. function1446 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. function
157 OsclFloat mad; member169 OsclFloat mad; /* mad for current frame, = video->avgMAD*/ member
256 float mad; member268 float mad; /* mad for current frame, = video->avgMAD*/ member
590 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { in mad() function593 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { in mad() function596 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { in mad() function