Searched refs:STATUS_PARAM (Results 1 – 6 of 6) sorted by relevance
/external/qemu/fpu/ |
D | softfloat.h | 95 #define STATUS_PARAM , float_status *status macro 214 void set_float_rounding_mode(int val STATUS_PARAM); 215 void set_float_exception_flags(int val STATUS_PARAM); 216 INLINE void set_float_detect_tininess(int val STATUS_PARAM) in set_float_detect_tininess() argument 220 INLINE void set_flush_to_zero(flag val STATUS_PARAM) in set_flush_to_zero() argument 224 INLINE void set_flush_inputs_to_zero(flag val STATUS_PARAM) in set_flush_inputs_to_zero() argument 228 INLINE void set_default_nan_mode(flag val STATUS_PARAM) in set_default_nan_mode() argument 237 void set_floatx80_rounding_precision(int val STATUS_PARAM); 244 void float_raise( int8 flags STATUS_PARAM); 249 float32 int32_to_float32( int32 STATUS_PARAM ); [all …]
|
D | softfloat-native.h | 145 void set_float_rounding_mode(int val STATUS_PARAM); 147 void set_floatx80_rounding_precision(int val STATUS_PARAM); 153 float32 int32_to_float32( int STATUS_PARAM); 154 float32 uint32_to_float32( unsigned int STATUS_PARAM); 155 float64 int32_to_float64( int STATUS_PARAM); 156 float64 uint32_to_float64( unsigned int STATUS_PARAM); 158 floatx80 int32_to_floatx80( int STATUS_PARAM); 161 float128 int32_to_float128( int STATUS_PARAM); 163 float32 int64_to_float32( int64_t STATUS_PARAM); 164 float32 uint64_to_float32( uint64_t STATUS_PARAM); [all …]
|
D | softfloat-native.c | 9 void set_float_rounding_mode(int val STATUS_PARAM) in set_float_rounding_mode() argument 21 void set_floatx80_rounding_precision(int val STATUS_PARAM) in set_floatx80_rounding_precision() argument 80 float32 int32_to_float32(int v STATUS_PARAM) in int32_to_float32() argument 85 float32 uint32_to_float32(unsigned int v STATUS_PARAM) in uint32_to_float32() argument 90 float64 int32_to_float64(int v STATUS_PARAM) in int32_to_float64() argument 95 float64 uint32_to_float64(unsigned int v STATUS_PARAM) in uint32_to_float64() argument 101 floatx80 int32_to_floatx80(int v STATUS_PARAM) in int32_to_floatx80() argument 106 float32 int64_to_float32( int64_t v STATUS_PARAM) in int64_to_float32() argument 110 float32 uint64_to_float32( uint64_t v STATUS_PARAM) in uint64_to_float32() argument 114 float64 int64_to_float64( int64_t v STATUS_PARAM) in int64_to_float64() argument [all …]
|
D | softfloat.c | 57 void set_float_rounding_mode(int val STATUS_PARAM) in set_float_rounding_mode() argument 62 void set_float_exception_flags(int val STATUS_PARAM) in set_float_exception_flags() argument 68 void set_floatx80_rounding_precision(int val STATUS_PARAM) in set_floatx80_rounding_precision() argument 112 static int32 roundAndPackInt32( flag zSign, uint64_t absZ STATUS_PARAM) in roundAndPackInt32() argument 162 static int64 roundAndPackInt64( flag zSign, uint64_t absZ0, uint64_t absZ1 STATUS_PARAM) in roundAndPackInt64() argument 240 static float32 float32_squash_input_denormal(float32 a STATUS_PARAM) in float32_squash_input_denormal() argument 310 static float32 roundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig STATUS_PARAM) in roundAndPackFloat32() argument 376 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig STATUS_PARAM) in normalizeRoundAndPackFloat32() argument 422 static float64 float64_squash_input_denormal(float64 a STATUS_PARAM) in float64_squash_input_denormal() argument 492 static float64 roundAndPackFloat64( flag zSign, int16 zExp, uint64_t zSig STATUS_PARAM) in roundAndPackFloat64() argument [all …]
|
D | softfloat-specialize.h | 45 void float_raise( int8 flags STATUS_PARAM ) in float_raise() argument 116 static commonNaNT float16ToCommonNaN( float16 a STATUS_PARAM ) in float16ToCommonNaN() argument 132 static float16 commonNaNToFloat16(commonNaNT a STATUS_PARAM) in commonNaNToFloat16() argument 207 static commonNaNT float32ToCommonNaN( float32 a STATUS_PARAM ) in float32ToCommonNaN() argument 223 static float32 commonNaNToFloat32( commonNaNT a STATUS_PARAM) in commonNaNToFloat32() argument 356 static float32 propagateFloat32NaN( float32 a, float32 b STATUS_PARAM) in propagateFloat32NaN() argument 453 static commonNaNT float64ToCommonNaN( float64 a STATUS_PARAM) in float64ToCommonNaN() argument 469 static float64 commonNaNToFloat64( commonNaNT a STATUS_PARAM) in commonNaNToFloat64() argument 492 static float64 propagateFloat64NaN( float64 a, float64 b STATUS_PARAM) in propagateFloat64NaN() argument 601 static commonNaNT floatx80ToCommonNaN( floatx80 a STATUS_PARAM) in floatx80ToCommonNaN() argument [all …]
|
/external/qemu/target-mips/ |
D | op_helper.c | 2824 static int float64_is_unordered(int sig, float64 a, float64 b STATUS_PARAM) in float64_is_unordered() argument 2882 static flag float32_is_unordered(int sig, float32 a, float32 b STATUS_PARAM) in float32_is_unordered() argument
|