Searched refs:V2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/generic/mpu401/
H A Dmpu401_priv.h42 bool V2; member in struct:_mpu401device
H A Dmpu401.c42 mpu_device.V2 = FALSE;
87 mpu_device.V2 = TRUE;
136 // the undocumented V2 module is not complete
139 if (mpu_device->V2 == TRUE)
/haiku/src/apps/showimage/
H A DFilter.cpp547 #define V2(i) from_fixed_point(a[i] * alpha0 + c[i] * alpha1); macro
573 destData[0] = V2(0);
574 destData[1] = V2(1);
575 destData[2] = V2(2);
576 destData[3] = V2(3);

Completed in 41 milliseconds