Home
last modified time | relevance | path

Searched refs:float128_eq (Results 1 – 25 of 100) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/softfloat/
H A Dunordtf2.c29 return 1 ^ (float128_eq(a, a) & float128_eq(b, b)); in __unordtf2()
H A Deqtf2.c24 return !float128_eq(a, b); in __eqtf2()
H A Dnetf2.c25 return !float128_eq(a, b); in __netf2()
H A Dsoftfloat-for-gcc.h19 #define float128_eq _softfloat_float128_eq macro
163 #define float128_eq __eqtf2
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/aarch64/softfloat/
H A Dqp.c165 if (float128_eq(*a, *b))
191 return float128_eq(a.ldblu_f128, b.ldblu_f128); in __eqtf2()
236 return !float128_eq(a.ldblu_f128, b.ldblu_f128); in __netf2()
377 return 1 ^ (float128_eq(a.ldblu_f128, a.ldblu_f128) & float128_eq(b.ldblu_f128, b.ldblu_f128)); in __unordtf2()
H A Dsoftfloat-qp.h53 #define float128_eq _softfloat_float128_eq macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/sparc64/softfloat/
H A Dqp.c76 if (float128_eq(*a, *b)) in _Qp_cmp()
116 return float128_eq(*a, *b); in _Qp_feq()
151 return !float128_eq(*a, *b); in _Qp_fne()
H A Dsoftfloat-qp.h53 #define float128_eq _softfloat_float128_eq macro
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/arch/sparc64/
H A Dsoftfloat-qp.h53 #define float128_eq _softfloat_float128_eq macro
H A Dsoftfloat.h294 flag float128_eq( float128, float128 );
/dports/emulators/tme/tme-0.8/dist/softfloat/softfloat/bits64/386-Win32-GCC/
H A Dsoftfloat.h250 char float128_eq( float128, float128 );
/dports/emulators/tme/tme-0.8/dist/softfloat/softfloat/bits64/SPARC-Solaris-GCC/
H A Dsoftfloat.h250 int float128_eq( float128, float128 );
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/streflop/softfloat/
H A Dsoftfloat.h323 char float128_eq( float128, float128 );
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/arch/arm/
H A Dsoftfloat.h305 int float128_eq( float128, float128 );
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h297 flag float128_eq( float128, float128 );
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h297 flag float128_eq( float128, float128 );
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libkern/
H A Dsoftfloat.h354 int float128_eq( float128, float128 );
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/softfloat/templates/
H A Dsoftfloat.h281 !!!flag float128_eq( float128, float128 );
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h315 int float128_eq( float128, float128 );
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h308 int float128_eq( float128, float128 );
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/arch/i386/
H A Dsoftfloat.h295 flag float128_eq( float128, float128 );
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/arch/amd64/
H A Dsoftfloat.h295 flag float128_eq( float128, float128 );
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/templates/
H A Dsoftfloat.h281 !!!flag float128_eq( float128, float128 );
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/arch/m68k/
H A Dsoftfloat.h294 flag float128_eq( float128, float128 );
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/arch/powerpc/
H A Dsoftfloat.h295 flag float128_eq( float128, float128 );

1234