HomeSort by relevance Sort by last modified time
    Searched defs:floatx80 (Results 1 - 2 of 2) sorted by null

  /external/qemu/fpu/
softfloat-native.h 91 #ifdef FLOATX80
92 typedef long double floatx80; typedef
103 #ifdef FLOATX80
105 floatx80 f;
140 #ifdef FLOATX80
146 #ifdef FLOATX80
157 #ifdef FLOATX80
158 floatx80 int32_to_floatx80( int STATUS_PARAM);
167 #ifdef FLOATX80
168 floatx80 int64_to_floatx80( int64_t STATUS_PARAM)
    [all...]
softfloat.h 78 | The macro `FLOATX80' must be defined to enable the extended double-precision
79 | floating-point format `floatx80'. If this macro is not defined, the
80 | `floatx80' type will not be defined, and none of the functions that either
81 | input or output the `floatx80' type will be defined. The same applies to
86 #define FLOATX80
91 #define FLOATX80
152 #ifdef FLOATX80
156 } floatx80; typedef in typeref:struct:__anon13569
157 #define make_floatx80(exp, mant) ((floatx80) { mant, exp })
204 #ifdef FLOATX80
    [all...]

Completed in 134 milliseconds