Searched refs:FT_MSB (Results 1 – 1 of 1) 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 ) macro422 #define FT_MSB( x ) FT_MSB_i386( x ) macro428 #define FT_MSB( x ) (FT_Int)( 63 - _leadz( x ) ) macro434 #define FT_MSB( x ) (FT_Int)( 31 - _leadz32( x ) ) macro441 #ifndef FT_MSB444 FT_MSB( FT_UInt32 z );