Searched refs:float128 (Results 26 - 50 of 67) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A D_td_to_tf.c31 union float128 res;
H A D_tf_to_dd.c32 union float128 ux;
H A D_dd_to_tf.c31 union float128 res;
H A D_tf_to_td.c32 union float128 ux;
H A D_tf_to_sd.c32 union float128 ux;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A D_dd_to_tf.c31 union float128 res;
H A D_tf_to_td.c32 union float128 ux;
H A D_td_to_tf.c31 union float128 res;
H A D_tf_to_sd.c32 union float128 ux;
H A D_tf_to_dd.c32 union float128 ux;
H A D_sd_to_tf.c31 union float128 res;
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h98 extern float128 testCases_a_float128;
99 extern float128 testCases_b_float128;
H A DwriteHex.h71 void writeHex_float128( float128, FILE * );
/netbsd-current/external/lgpl3/mpc/dist/tools/mpcheck/
H A DMakefile.am26 BINARIES = mpcheck-float mpcheck-double mpcheck-longdouble mpcheck-float128
H A DMakefile.in107 mpcheck-longdouble$(EXEEXT) mpcheck-float128$(EXEEXT)
120 mpcheck_float128_SOURCES = mpcheck-float128.c
121 mpcheck_float128_OBJECTS = mpcheck-float128.$(OBJEXT)
144 ./$(DEPDIR)/mpcheck-float.Po ./$(DEPDIR)/mpcheck-float128.Po \
165 SOURCES = mpcheck-double.c mpcheck-float.c mpcheck-float128.c \
167 DIST_SOURCES = mpcheck-double.c mpcheck-float.c mpcheck-float128.c \
325 BINARIES = mpcheck-float mpcheck-double mpcheck-longdouble mpcheck-float128
369 mpcheck-float128$(EXEEXT): $(mpcheck_float128_OBJECTS) $(mpcheck_float128_DEPENDENCIES) $(EXTRA_mpcheck_float128_DEPENDENCIES)
370 @rm -f mpcheck-float128$(EXEEXT)
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpcheck-float128
[all...]
/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Dqp.c39 * as well as being returned in them while float128 arguments are passed
60 float128 ldblu_f128;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dfloat128-p10.c39 #include <quad-float128.h>
H A Dfloat128-hw.c35 #include <quad-float128.h>
/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A Dsystfloat.c87 float128 f128;
136 float128 syst_int32_to_float128( int32 a )
175 float128 syst_int64_to_float128( int64 a )
230 float128 syst_float32_to_float128( float32 a )
340 float128 syst_float64_to_float128( float64 a )
516 int32 syst_float128_to_int32_round_to_zero( float128 a )
525 int64 syst_float128_to_int64_round_to_zero( float128 a )
534 float32 syst_float128_to_float32( float128 a )
544 float64 syst_float128_to_float64( float128 a )
553 float128 syst_float128_ad
[all...]
H A DtestLoops.c397 float128 trueZ, uint8 trueFlags, float128 testZ, uint8 testFlags )
481 INLINE flag float128_same( float128 a, float128 b )
488 INLINE flag float128_isNaN( float128 a )
662 float128 trueFunction( int32 ), float128 testFunction( int32 ) )
665 float128 trueZ, testZ;
876 float128 trueFunction( int64 ), float128 testFunctio
[all...]
/netbsd-current/sys/lib/libkern/
H A Dsoftfloat-specialize.h360 flag float128_is_nan( float128 a )
374 flag float128_is_signaling_nan( float128 a )
389 static commonNaNT float128ToCommonNaN( float128 a )
405 static float128 commonNaNToFloat128( commonNaNT a )
407 float128 z;
421 static float128 propagateFloat128NaN( float128 a, float128 b )
H A Dsoftfloat.c844 INLINE bits64 extractFloat128Frac1( float128 a )
856 INLINE bits64 extractFloat128Frac0( float128 a )
868 INLINE int32 extractFloat128Exp( float128 a )
879 INLINE flag extractFloat128Sign( float128 a )
940 INLINE float128
943 float128 z;
972 static float128
1072 static float128
1174 float128 int32_to_float128( int32 a )
1277 float128 int64_to_float12
[all...]
/netbsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c856 INLINE bits64 extractFloat128Frac1( float128 a )
869 INLINE bits64 extractFloat128Frac0( float128 a )
882 INLINE int32 extractFloat128Exp( float128 a )
894 INLINE flag extractFloat128Sign( float128 a )
957 INLINE float128
960 float128 z;
990 static float128
1091 static float128
1228 float128 int32_to_float128( int32 a )
1244 float128 uint32_to_float12
[all...]
/netbsd-current/lib/libc/softfloat/
H A Dtimesoftfloat.c193 static void time_a_int32_z_float128( float128 function( int32 ) )
348 static void time_a_int64_z_float128( float128 function( int64 ) )
506 static void time_a_float32_z_float128( float128 function( float32 ) )
823 static void time_a_float64_z_float128( float128 function( float64 ) )
1185 static void time_a_floatx80_z_float128( float128 function( floatx80 ) )
1450 static void time_a_float128_z_int32( int32 function( float128 ) )
1455 float128 a;
1482 static void time_a_float128_z_int64( int64 function( float128 ) )
1487 float128 a;
1514 static void time_a_float128_z_float32( float32 function( float128 ) )
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dfloat128-hw.c35 #include <quad-float128.h>

Completed in 463 milliseconds

123