Home
last modified time | relevance | path

Searched refs:softfloat_roundPackToF64 (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Dui64_to_f64.c53 softfloat_roundPackToF64( in ui64_to_f64()
A Ds_normRoundPackToF64.c55 return softfloat_roundPackToF64( sign, exp, sig<<shiftCount ); in softfloat_normRoundPackToF64()
A DextF80M_to_f64.c102 softfloat_roundPackToF64( in extF80M_to_f64()
A DextF80_to_f64.c81 return softfloat_roundPackToF64( sign, exp, sig ); in extF80_to_f64()
A Ds_roundPackToF64.c45 softfloat_roundPackToF64( bool sign, int_fast16_t exp, uint_fast64_t sig ) in softfloat_roundPackToF64() function
A Df128M_to_f64.c94 softfloat_roundPackToF64( in f128M_to_f64()
A Df128_to_f64.c84 softfloat_roundPackToF64( in f128_to_f64()
A Ds_addMagsF64.c104 return softfloat_roundPackToF64( signZ, expZ, sigZ ); in softfloat_addMagsF64()
A Df64_sqrt.c123 return softfloat_roundPackToF64( 0, expZ, sigZ ); in f64_sqrt()
A Df64_mul.c126 return softfloat_roundPackToF64( signZ, expZ, sigZ ); in f64_mul()
A Df64_div.c147 return softfloat_roundPackToF64( signZ, expZ, sigZ ); in f64_div()
A Ds_mulAddF64.c209 return softfloat_roundPackToF64( signZ, expZ, sigZ ); in softfloat_mulAddF64()
460 return softfloat_roundPackToF64( signZ, expZ - 1, sigZ ); in softfloat_mulAddF64()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dinternals.h117 float64_t softfloat_roundPackToF64( bool, int_fast16_t, uint_fast64_t );

Completed in 10 milliseconds