Home
last modified time | relevance | path

Searched refs:softfloat_roundPackToF32 (Results 1 – 16 of 16) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Dui32_to_f32.c52 return softfloat_roundPackToF32( 0, 0x9D, a>>1 | (a & 1) ); in ui32_to_f32()
A Ds_normRoundPackToF32.c55 return softfloat_roundPackToF32( sign, exp, sig<<shiftCount ); in softfloat_normRoundPackToF32()
A Dui64_to_f32.c61 return softfloat_roundPackToF32( 0, 0x9C - shiftCount, sig ); in ui64_to_f32()
A Di64_to_f32.c67 return softfloat_roundPackToF32( sign, 0x9C - shiftCount, sig ); in i64_to_f32()
A Df64_to_f32.c75 return softfloat_roundPackToF32( sign, exp - 0x381, sig32 | 0x40000000 ); in f64_to_f32()
A Df128_to_f32.c80 return softfloat_roundPackToF32( sign, exp, sig32 | 0x40000000 ); in f128_to_f32()
A DextF80M_to_f32.c101 return softfloat_roundPackToF32( sign, exp, sig32 | 0x40000000 ); in extF80M_to_f32()
A DextF80_to_f32.c81 return softfloat_roundPackToF32( sign, exp, sig32 ); in extF80_to_f32()
A Ds_roundPackToF32.c45 softfloat_roundPackToF32( bool sign, int_fast16_t exp, uint_fast32_t sig ) in softfloat_roundPackToF32() function
A Df128M_to_f32.c92 return softfloat_roundPackToF32( sign, exp, sig32 | 0x40000000 ); in f128M_to_f32()
A Df32_sqrt.c111 return softfloat_roundPackToF32( 0, expZ, sigZ ); in f32_sqrt()
A Ds_addMagsF32.c102 return softfloat_roundPackToF32( signZ, expZ, sigZ ); in softfloat_addMagsF32()
A Df32_mul.c105 return softfloat_roundPackToF32( signZ, expZ, sigZ ); in f32_mul()
A Df32_div.c155 return softfloat_roundPackToF32( signZ, expZ, sigZ ); in f32_div()
A Ds_mulAddF32.c176 return softfloat_roundPackToF32( signZ, expZ, sigZ ); in softfloat_mulAddF32()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dinternals.h96 float32_t softfloat_roundPackToF32( bool, int_fast16_t, uint_fast32_t );

Completed in 10 milliseconds