Searched defs:FT_MSB (Results 1 – 6 of 6) sorted by relevance
367 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro371 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro382 #define FT_MSB( x ) ( 31 - _CountLeadingZeros( x ) ) macro389 #define FT_MSB( x ) ( 31 - _CountLeadingZeros( x ) ) macro407 #define FT_MSB( x ) FT_MSB_i386( x ) macro415 #define FT_MSB( x ) (FT_Int)( 63 - _leadz( x ) ) macro421 #define FT_MSB( x ) (FT_Int)( 31 - _leadz32( x ) ) macro
367 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro371 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro394 #define FT_MSB( x ) ( FT_MSB_i386( x ) ) macro
113 FT_MSB( FT_UInt32 z ) in FT_MSB() function
114 FT_MSB( FT_UInt32 z ) in FT_MSB() function