Searched refs:f2 (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dtest_relocs.c13 int f1, f2, expect1 = 1, expect2 = 2; local
16 f2 = func2();
19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" );
21 if (f1 != expect1 || f2 != expect2)
/system/core/libpixelflinger/
H A Dscanline.cpp1200 int f2 = 0x100-f1; local
1204 sR = (f1*sR + f2*dR)>>8;
1205 sG = (f1*sG + f2*dG)>>8;
1206 sB = (f1*sB + f2*dB)>>8;

Completed in 150 milliseconds