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 D | ui64_to_f64.c | 53 softfloat_roundPackToF64( in ui64_to_f64()
|
A D | s_normRoundPackToF64.c | 55 return softfloat_roundPackToF64( sign, exp, sig<<shiftCount ); in softfloat_normRoundPackToF64()
|
A D | extF80M_to_f64.c | 102 softfloat_roundPackToF64( in extF80M_to_f64()
|
A D | extF80_to_f64.c | 81 return softfloat_roundPackToF64( sign, exp, sig ); in extF80_to_f64()
|
A D | s_roundPackToF64.c | 45 softfloat_roundPackToF64( bool sign, int_fast16_t exp, uint_fast64_t sig ) in softfloat_roundPackToF64() function
|
A D | f128M_to_f64.c | 94 softfloat_roundPackToF64( in f128M_to_f64()
|
A D | f128_to_f64.c | 84 softfloat_roundPackToF64( in f128_to_f64()
|
A D | s_addMagsF64.c | 104 return softfloat_roundPackToF64( signZ, expZ, sigZ ); in softfloat_addMagsF64()
|
A D | f64_sqrt.c | 123 return softfloat_roundPackToF64( 0, expZ, sigZ ); in f64_sqrt()
|
A D | f64_mul.c | 126 return softfloat_roundPackToF64( signZ, expZ, sigZ ); in f64_mul()
|
A D | f64_div.c | 147 return softfloat_roundPackToF64( signZ, expZ, sigZ ); in f64_div()
|
A D | s_mulAddF64.c | 209 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 D | internals.h | 117 float64_t softfloat_roundPackToF64( bool, int_fast16_t, uint_fast64_t );
|
Completed in 10 milliseconds