Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Df128M_roundToInt.c76 uint_fast8_t bitPos; in f128M_roundToInt() local
143 bitPos = 0x406F - exp; in f128M_roundToInt()
147 bitPos -= roundNear; in f128M_roundToInt()
153 if ( bitPos < 32 ) break; in f128M_roundToInt()
157 bitPos -= 32; in f128M_roundToInt()
159 bit = (uint32_t) 1<<bitPos; in f128M_roundToInt()