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:__anon99773caa0208
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:__anon890ec0810208
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/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:__anon0cd2257a0208
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:__anon4ad13f5e0208
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:__anon64f52d810208
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:__anon317ffa0f0208
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:__anon6a1617040208
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/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:__anon90befc830208
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:__anon17badb5f0208
159 #ifdef FLOAT128
160 float128 int32_to_float128( int );
168 #ifdef FLOAT128
169 float128 int64_to_float128( int64_t );
186 #ifdef FLOAT128
    [all...]
  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
47 /* #define FLOAT128 */
66 #ifdef FLOAT128
69 } float128; typedef in typeref:struct:__anon3f3aa5070208
132 #ifdef FLOAT128
133 float128 int32_to_float128( int32 );
134 float128 uint32_to_float128( uint32 );
141 #ifdef FLOAT128
142 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:__anon267a69c30208
119 #ifdef FLOAT128
120 float128 int32_to_float128( !!!int32 );
127 #ifdef FLOAT128
128 float128 int64_to_float128( !!!int64 );
144 #ifdef FLOAT128
    [all...]

Completed in 15 milliseconds