Searched refs:FXP_INTEGER_MASK (Results 1 – 2 of 2) sorted by relevance
322 #define FXP_INTEGER_MASK 0x7fff0000 macro393 return (input & FXP_INTEGER_MASK) + FXP_ONE; in fxpCeil()403 return (input & FXP_INTEGER_MASK); in fxpFloor()
336 #define FXP_INTEGER_MASK 0x7fff0000 macro407 return (input & FXP_INTEGER_MASK) + FXP_ONE; in fxpCeil()417 return (input & FXP_INTEGER_MASK); in fxpFloor()