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

  /src/lib/libc/arch/aarch64/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
44 /* #define FLOATX80 */
59 #ifdef FLOATX80
63 } floatx80; typedef in typeref:struct:__anon99773caa0108
131 #ifdef FLOATX80
132 floatx80 int32_to_floatx80( int32 );
133 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/lib/libc/arch/arm/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
44 /* #define FLOATX80 */
57 #ifdef FLOATX80
61 } floatx80; typedef in typeref:struct:__anon890ec0810108
125 #ifdef FLOATX80
126 floatx80 int32_to_floatx80( int32 );
127 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/lib/libc/arch/mips/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
44 /* #define FLOATX80 */
58 #ifdef FLOATX80
62 } floatx80; typedef in typeref:struct:__anon0cd2257a0108
126 #ifdef FLOATX80
127 floatx80 int32_to_floatx80( int32 );
128 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/lib/libc/arch/or1k/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
44 /* #define FLOATX80 */
56 #ifdef FLOATX80
60 } floatx80; typedef in typeref:struct:__anon4ad13f5e0108
124 #ifdef FLOATX80
125 floatx80 int32_to_floatx80( int32 );
126 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/lib/libc/arch/powerpc/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
44 /* #define FLOATX80 */
56 #ifdef FLOATX80
60 } floatx80; typedef in typeref:struct:__anon64f52d810108
124 #ifdef FLOATX80
125 floatx80 int32_to_floatx80( int32 );
126 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/lib/libc/arch/sh3/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
44 /* #define FLOATX80 */
56 #ifdef FLOATX80
60 } floatx80; typedef in typeref:struct:__anon317ffa0f0108
124 #ifdef FLOATX80
125 floatx80 int32_to_floatx80( int32 );
126 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/lib/libc/arch/sparc64/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
44 /* #define FLOATX80 */
58 #ifdef FLOATX80
62 } floatx80; typedef in typeref:struct:__anon6a1617040108
126 #ifdef FLOATX80
127 floatx80 int32_to_floatx80( int32 );
128 floatx80 uint32_to_floatx80( uint32 )
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h 70 The macro `FLOATX80' must be defined to enable the extended double-precision
71 floating-point format `floatx80'. If this macro is not defined, the
72 `floatx80' type will not be defined, and none of the functions that either
73 input or output the `floatx80' type will be defined. The same applies to
77 /* #define FLOATX80 */
87 #ifdef FLOATX80
96 } floatx80; typedef in typeref:struct:__anon90befc830108
157 #ifdef FLOATX80
158 floatx80 int32_to_floatx80( int );
166 #ifdef FLOATX80
    [all...]
  /src/sys/lib/libkern/
softfloat.h 70 | The macro `FLOATX80' must be defined to enable the double-extended-precision
71 | floating-point format `floatx80'. If this macro is not defined, the
72 | `floatx80' type will not be defined, and none of the functions that either
73 | input or output the `floatx80' type will be defined. The same applies to
76 /* #define FLOATX80 */
84 #ifdef FLOATX80
93 } floatx80; typedef in typeref:struct:__anon17badb5f0108
156 #ifdef FLOATX80
157 floatx80 int32_to_floatx80( int );
165 #ifdef FLOATX80
    [all...]
  /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
64 }__packed floatx80; typedef in typeref:struct:__anon3f3aa5070108 __packed
128 #ifdef FLOATX80
129 floatx80 int32_to_floatx80( int32 );
130 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 23 milliseconds