/external/llvm/lib/Fuzzer/test/ |
CallerCalleeTest.cpp | 18 void f01() { t[(unsigned)'b'] = f12;} function 46 f01(); 49 t[(unsigned)'a'] = f01;
|
/external/deqp/framework/delibs/deimage/ |
deImage.c | 136 int f01 = (xFactor * (256-yFactor)) >> 8; local 152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11)));
|
/external/rmi4utils/rmidevice/ |
rmidevice.cpp | 81 RMIFunction f01; local 85 if (GetFunction(f01, 1)) { 86 queryAddr = f01.GetQueryBase(); 155 fprintf(stderr, "Failed to read F01 Query43.%02d: %s\n", i, strerror(errno)); 215 RMIFunction f01; local 218 if (!GetFunction(f01, 1)) 222 rc = Write(f01.GetCommandBase(), &deviceReset, 1); 311 RMIFunction f01; local 312 if (GetFunction(f01, 0x01)) { 316 rc = Read(f01.GetDataBase(), &status, 1) [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
registers1.cpp | 28 float f01 = *fsrc++ + 1.0f; local 75 *fdest++ = f01;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
registers1.cpp | 28 float f01 = *fsrc++ + 1.0f; local 75 *fdest++ = f01;
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities.h | 468 unsigned char f01 = v[floor_y][ceil_x]; local 475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities.h | 468 unsigned char f01 = v[floor_y][ceil_x]; local 475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
dbreg.h | 516 unsigned char f01 = v[floor_y][3*ceil_x+offset]; local 523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.h | 516 unsigned char f01 = v[floor_y][3*ceil_x+offset]; local 523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
arm_math.h | 7143 float32_t f00, f01, f10, f11; local [all...] |