OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_PARAM
(Results
1 - 6
of
6
) sorted by null
/external/qemu/fpu/
softfloat.h
95
#define
STATUS_PARAM
, float_status *status
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
)
220
INLINE void set_flush_to_zero(flag val
STATUS_PARAM
)
224
INLINE void set_flush_inputs_to_zero(flag val
STATUS_PARAM
)
228
INLINE void set_default_nan_mode(flag val
STATUS_PARAM
)
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
...]
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
...]
softfloat-native.c
9
void set_float_rounding_mode(int val
STATUS_PARAM
)
21
void set_floatx80_rounding_precision(int val
STATUS_PARAM
)
80
float32 int32_to_float32(int v
STATUS_PARAM
)
85
float32 uint32_to_float32(unsigned int v
STATUS_PARAM
)
90
float64 int32_to_float64(int v
STATUS_PARAM
)
95
float64 uint32_to_float64(unsigned int v
STATUS_PARAM
)
101
floatx80 int32_to_floatx80(int v
STATUS_PARAM
)
106
float32 int64_to_float32( int64_t v
STATUS_PARAM
)
110
float32 uint64_to_float32( uint64_t v
STATUS_PARAM
)
114
float64 int64_to_float64( int64_t v
STATUS_PARAM
)
[
all
...]
softfloat-specialize.h
45
void float_raise( int8 flags
STATUS_PARAM
)
116
static commonNaNT float16ToCommonNaN( float16 a
STATUS_PARAM
)
132
static float16 commonNaNToFloat16(commonNaNT a
STATUS_PARAM
)
207
static commonNaNT float32ToCommonNaN( float32 a
STATUS_PARAM
)
223
static float32 commonNaNToFloat32( commonNaNT a
STATUS_PARAM
)
356
static float32 propagateFloat32NaN( float32 a, float32 b
STATUS_PARAM
)
453
static commonNaNT float64ToCommonNaN( float64 a
STATUS_PARAM
)
469
static float64 commonNaNToFloat64( commonNaNT a
STATUS_PARAM
)
492
static float64 propagateFloat64NaN( float64 a, float64 b
STATUS_PARAM
)
601
static commonNaNT floatx80ToCommonNaN( floatx80 a
STATUS_PARAM
)
[
all
...]
softfloat.c
57
void set_float_rounding_mode(int val
STATUS_PARAM
)
62
void set_float_exception_flags(int val
STATUS_PARAM
)
68
void set_floatx80_rounding_precision(int val
STATUS_PARAM
)
112
static int32 roundAndPackInt32( flag zSign, uint64_t absZ
STATUS_PARAM
)
162
static int64 roundAndPackInt64( flag zSign, uint64_t absZ0, uint64_t absZ1
STATUS_PARAM
)
240
static float32 float32_squash_input_denormal(float32 a
STATUS_PARAM
)
310
static float32 roundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig
STATUS_PARAM
)
376
normalizeRoundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig
STATUS_PARAM
)
422
static float64 float64_squash_input_denormal(float64 a
STATUS_PARAM
)
492
static float64 roundAndPackFloat64( flag zSign, int16 zExp, uint64_t zSig
STATUS_PARAM
)
[
all
...]
/external/qemu/target-mips/
op_helper.c
[
all
...]
Completed in 38 milliseconds