HomeSort by relevance Sort by last modified time
    Searched refs:float128 (Results 1 - 6 of 6) sorted by null

  /external/qemu/fpu/
softfloat.h 82 | the `FLOAT128' macro and the quadruple-precision format `float128'.
87 #define FLOAT128
159 #ifdef FLOAT128
166 } float128; typedef in typeref:struct:__anon12313
256 #ifdef FLOAT128
257 float128 int32_to_float128( int32 STATUS_PARAM );
266 #ifdef FLOAT128
267 float128 int64_to_float128( int64 STATUS_PARAM );
309 #ifdef FLOAT128
    [all...]
softfloat-specialize.h 686 #ifdef FLOAT128
693 int float128_is_quiet_nan( float128 a )
711 int float128_is_signaling_nan( float128 a )
729 float128 float128_maybe_silence_nan( float128 a )
753 static commonNaNT float128ToCommonNaN( float128 a STATUS_PARAM)
768 static float128 commonNaNToFloat128( commonNaNT a STATUS_PARAM)
770 float128 z;
789 static float128 propagateFloat128NaN( float128 a, float128 b STATUS_PARAM
    [all...]
softfloat.c     [all...]
softfloat-native.h 160 #ifdef FLOAT128
161 float128 int32_to_float128( int STATUS_PARAM);
170 #ifdef FLOAT128
171 float128 int64_to_float128( int64_t STATUS_PARAM);
196 #ifdef FLOAT128
197 float128 float32_to_float128( float32 STATUS_PARAM);
316 #ifdef FLOAT128
317 float128 float64_to_float128( float64 STATUS_PARAM );
434 #ifdef FLOAT128
435 float128 floatx80_to_float128( floatx80 STATUS_PARAM )
    [all...]
softfloat-native.c 304 #ifdef FLOAT128
305 float128 float64_to_float128( float64 a STATUS_PARAM)
  /external/qemu/
cpu-all.h 143 float128 q;

Completed in 168 milliseconds