Searched defs:shiftCount (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 254 int8 shiftCount; in normalizeFloat32Subnormal() local 369 int8 shiftCount; in normalizeRoundAndPackFloat32() local 423 int8 shiftCount; in normalizeFloat64Subnormal() local 541 int8 shiftCount; in normalizeRoundAndPackFloat64() local 600 int8 shiftCount; in normalizeFloatx80Subnormal() local 823 int8 shiftCount; in normalizeRoundAndPackFloatx80() local 913 int8 shiftCount; in normalizeFloat128Subnormal() local 1087 int8 shiftCount; in normalizeRoundAndPackFloat128() local 1151 int8 shiftCount; in int32_to_float64() local 1166 int8 shiftCount; in uint32_to_float64() local [all …]
|
| /freebsd-12.1/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 151 int8 shiftCount; in normalizeFloat32Subnormal() local 266 int8 shiftCount; in normalizeRoundAndPackFloat32() local 343 int8 shiftCount; in normalizeFloat64Subnormal() local 500 int8 shiftCount; in normalizeRoundAndPackFloat64() local 551 int8 shiftCount; in int32_to_float64() local 584 int16 aExp, shiftCount; in float32_to_int32() local 655 int16 aExp, shiftCount; in float32_to_int32_round_to_zero() local 1410 int16 aExp, shiftCount; in float64_to_int32() local 1484 int16 aExp, shiftCount; in float64_to_int32_round_to_zero() local
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | slowfloat-32.c | 49 static bits64X shortShift64Left( bits64X a, int8 shiftCount ) in shortShift64Left() 60 static bits64X shortShift64RightJamming( bits64X a, int8 shiftCount ) in shortShift64RightJamming() 213 int16 shiftCount; in floatXToInt32() local 565 int16 shiftCount, i; in floatXRoundToInt() local
|
| H A D | slowfloat-64.c | 52 static bits128X shortShift128Left( bits128X a, int8 shiftCount ) in shortShift128Left() 63 static bits128X shortShift128RightJamming( bits128X a, int8 shiftCount ) in shortShift128RightJamming() 296 int32 shiftCount; in floatXToInt32() local 359 int32 shiftCount; in floatXToInt64() local 975 int32 shiftCount, i; in floatXRoundToInt() local
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APInt.cpp | 2547 unsigned shiftCount = tcMSB(rhs, parts) + 1; in tcDivide() local
|