Searched refs:float128 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/lib/libc/softfloat/
H A Deqtf2.c15 flag __eqtf2(float128, float128);
18 __eqtf2(float128 a, float128 b)
H A Dgetf2.c16 flag __getf2(float128, float128);
19 __getf2(float128 a, float128 b)
H A Dgttf2.c16 flag __gttf2(float128, float128);
19 __gttf2(float128 a, float128 b)
H A Dletf2.c16 flag __letf2(float128, float128);
19 __letf2(float128 a, float128 b)
H A Dlttf2.c16 flag __lttf2(float128, float128);
19 __lttf2(float128 a, float128 b)
H A Dnegtf2.c16 float128 __negtf2(float128);
18 float128
19 __negtf2(float128 a)
H A Dnetf2.c16 flag __netf2(float128, float128);
19 __netf2(float128 a, float128 b)
H A Dtimesoftfloat.c191 static void time_a_int32_z_float128( float128 function( int32 ) )
346 static void time_a_int64_z_float128( float128 function( int64 ) )
504 static void time_a_float32_z_float128( float128 function( float32 ) )
821 static void time_a_float64_z_float128( float128 function( float64 ) )
1183 static void time_a_floatx80_z_float128( float128 function( floatx80 ) )
1448 static void time_a_float128_z_int32( int32 function( float128 ) )
1453 float128 a;
1480 static void time_a_float128_z_int64( int64 function( float128 ) )
1485 float128 a;
1512 static void time_a_float128_z_float32( float32 function( float128 ) )
[all...]
/freebsd-11.0-release/tools/test/testfloat/sparc64/
H A Dsoftfloat.h44 | the `FLOAT128' macro and the quadruple-precision format `float128'.
63 } float128; typedef in typeref:struct:__anon13645
114 float128 int32_to_float128( int );
122 float128 int64_to_float128( long );
137 float128 float32_to_float128( float32 );
170 float128 float64_to_float128( float64 );
203 float128 floatx80_to_float128( floatx80 );
237 int float128_to_int32( float128 );
238 int float128_to_int32_round_to_zero( float128 );
239 long float128_to_int64( float128 );
[all...]
H A Dsystfloat.h100 float128 syst_int32_to_float128( int32 );
109 float128 syst_int64_to_float128( int64 );
123 float128 syst_float32_to_float128( float32 );
149 float128 syst_float64_to_float128( float64 );
174 float128 syst_floatx80_to_float128( floatx80 );
191 int32 syst_float128_to_int32( float128 );
192 int32 syst_float128_to_int32_round_to_zero( float128 );
194 int64 syst_float128_to_int64( float128 );
195 int64 syst_float128_to_int64_round_to_zero( float128 );
197 float32 syst_float128_to_float32( float128 );
[all...]
H A Dfpu_util.c69 } float128; typedef in typeref:struct:__anon13642
76 static __inline float128
79 float128 v;
87 __fpu_setreg128(int r, float128 v)
195 float128
223 float128
259 float128
410 float128
535 syst_float128_to_int32_round_to_zero(float128 a)
544 syst_float128_to_int64_round_to_zero(float128
[all...]
/freebsd-11.0-release/tools/test/testfloat/
H A Dslowfloat.h39 float128 slow_int32_to_float128( int32 );
48 float128 slow_int64_to_float128( int64 );
63 float128 slow_float32_to_float128( float32 );
91 float128 slow_float64_to_float128( float64 );
119 float128 slow_floatx80_to_float128( floatx80 );
140 int32 slow_float128_to_int32( float128 );
141 int32 slow_float128_to_int32_round_to_zero( float128 );
143 int64 slow_float128_to_int64( float128 );
144 int64 slow_float128_to_int64_round_to_zero( float128 );
146 float32 slow_float128_to_float32( float128 );
[all...]
H A DtestLoops.h49 void test_a_int32_z_float128( float128 ( int32 ), float128 ( int32 ) );
58 void test_a_int64_z_float128( float128 ( int64 ), float128 ( int64 ) );
71 void test_a_float32_z_float128( float128 ( float32 ), float128 ( float32 ) );
90 void test_a_float64_z_float128( float128 ( float64 ), float128 ( float64 ) );
110 test_a_floatx80_z_float128( float128 ( floatx80 ), float128 ( floatx8
[all...]
H A Dsystfloat.c64 float128 syst_int32_to_float128( int32 a )
66 float128 z;
110 float128 syst_int64_to_float128( int64 a )
112 float128 z;
165 float128 syst_float32_to_float128( float32 a )
167 float128 z;
275 float128 syst_float64_to_float128( float64 a )
277 float128 z;
455 int32 syst_float128_to_int32_round_to_zero( float128 a )
464 int64 syst_float128_to_int64_round_to_zero( float128
[all...]
H A DtestCases.h66 extern float128 testCases_a_float128;
67 extern float128 testCases_b_float128;
H A DwriteHex.h39 void writeHex_float128( float128, FILE * );
H A Dslowfloat-64.c824 static floatX float128ToFloatX( float128 a )
866 static float128 floatXToFloat128( floatX zx )
871 float128 z;
1309 float128 slow_int32_to_float128( int32 a )
1345 float128 slow_int64_to_float128( int64 a )
1414 float128 slow_float32_to_float128( float32 a )
1603 float128 slow_float64_to_float128( float64 a )
1790 float128 slow_floatx80_to_float128( floatx80 a )
1923 int32 slow_float128_to_int32( float128 a )
1930 int32 slow_float128_to_int32_round_to_zero( float128
[all...]
H A DtestLoops.c366 float128 trueZ, uint8 trueFlags, float128 testZ, uint8 testFlags )
450 INLINE flag float128_same( float128 a, float128 b )
457 INLINE flag float128_isNaN( float128 a )
631 float128 trueFunction( int32 ), float128 testFunction( int32 ) )
634 float128 trueZ, testZ;
845 float128 trueFunction( int64 ), float128 testFunctio
[all...]
H A DwriteHex.c160 void writeHex_float128( float128 a, FILE *stream )
/freebsd-11.0-release/lib/libc/arm/softfloat/
H A Dsoftfloat.h42 the `FLOAT128' macro and the quadruple-precision format `float128'.
66 } float128; typedef in typeref:struct:__anon6582
129 float128 int32_to_float128( int );
138 float128 int64_to_float128( long long );
161 float128 float32_to_float128( float32 );
205 float128 float64_to_float128( float64 );
244 float128 floatx80_to_float128( floatx80 );
284 int float128_to_int32( float128 );
285 int float128_to_int32_round_to_zero( float128 );
286 long long float128_to_int64( float128 );
[all...]
/freebsd-11.0-release/lib/libc/mips/softfloat/
H A Dsoftfloat.h42 the `FLOAT128' macro and the quadruple-precision format `float128'.
66 } float128; typedef in typeref:struct:__anon6671
129 float128 int32_to_float128( int );
138 float128 int64_to_float128( long long );
161 float128 float32_to_float128( float32 );
205 float128 float64_to_float128( float64 );
244 float128 floatx80_to_float128( floatx80 );
284 int float128_to_int32( float128 );
285 int float128_to_int32_round_to_zero( float128 );
286 long long float128_to_int64( float128 );
[all...]
/freebsd-11.0-release/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h42 the `FLOAT128' macro and the quadruple-precision format `float128'.
66 } float128; typedef in typeref:struct:__anon6690
131 float128 int32_to_float128( int );
139 float128 int64_to_float128( long long );
157 float128 float32_to_float128( float32 );
197 float128 float64_to_float128( float64 );
236 float128 floatx80_to_float128( floatx80 );
276 int float128_to_int32( float128 );
277 int float128_to_int32_round_to_zero( float128 );
278 long long float128_to_int64( float128 );
[all...]
/freebsd-11.0-release/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h42 the `FLOAT128' macro and the quadruple-precision format `float128'.
66 } float128; typedef in typeref:struct:__anon6697
131 float128 int32_to_float128( int );
139 float128 int64_to_float128( long long );
157 float128 float32_to_float128( float32 );
197 float128 float64_to_float128( float64 );
236 float128 floatx80_to_float128( floatx80 );
276 int float128_to_int32( float128 );
277 int float128_to_int32_round_to_zero( float128 );
278 long long float128_to_int64( float128 );
[all...]
/freebsd-11.0-release/lib/libc/softfloat/templates/
H A Dsoftfloat.h39 the `FLOAT128' macro and the quadruple-precision format `float128'.
61 } float128; typedef in typeref:struct:__anon6717
121 float128 int32_to_float128( !!!int32 );
129 float128 int64_to_float128( !!!int64 );
146 float128 float32_to_float128( float32 );
183 float128 float64_to_float128( float64 );
220 float128 floatx80_to_float128( floatx80 );
260 !!!int32 float128_to_int32( float128 );
261 !!!int32 float128_to_int32_round_to_zero( float128 );
262 !!!int64 float128_to_int64( float128 );
[all...]
/freebsd-11.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c848 INLINE bits64 extractFloat128Frac1( float128 a )
861 INLINE bits64 extractFloat128Frac0( float128 a )
874 INLINE int32 extractFloat128Exp( float128 a )
886 INLINE flag extractFloat128Sign( float128 a )
949 INLINE float128
952 float128 z;
982 static float128
1083 static float128
1224 float128 int32_to_float128( int32 a )
1240 float128 uint32_to_float12
[all...]

Completed in 281 milliseconds

12