Searched refs:softfloat_countLeadingZeros64 (Results 1 - 25 of 26) sorted by relevance

12

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_countLeadingZeros64.c40 #ifndef softfloat_countLeadingZeros64
42 #define softfloat_countLeadingZeros64 softfloat_countLeadingZeros64 macro
45 uint_fast8_t softfloat_countLeadingZeros64( uint64_t a ) function
H A Ds_normExtF80SigM.c47 shiftDist = softfloat_countLeadingZeros64( sig );
H A Ds_normSubnormalF128Sig.c48 shiftDist = softfloat_countLeadingZeros64( sig0 ) - 15;
58 shiftDist = softfloat_countLeadingZeros64( sig64 ) - 15;
H A Ds_normSubnormalExtF80Sig.c46 shiftDist = softfloat_countLeadingZeros64( sig );
H A Ds_normSubnormalF64Sig.c46 shiftDist = softfloat_countLeadingZeros64( sig ) - 11;
H A Ds_normRoundPackToF64.c48 shiftDist = softfloat_countLeadingZeros64( sig ) - 1;
H A Dui64_to_extF80.c50 shiftDist = softfloat_countLeadingZeros64( a );
H A Dui64_to_f16.c48 shiftDist = softfloat_countLeadingZeros64( a ) - 53;
H A Dui64_to_f32.c48 shiftDist = softfloat_countLeadingZeros64( a ) - 40;
H A Dopts-GCC.h55 INLINE uint_fast8_t softfloat_countLeadingZeros64( uint64_t a ) function
57 #define softfloat_countLeadingZeros64 softfloat_countLeadingZeros64 macro
H A Di64_to_extF80.c56 shiftDist = softfloat_countLeadingZeros64( absA );
H A Di64_to_f16.c53 shiftDist = softfloat_countLeadingZeros64( absA ) - 53;
H A Di64_to_f32.c53 shiftDist = softfloat_countLeadingZeros64( absA ) - 40;
H A Ds_normRoundPackToExtF80.c59 shiftDist = softfloat_countLeadingZeros64( sig );
H A Dui64_to_extF80M.c64 shiftDist = softfloat_countLeadingZeros64( a );
H A Dui64_to_f128.c53 shiftDist = softfloat_countLeadingZeros64( a ) + 49;
H A Di64_to_extF80M.c68 shiftDist = softfloat_countLeadingZeros64( absA );
H A Di64_to_f128.c57 shiftDist = softfloat_countLeadingZeros64( absA ) + 49;
H A Dui64_to_f128M.c65 shiftDist = softfloat_countLeadingZeros64( a ) + 17;
H A Di64_to_f128M.c70 shiftDist = softfloat_countLeadingZeros64( absA ) + 17;
H A Ds_normRoundPackToF128.c57 shiftDist = softfloat_countLeadingZeros64( sig64 ) - 15;
H A Ds_subMagsF64.c89 shiftDist = softfloat_countLeadingZeros64( sigDiff ) - 11;
H A Ds_mulAddF32.c179 shiftDist = softfloat_countLeadingZeros64( sig64Z ) - 1;
H A Ds_mulAddF64.c195 shiftDist = softfloat_countLeadingZeros64( sig128Z.v64 ) - 1;
447 shiftDist += softfloat_countLeadingZeros64( sigZ ) - 1;
H A Dprimitives.h155 #ifndef softfloat_countLeadingZeros64
160 uint_fast8_t softfloat_countLeadingZeros64( uint64_t a );

Completed in 58 milliseconds

12