Home
last modified time | relevance | path

Searched refs:negShiftCount (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Df128_to_ui64_r_minMag.c50 int_fast16_t negShiftCount; in f128_to_ui64_r_minMag() local
62 negShiftCount = -shiftCount; in f128_to_ui64_r_minMag()
63 z = sig64<<negShiftCount | sig0>>(shiftCount & 63); in f128_to_ui64_r_minMag()
64 if ( exact && (uint64_t) (sig0<<negShiftCount) ) { in f128_to_ui64_r_minMag()
H A Df128_to_i64_r_minMag.c52 int_fast16_t negShiftCount; in f128_to_i64_r_minMag() local
81 negShiftCount = -shiftCount; in f128_to_i64_r_minMag()
82 absZ = sig64<<negShiftCount | sig0>>(shiftCount & 63); in f128_to_i64_r_minMag()
83 if ( exact && (uint64_t) (sig0<<negShiftCount) ) { in f128_to_i64_r_minMag()