Home
last modified time | relevance | path

Searched defs:aExp (Results 1 – 2 of 2) sorted by relevance

/external/qemu/fpu/
Dsoftfloat.c1291 int16 aExp, shiftCount; in float32_to_int32() local
1321 int16 aExp, shiftCount; in float32_to_int32_round_to_zero() local
1363 int16 aExp, shiftCount; in float32_to_int64() local
1399 int16 aExp, shiftCount; in float32_to_int64_round_to_zero() local
1442 int16 aExp; in float32_to_float64() local
1473 int16 aExp; in float32_to_floatx80() local
1506 int16 aExp; in float32_to_float128() local
1537 int16 aExp; in float32_round_to_int() local
1596 int16 aExp, bExp, zExp; in addFloat32Sigs() local
1667 int16 aExp, bExp, zExp; in subFloat32Sigs() local
[all …]
Dsoftfloat-macros.h578 static bits32 estimateSqrt32( int16 aExp, bits32 a ) in estimateSqrt32()