Searched defs:aExp (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | softfloat.c | 53 int32_t aExp; in floatx80_getman() local 87 int32_t aExp; in floatx80_getexp() local 123 int32_t aExp, bExp, shiftCount; in floatx80_scale() local 179 int32_t aExp; in floatx80_move() local 215 static int32_t floatx80_make_compact(int32_t aExp, uint64_t aSig) in floatx80_make_compact() 227 int32_t aExp; in floatx80_lognp1() local 427 int32_t aExp; in floatx80_logn() local 596 int32_t aExp; in floatx80_log10() local 654 int32_t aExp; in floatx80_log2() local 722 int32_t aExp; in floatx80_etox() local [all …]
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.c | 838 int16 aExp, shiftCount; in float32_to_int32() local 869 int16 aExp, shiftCount; in float32_to_int32_round_to_zero() local 907 int16 aExp; in float32_to_float64() local 939 int16 aExp; in float32_to_floatx80() local 971 int16 aExp; in float32_round_to_int() local 1031 int16 aExp, bExp, zExp; in addFloat32Sigs() local 1103 int16 aExp, bExp, zExp; in subFloat32Sigs() local 1222 int16 aExp, bExp, zExp; in float32_mul() local 1283 int16 aExp, bExp, zExp; in float32_div() local 1350 int16 aExp, bExp, expDiff; in float32_rem() local [all …]
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 226 int16 aExp, bExp, zExp; in subFloat64Sigs() local 287 int16 aExp, bExp, zExp; in addFloat64Sigs() local 456 int16 aExp, bExp, zExp; in subFloat32Sigs() local 518 int16 aExp, bExp, zExp; in addFloat32Sigs() local 719 int16 aExp, bExp, zExp; in float64_div() local 777 int16 aExp, bExp, zExp; in float32_div() local 827 int aExp, bExp, zExp; in float32_mul() local 868 int aExp, bExp, zExp; in float64_mul() local 915 int16 aExp; in float64_to_float32() local
|
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 56 uint32_t aExp, bExp, cExp; in f_maddsub_nan_result() local
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 593 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32()
|