OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float128
(Results
1 - 4
of
4
) sorted by null
/external/qemu/include/fpu/
softfloat.h
136
}
float128
;
typedef in typeref:struct:__anon33423
137
#define make_float128(high_, low_) ((
float128
) { .high = high_, .low = low_ })
233
float128
int32_to_float128( int32 STATUS_PARAM );
239
float128
int64_to_float128( int64 STATUS_PARAM );
240
float128
uint64_to_float128( uint64 STATUS_PARAM );
278
float128
float32_to_float128( float32 STATUS_PARAM );
386
float128
float64_to_float128( float64 STATUS_PARAM );
488
float128
floatx80_to_float128( floatx80 STATUS_PARAM );
567
int32 float128_to_int32(
float128
STATUS_PARAM );
568
int32 float128_to_int32_round_to_zero(
float128
STATUS_PARAM )
[
all
...]
/external/qemu/fpu/
softfloat-specialize.h
115
const
float128
float128_default_nan
[
all
...]
softfloat.c
[
all
...]
/external/qemu/include/qemu/
bswap.h
163
float128
q;
Completed in 54 milliseconds