Home
last modified time | relevance | path

Searched refs:softfloat_countLeadingZeros64 (Results 1 – 25 of 611) sorted by path

12345678910>>...25

/dports/emulators/mame/mame-mame0226/3rdparty/softfloat3/source/
H A Di64_to_extF80.c56 shiftDist = softfloat_countLeadingZeros64( absA ); in i64_to_extF80()
H A Di64_to_extF80M.c68 shiftDist = softfloat_countLeadingZeros64( absA ); in i64_to_extF80M()
H A Di64_to_f128.c57 shiftDist = softfloat_countLeadingZeros64( absA ) + 49; in i64_to_f128()
H A Di64_to_f128M.c70 shiftDist = softfloat_countLeadingZeros64( absA ) + 17; in i64_to_f128M()
H A Di64_to_f16.c53 shiftDist = softfloat_countLeadingZeros64( absA ) - 53; in i64_to_f16()
H A Di64_to_f32.c53 shiftDist = softfloat_countLeadingZeros64( absA ) - 40; in i64_to_f32()
H A Ds_countLeadingZeros64.c40 #ifndef softfloat_countLeadingZeros64
42 #define softfloat_countLeadingZeros64 softfloat_countLeadingZeros64 macro
45 uint_fast8_t softfloat_countLeadingZeros64( uint64_t a ) in softfloat_countLeadingZeros64() function
H A Ds_mulAddF128.c290 shiftDist = softfloat_countLeadingZeros64( sigZ.v64 ); in softfloat_mulAddF128()
H A Ds_mulAddF32.c179 shiftDist = softfloat_countLeadingZeros64( sig64Z ) - 1; in softfloat_mulAddF32()
H A Ds_mulAddF64.c195 shiftDist = softfloat_countLeadingZeros64( sig128Z.v64 ) - 1; in softfloat_mulAddF64()
447 shiftDist += softfloat_countLeadingZeros64( sigZ ) - 1; in softfloat_mulAddF64()
H A Ds_normExtF80SigM.c47 shiftDist = softfloat_countLeadingZeros64( sig ); in softfloat_normExtF80SigM()
H A Ds_normRoundPackToExtF80.c59 shiftDist = softfloat_countLeadingZeros64( sig ); in softfloat_normRoundPackToExtF80()
H A Ds_normRoundPackToF128.c57 shiftDist = softfloat_countLeadingZeros64( sig64 ) - 15; in softfloat_normRoundPackToF128()
H A Ds_normRoundPackToF64.c48 shiftDist = softfloat_countLeadingZeros64( sig ) - 1; in softfloat_normRoundPackToF64()
H A Ds_normSubnormalExtF80Sig.c46 shiftDist = softfloat_countLeadingZeros64( sig ); in softfloat_normSubnormalExtF80Sig()
H A Ds_normSubnormalF128Sig.c48 shiftDist = softfloat_countLeadingZeros64( sig0 ) - 15; in softfloat_normSubnormalF128Sig()
58 shiftDist = softfloat_countLeadingZeros64( sig64 ) - 15; in softfloat_normSubnormalF128Sig()
H A Ds_normSubnormalF64Sig.c46 shiftDist = softfloat_countLeadingZeros64( sig ) - 11; in softfloat_normSubnormalF64Sig()
H A Ds_subMagsF64.c89 shiftDist = softfloat_countLeadingZeros64( sigDiff ) - 11; in softfloat_subMagsF64()
H A Dui64_to_extF80.c50 shiftDist = softfloat_countLeadingZeros64( a ); in ui64_to_extF80()
H A Dui64_to_extF80M.c64 shiftDist = softfloat_countLeadingZeros64( a ); in ui64_to_extF80M()
H A Dui64_to_f128.c53 shiftDist = softfloat_countLeadingZeros64( a ) + 49; in ui64_to_f128()
H A Dui64_to_f128M.c65 shiftDist = softfloat_countLeadingZeros64( a ) + 17; in ui64_to_f128M()
H A Dui64_to_f16.c48 shiftDist = softfloat_countLeadingZeros64( a ) - 53; in ui64_to_f16()
/dports/emulators/mame/mame-mame0226/3rdparty/softfloat3/source/include/
H A Dopts-GCC.h55 INLINE uint_fast8_t softfloat_countLeadingZeros64( uint64_t a ) in softfloat_countLeadingZeros64() function
57 #define softfloat_countLeadingZeros64 softfloat_countLeadingZeros64 macro
H A Dprimitives.h155 #ifndef softfloat_countLeadingZeros64
160 uint_fast8_t softfloat_countLeadingZeros64( uint64_t a );

12345678910>>...25