Home
last modified time | relevance | path

Searched refs:exp16_sig64 (Results 1 – 11 of 11) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Ds_normSubnormalF64Sig.c42 struct exp16_sig64 softfloat_normSubnormalF64Sig( uint_fast64_t sig ) in softfloat_normSubnormalF64Sig()
45 struct exp16_sig64 z; in softfloat_normSubnormalF64Sig()
H A Df64_to_extF80M.c67 struct exp16_sig64 normExpSig; in f64_to_extF80M()
H A Df64_to_f128.c54 struct exp16_sig64 normExpSig; in f64_to_f128()
H A Df64_to_extF80.c56 struct exp16_sig64 normExpSig; in f64_to_extF80()
H A Df64_to_f128M.c66 struct exp16_sig64 normExpSig; in f64_to_f128M()
H A Df64_sqrt.c52 struct exp16_sig64 normExpSig; in f64_sqrt()
H A Df64_mul.c59 struct exp16_sig64 normExpSig; in f64_mul()
H A Df64_div.c58 struct exp16_sig64 normExpSig; in f64_div()
H A Df64_rem.c56 struct exp16_sig64 normExpSig; in f64_rem()
H A Ds_mulAddF64.c62 struct exp16_sig64 normExpSig; in softfloat_mulAddF64()
262 struct exp16_sig64 normExpSig; in softfloat_mulAddF64()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dinternals.h114 struct exp16_sig64 { int_fast16_t exp; uint_fast64_t sig; }; argument
115 struct exp16_sig64 softfloat_normSubnormalF64Sig( uint_fast64_t );