HomeSort by: relevance | last modified time | path
    Searched defs:FLOATX80 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 37 The macro `FLOATX80' must be defined to enable the extended double-precision
38 floating-point format `floatx80'. If this macro is not defined, the
39 `floatx80' type will not be defined, and none of the functions that either
40 input or output the `floatx80' type will be defined. The same applies to
45 #define FLOATX80
58 #ifdef FLOATX80
65 }__packed floatx80; typedef in typeref:struct:__anon3f3aa5070108 __packed
129 #ifdef FLOATX80
130 floatx80 int32_to_floatx80( int32 );
131 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/lib/libc/softfloat/templates/
softfloat.h 34 The macro `FLOATX80' must be defined to enable the extended double-precision
35 floating-point format `floatx80'. If this macro is not defined, the
36 `floatx80' type will not be defined, and none of the functions that either
37 input or output the `floatx80' type will be defined. The same applies to
41 #define FLOATX80
51 #ifdef FLOATX80
55 } floatx80; typedef in typeref:struct:__anon267a69c30108
116 #ifdef FLOATX80
117 floatx80 int32_to_floatx80( !!!int32 );
124 #ifdef FLOATX80
    [all...]

Completed in 11 milliseconds