Home
last modified time | relevance | path

Searched refs:softfloat_countLeadingZeros32 (Results 1 – 18 of 18) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_countLeadingZeros32.c41 #ifndef softfloat_countLeadingZeros32
43 #define softfloat_countLeadingZeros32 softfloat_countLeadingZeros32 macro
46 uint_fast8_t softfloat_countLeadingZeros32( uint32_t a ) in softfloat_countLeadingZeros32() function
A Ds_normSubnormalF32Sig.c47 shiftCount = softfloat_countLeadingZeros32( sig ) - 8; in softfloat_normSubnormalF32Sig()
A Dui32_to_f64.c52 shiftCount = softfloat_countLeadingZeros32( a ) + 21; in ui32_to_f64()
A Ds_normSubnormalF128SigM.c57 shiftCount += softfloat_countLeadingZeros32( wordSig ) - 15; in softfloat_normSubnormalF128SigM()
A Dui32_to_f128.c51 shiftCount = softfloat_countLeadingZeros32( a ) + 17; in ui32_to_f128()
A Dui32_to_extF80.c51 shiftCount = softfloat_countLeadingZeros32( a ); in ui32_to_extF80()
A Ds_normRoundPackToF32.c49 shiftCount = softfloat_countLeadingZeros32( sig ) - 1; in softfloat_normRoundPackToF32()
A Di32_to_f64.c57 shiftCount = softfloat_countLeadingZeros32( absA ) + 21; in i32_to_f64()
A Di32_to_f128.c55 shiftCount = softfloat_countLeadingZeros32( absA ) + 17; in i32_to_f128()
A Dui32_to_extF80M.c65 shiftCount = softfloat_countLeadingZeros32( a ); in ui32_to_extF80M()
A Di32_to_extF80.c57 shiftCount = softfloat_countLeadingZeros32( absA ); in i32_to_extF80()
A Ds_normRoundPackMToExtF80M.c70 shiftCount += softfloat_countLeadingZeros32( wordSig ); in softfloat_normRoundPackMToExtF80M()
A Ds_normRoundPackMToF128M.c66 shiftCount += softfloat_countLeadingZeros32( wordSig ) - 15; in softfloat_normRoundPackMToF128M()
A Dui32_to_f128M.c64 shiftCount = softfloat_countLeadingZeros32( a ) + 17; in ui32_to_f128M()
A Ds_shiftNormSigF128M.c73 exp -= softfloat_countLeadingZeros32( wordSig ); in softfloat_shiftNormSigF128M()
A Di32_to_extF80M.c69 shiftCount = softfloat_countLeadingZeros32( absA ); in i32_to_extF80M()
A Di32_to_f128M.c69 shiftCount = softfloat_countLeadingZeros32( absA ) + 17; in i32_to_f128M()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h112 #ifndef softfloat_countLeadingZeros32
118 INLINE uint_fast8_t softfloat_countLeadingZeros32( uint32_t a ) in softfloat_countLeadingZeros32() function
133 uint_fast8_t softfloat_countLeadingZeros32( uint32_t a );

Completed in 20 milliseconds