Home
last modified time | relevance | path

Searched refs:exp16_sig32 (Results 1 – 12 of 12) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Ds_normSubnormalF32Sig.c42 struct exp16_sig32 softfloat_normSubnormalF32Sig( uint_fast32_t sig ) in softfloat_normSubnormalF32Sig()
45 struct exp16_sig32 z; in softfloat_normSubnormalF32Sig()
H A Df32_to_f64.c54 struct exp16_sig32 normExpSig; in f32_to_f64()
H A Df32_to_f128.c54 struct exp16_sig32 normExpSig; in f32_to_f128()
H A Df32_to_f128M.c66 struct exp16_sig32 normExpSig; in f32_to_f128M()
H A Df32_to_extF80.c56 struct exp16_sig32 normExpSig; in f32_to_extF80()
H A Df32_to_extF80M.c67 struct exp16_sig32 normExpSig; in f32_to_extF80M()
H A Df32_sqrt.c52 struct exp16_sig32 normExpSig; in f32_sqrt()
H A Df32_mul.c59 struct exp16_sig32 normExpSig; in f32_mul()
H A Df32_rem.c56 struct exp16_sig32 normExpSig; in f32_rem()
H A Df32_div.c58 struct exp16_sig32 normExpSig; in f32_div()
H A Ds_mulAddF32.c60 struct exp16_sig32 normExpSig; in softfloat_mulAddF32()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dinternals.h93 struct exp16_sig32 { int_fast16_t exp; uint_fast32_t sig; }; struct
94 struct exp16_sig32 softfloat_normSubnormalF32Sig( uint_fast32_t );