Searched refs:f1 (Results 1 - 2 of 2) sorted by path

/system/core/libpixelflinger/
H A Dscanline.cpp1220 int f1 = (sA + (sA>>7)); local
1221 int f2 = 0x100-f1;
1225 sR = (f1*sR + f2*dR)>>8;
1226 sG = (f1*sG + f2*dG)>>8;
1227 sB = (f1*sB + f2*dB)>>8;
/system/extras/tests/bionic/libc/bionic/
H A Dtest_relocs.c13 int f1, f2, expect1 = 1, expect2 = 2; local
15 f1 = func1();
18 printf( "func1() returns %d: %s\n", f1, (f1 == expect1) ? "OK" : "FAIL" );
21 if (f1 != expect1 || f2 != expect2)

Completed in 76 milliseconds