Home
last modified time | relevance | path

Searched refs:CMPtype (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/soft-fp/
Dunorddf2.c32 CMPtype
38 CMPtype r; in __unorddf2()
Dunordsf2.c32 CMPtype
38 CMPtype r; in __unordsf2()
Dunordtf2.c32 CMPtype
38 CMPtype r; in __unordtf2()
Deqsf2.c32 CMPtype
38 CMPtype r; in __eqsf2()
Deqtf2.c32 CMPtype
38 CMPtype r; in __eqtf2()
Dgedf2.c32 CMPtype
38 CMPtype r; in __gedf2()
Dgesf2.c32 CMPtype
38 CMPtype r; in __gesf2()
Dgetf2.c32 CMPtype
38 CMPtype r; in __getf2()
Dlesf2.c32 CMPtype
38 CMPtype r; in __lesf2()
Dletf2.c32 CMPtype
38 CMPtype r; in __letf2()
Deqdf2.c32 CMPtype
38 CMPtype r; in __eqdf2()
Deqhf2.c32 CMPtype
38 CMPtype r; in __eqhf2()
Dledf2.c32 CMPtype
38 CMPtype r; in __ledf2()
Dsoft-fp.h335 #ifndef CMPtype
336 # define CMPtype int macro
/glibc-2.36/sysdeps/ia64/fpu/
Dsfp-machine.h14 #define CMPtype __gcc_CMPtype macro
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/
Dsfp-machine.h14 #define CMPtype __gcc_CMPtype macro
/glibc-2.36/sysdeps/x86/fpu/
Dsfp-machine.h7 #define CMPtype __gcc_CMPtype macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1710992 * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10993 * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10994 as the return type. Change type of "r" variable to CMPtype.