Home
last modified time | relevance | path

Searched +defs:f3 +defs:f4 (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_color.c258 float f3 = 2-2*LumaBlue; int32 D3 = FIX(CLAMP(f3,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
259 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
/reactos/sdk/lib/cryptlib/
H A Dsha1.c32 #define f3(x,y,z) ((x&y)|(z&(x|y))) macro
33 #define f4(x,y,z) (x^y^z) macro