OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_PARAM
(Results
1 - 4
of
4
) sorted by null
/external/qemu/include/fpu/
softfloat.h
68
#define
STATUS_PARAM
, float_status *status
183
void set_float_rounding_mode(int val
STATUS_PARAM
);
184
void set_float_exception_flags(int val
STATUS_PARAM
);
185
INLINE void set_float_detect_tininess(int val
STATUS_PARAM
)
189
INLINE void set_flush_to_zero(flag val
STATUS_PARAM
)
193
INLINE void set_flush_inputs_to_zero(flag val
STATUS_PARAM
)
197
INLINE void set_default_nan_mode(flag val
STATUS_PARAM
)
205
void set_floatx80_rounding_precision(int val
STATUS_PARAM
);
211
void float_raise( int8 flags
STATUS_PARAM
);
228
float32 int32_to_float32( int32
STATUS_PARAM
);
[
all
...]
/external/qemu/fpu/
softfloat.c
62
void set_float_rounding_mode(int val
STATUS_PARAM
)
67
void set_float_exception_flags(int val
STATUS_PARAM
)
72
void set_floatx80_rounding_precision(int val
STATUS_PARAM
)
115
static int32 roundAndPackInt32( flag zSign, uint64_t absZ
STATUS_PARAM
)
165
static int64 roundAndPackInt64( flag zSign, uint64_t absZ0, uint64_t absZ1
STATUS_PARAM
)
243
static float32 float32_squash_input_denormal(float32 a
STATUS_PARAM
)
313
static float32 roundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig
STATUS_PARAM
)
379
normalizeRoundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig
STATUS_PARAM
)
425
static float64 float64_squash_input_denormal(float64 a
STATUS_PARAM
)
495
static float64 roundAndPackFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig
STATUS_PARAM
)
[
all
...]
softfloat-specialize.h
125
void float_raise( int8 flags
STATUS_PARAM
)
208
static commonNaNT float16ToCommonNaN( float16 a
STATUS_PARAM
)
224
static float16 commonNaNToFloat16(commonNaNT a
STATUS_PARAM
)
311
static commonNaNT float32ToCommonNaN( float32 a
STATUS_PARAM
)
327
static float32 commonNaNToFloat32( commonNaNT a
STATUS_PARAM
)
462
flag cIsQNaN, flag cIsSNaN, flag infzero
STATUS_PARAM
)
491
flag cIsQNaN, flag cIsSNaN, flag infzero
STATUS_PARAM
)
518
flag cIsQNaN, flag cIsSNaN, flag infzero
STATUS_PARAM
)
545
flag cIsQNaN, flag cIsSNaN, flag infzero
STATUS_PARAM
)
563
static float32 propagateFloat32NaN( float32 a, float32 b
STATUS_PARAM
)
[
all
...]
/external/qemu/target-mips/
op_helper.c
[
all
...]
Completed in 46 milliseconds