Home
last modified time | relevance | path

Searched refs:uint_fast8_t (Results 1 – 25 of 88) sorted by relevance

1234

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dsoftfloat.h58 extern uint_fast8_t softfloat_detectTininess;
67 extern uint_fast8_t softfloat_roundingMode;
79 extern uint_fast8_t softfloat_exceptionFlags;
91 void softfloat_raiseFlags( uint_fast8_t );
132 uint_fast32_t f32_to_ui32( float32_t, uint_fast8_t, bool );
133 uint_fast64_t f32_to_ui64( float32_t, uint_fast8_t, bool );
134 int_fast32_t f32_to_i32( float32_t, uint_fast8_t, bool );
135 int_fast64_t f32_to_i64( float32_t, uint_fast8_t, bool );
147 float32_t f32_roundToInt( float32_t, uint_fast8_t, bool );
166 uint_fast32_t f64_to_ui32( float64_t, uint_fast8_t, bool );
[all …]
H A Dprimitives.h54 uint64_t softfloat_shortShiftRightJam64( uint64_t a, uint_fast8_t count ) in softfloat_shortShiftRightJam64()
57 uint64_t softfloat_shortShiftRightJam64( uint64_t a, uint_fast8_t count );
118 INLINE uint_fast8_t softfloat_countLeadingZeros32( uint32_t a ) in softfloat_countLeadingZeros32()
120 uint_fast8_t count = 0; in softfloat_countLeadingZeros32()
133 uint_fast8_t softfloat_countLeadingZeros32( uint32_t a );
142 uint_fast8_t softfloat_countLeadingZeros64( uint64_t a );
246 softfloat_shortShiftLeft128( uint64_t a64, uint64_t a0, uint_fast8_t count ) in softfloat_shortShiftLeft128()
255 softfloat_shortShiftLeft128( uint64_t a64, uint64_t a0, uint_fast8_t count );
267 softfloat_shortShiftRight128( uint64_t a64, uint64_t a0, uint_fast8_t count ) in softfloat_shortShiftRight128()
276 softfloat_shortShiftRight128( uint64_t a64, uint64_t a0, uint_fast8_t count );
[all …]
H A Dinternals.h62 softfloat_roundPackToUI32( bool, uint_fast64_t, uint_fast8_t, bool );
67 bool, uint_fast64_t, uint_fast64_t, uint_fast8_t, bool );
70 softfloat_roundPackMToUI64( bool, uint32_t *, uint_fast8_t, bool );
74 softfloat_roundPackToI32( bool, uint_fast64_t, uint_fast8_t, bool );
79 bool, uint_fast64_t, uint_fast64_t, uint_fast8_t, bool );
81 int_fast64_t softfloat_roundPackMToI64( bool, uint32_t *, uint_fast8_t, bool );
103 uint_fast32_t, uint_fast32_t, uint_fast32_t, uint_fast8_t );
124 uint_fast64_t, uint_fast64_t, uint_fast64_t, uint_fast8_t );
144 bool, int_fast32_t, uint_fast64_t, uint_fast64_t, uint_fast8_t );
147 bool, int_fast32_t, uint_fast64_t, uint_fast64_t, uint_fast8_t );
[all …]
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Dsoftfloat_state.c44 uint_fast8_t softfloat_roundingMode = softfloat_round_near_even;
45 uint_fast8_t softfloat_detectTininess = init_detectTininess;
46 uint_fast8_t softfloat_exceptionFlags = 0;
48 uint_fast8_t extF80_roundingPrecision = 80;
H A Ds_remStepMBy32.c46 uint_fast8_t size_words, in softfloat_remStepMBy32()
48 uint_fast8_t count, in softfloat_remStepMBy32()
54 uint_fast8_t negCount; in softfloat_remStepMBy32()
58 uint_fast8_t borrow; in softfloat_remStepMBy32()
H A Ds_addComplCarryM.c44 uint_fast8_t
46 uint_fast8_t size_words, in softfloat_addComplCarryM()
49 uint_fast8_t carry, in softfloat_addComplCarryM()
H A Ds_addCarryM.c44 uint_fast8_t
46 uint_fast8_t size_words, in softfloat_addCarryM()
49 uint_fast8_t carry, in softfloat_addCarryM()
H A Ds_shortShiftRightExtendM.c46 uint_fast8_t size_words, in softfloat_shortShiftRightExtendM()
48 uint_fast8_t count, in softfloat_shortShiftRightExtendM()
52 uint_fast8_t negCount; in softfloat_shortShiftRightExtendM()
H A Ds_shortShiftRightM.c46 uint_fast8_t size_words, in softfloat_shortShiftRightM()
48 uint_fast8_t count, in softfloat_shortShiftRightM()
52 uint_fast8_t negCount; in softfloat_shortShiftRightM()
H A Ds_shortShiftLeftM.c46 uint_fast8_t size_words, in softfloat_shortShiftLeftM()
48 uint_fast8_t count, in softfloat_shortShiftLeftM()
52 uint_fast8_t negCount; in softfloat_shortShiftLeftM()
H A Ds_shortShiftRightJamM.c46 uint_fast8_t size_words, in softfloat_shortShiftRightJamM()
48 uint_fast8_t count, in softfloat_shortShiftRightJamM()
52 uint_fast8_t negCount; in softfloat_shortShiftRightJamM()
H A Ds_shiftRightJam256M.c47 uint_fast8_t size_words, in softfloat_shortShiftRightJamM()
49 uint_fast8_t count, in softfloat_shortShiftRightJamM()
53 uint_fast8_t negCount; in softfloat_shortShiftRightJamM()
80 uint_fast8_t i, innerCount; in softfloat_shiftRightJam256M()
H A Ds_shiftLeftM.c48 uint_fast8_t size_words, in softfloat_shiftLeftM()
55 uint_fast8_t innerCount; in softfloat_shiftLeftM()
57 uint_fast8_t i; in softfloat_shiftLeftM()
H A Ds_shiftRightM.c48 uint_fast8_t size_words, in softfloat_shiftRightM()
55 uint_fast8_t innerCount; in softfloat_shiftRightM()
57 uint_fast8_t i; in softfloat_shiftRightM()
H A Ds_countLeadingZeros32.c46 uint_fast8_t softfloat_countLeadingZeros32( uint32_t a ) in softfloat_countLeadingZeros32()
48 uint_fast8_t count; in softfloat_countLeadingZeros32()
H A Ds_countLeadingZeros64.c46 uint_fast8_t softfloat_countLeadingZeros64( uint64_t a ) in softfloat_countLeadingZeros64()
48 uint_fast8_t count; in softfloat_countLeadingZeros64()
H A Ds_negXM.c44 void softfloat_negXM( uint_fast8_t size_words, uint32_t *zPtr ) in softfloat_negXM()
47 uint_fast8_t carry; in softfloat_negXM()
H A Ds_shortShiftRightJam128Extra.c46 uint64_t a64, uint64_t a0, uint64_t extra, uint_fast8_t count ) in softfloat_shortShiftRightJam128Extra()
48 uint_fast8_t negCount; in softfloat_shortShiftRightJam128Extra()
H A Ds_addM.c46 uint_fast8_t size_words, in softfloat_addM()
53 uint_fast8_t carry; in softfloat_addM()
H A Ds_subM.c46 uint_fast8_t size_words, in softfloat_subM()
53 uint_fast8_t borrow; in softfloat_subM()
H A Ds_roundPackToUI32.c46 bool sign, uint_fast64_t sig, uint_fast8_t roundingMode, bool exact ) in softfloat_roundPackToUI32()
49 uint_fast8_t roundIncrement, roundBits; in softfloat_roundPackToUI32()
H A Df128M_roundToInt.c50 uint_fast8_t roundingMode, in f128M_roundToInt()
65 uint_fast8_t roundingMode, in f128M_roundToInt()
76 uint_fast8_t bitPos; in f128M_roundToInt()
81 uint_fast8_t carry; in f128M_roundToInt()
H A Ds_addF128M.c62 uint_fast8_t in softfloat_addF128M()
64 uint_fast8_t, in softfloat_addF128M()
67 uint_fast8_t, in softfloat_addF128M()
71 uint_fast8_t carry; in softfloat_addF128M()
H A Df128M_to_ui32.c47 f128M_to_ui32( const float128_t *aPtr, uint_fast8_t roundingMode, bool exact ) in f128M_to_ui32()
57 f128M_to_ui32( const float128_t *aPtr, uint_fast8_t roundingMode, bool exact ) in f128M_to_ui32()
H A Ds_roundPackToI32.c46 bool sign, uint_fast64_t sig, uint_fast8_t roundingMode, bool exact ) in softfloat_roundPackToI32()
49 uint_fast8_t roundIncrement, roundBits; in softfloat_roundPackToI32()

1234