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

  /src/lib/libc/arch/aarch64/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 #define FLOAT128
65 #ifdef FLOAT128
72 } float128; typedef in typeref:struct:__anon178
135 #ifdef FLOAT128
136 float128 int32_to_float128( int32 );
137 float128 uint32_to_float128( uint32 );
144 #ifdef FLOAT128
145 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/arm/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
63 #ifdef FLOAT128
66 } float128; typedef in typeref:struct:__anon186
129 #ifdef FLOAT128
130 float128 int32_to_float128( int32 );
131 float128 uint32_to_float128( uint32 );
139 #ifdef FLOAT128
140 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
47 /* #define FLOAT128 */
67 #ifdef FLOAT128
70 } float128; typedef in typeref:struct:__anon192
133 #ifdef FLOAT128
134 float128 int32_to_float128( int32 );
135 float128 uint32_to_float128( uint32 );
142 #ifdef FLOAT128
143 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
46 #define FLOAT128
64 #ifdef FLOAT128
67 } float128; typedef in typeref:struct:__anon197
130 #ifdef FLOAT128
131 float128 int32_to_float128( int32 );
132 float128 uint32_to_float128( uint32 );
141 #ifdef FLOAT128
142 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/or1k/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
62 #ifdef FLOAT128
65 } float128; typedef in typeref:struct:__anon207
128 #ifdef FLOAT128
129 float128 int32_to_float128( int32 );
130 float128 uint32_to_float128( uint32 );
137 #ifdef FLOAT128
138 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/powerpc/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
62 #ifdef FLOAT128
65 } float128; typedef in typeref:struct:__anon218
128 #ifdef FLOAT128
129 float128 int32_to_float128( int32 );
130 float128 uint32_to_float128( uint32 );
137 #ifdef FLOAT128
138 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/sh3/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
62 #ifdef FLOAT128
65 } float128; typedef in typeref:struct:__anon223
128 #ifdef FLOAT128
129 float128 int32_to_float128( int32 );
130 float128 uint32_to_float128( uint32 );
138 #ifdef FLOAT128
139 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/arch/sparc64/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 #define FLOAT128
64 #ifdef FLOAT128
67 } float128; typedef in typeref:struct:__anon229
130 #ifdef FLOAT128
131 float128 int32_to_float128( int32 );
132 float128 uint32_to_float128( uint32 );
139 #ifdef FLOAT128
140 float128 int64_to_float128( long long )
    [all...]
  /src/lib/libc/softfloat/templates/
softfloat.h 38 the `FLOAT128' macro and the quadruple-precision format `float128'.
42 #define FLOAT128
57 #ifdef FLOAT128
60 } float128; typedef in typeref:struct:__anon401
119 #ifdef FLOAT128
120 float128 int32_to_float128( !!!int32 );
127 #ifdef FLOAT128
128 float128 int64_to_float128( !!!int64 );
144 #ifdef FLOAT128
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h 74 the `FLOAT128' macro and the quadruple-precision format `float128'.
78 /* #define FLOAT128 */
98 #ifdef FLOAT128
101 } float128; typedef in typeref:struct:__anon593
160 #ifdef FLOAT128
161 float128 int32_to_float128( int );
169 #ifdef FLOAT128
170 float128 int64_to_float128( int64_t );
189 #ifdef FLOAT128
    [all...]
  /src/sys/lib/libkern/
softfloat.h 74 | the `FLOAT128' macro and the quadruple-precision format `float128'.
77 /* #define FLOAT128 */
95 #ifdef FLOAT128
98 } float128; typedef in typeref:struct:__anon6899
159 #ifdef FLOAT128
160 float128 int32_to_float128( int );
168 #ifdef FLOAT128
169 float128 int64_to_float128( int64_t );
186 #ifdef FLOAT128
    [all...]

Completed in 21 milliseconds