Searched refs:IOFixed (Results 1 – 3 of 3) sorted by relevance
609 static inline IOFixed610 IOFixedMultiply(IOFixed a, IOFixed b) in IOFixedMultiply()612 return (IOFixed)((((SInt64) a) * ((SInt64) b)) >> 16); in IOFixedMultiply()615 static inline IOFixed616 IOFixedDivide(IOFixed a, IOFixed b) in IOFixedDivide()618 return (IOFixed)((((SInt64) a) << 16) / ((SInt64) b)); in IOFixedDivide()
79 typedef SInt32 IOFixed; typedef236 typedef int32_t IOFixed; typedef