| /netbsd-src/usr.bin/ruptime/ |
| H A D | ruptime.c | 75 static int ucmp(const void *, const void *); 109 cmp = ucmp; in main() 240 ucmp(const void *a1, const void *a2) in ucmp() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | double-int.cc | 1274 return this->ucmp (b); in cmp() 1283 double_int::ucmp (double_int b) const in ucmp() function in double_int 1424 return (this->ucmp (b) == 1) ? *this : b; in umax() 1449 return (this->ucmp (b) == -1) ? *this : b; in umin()
|
| H A D | double-int.h | 172 int ucmp (double_int b) const;
|
| H A D | fixed-value.cc | 590 if (leftmost_mod == 1 || mod.ucmp (pos_b) != -1) in do_fixed_divide()
|
| H A D | optabs.def | 178 OPTAB_NL(ucmp_optab, NULL, UNKNOWN, "ucmp", '2', gen_int_libfunc)
|
| H A D | ChangeLog-2012 | 14316 (double_int::ucmp): New.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | double-int.c | 1274 return this->ucmp (b); in cmp() 1283 double_int::ucmp (double_int b) const in ucmp() function 1424 return (this->ucmp (b) == 1) ? *this : b; in umax() 1449 return (this->ucmp (b) == -1) ? *this : b; in umin()
|
| H A D | double-int.h | 172 int ucmp (double_int b) const;
|
| H A D | fixed-value.c | 590 if (leftmost_mod == 1 || mod.ucmp (pos_b) != -1) in do_fixed_divide()
|
| H A D | optabs.def | 178 OPTAB_NL(ucmp_optab, NULL, UNKNOWN, "ucmp", '2', gen_int_libfunc)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 5963 alias ucmp = comparePropertyName; variable 5965 if (ucmp(name, "L") == 0 || ucmp(name, "Letter") == 0) 5973 else if (ucmp(name,"LC") == 0 || ucmp(name,"Cased Letter")==0) 5979 else if (ucmp(name, "M") == 0 || ucmp(name, "Mark") == 0) 5985 else if (ucmp(name, "N") == 0 || ucmp(name, "Number") == 0) 5991 else if (ucmp(name, "P") == 0 || ucmp(name, "Punctuation") == 0) 6001 else if (ucmp(name, "S") == 0 || ucmp(name, "Symbol") == 0) 6008 else if (ucmp(name, "Z") == 0 || ucmp(name, "Separator") == 0) 6014 else if (ucmp(name, "C") == 0 || ucmp(name, "Other") == 0) 6022 else if (ucmp(name, "graphical") == 0) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 5970 alias ucmp = comparePropertyName; 5972 if (ucmp(name, "L") == 0 || ucmp(name, "Letter") == 0) 5980 else if (ucmp(name,"LC") == 0 || ucmp(name,"Cased Letter")==0) 5986 else if (ucmp(name, "M") == 0 || ucmp(name, "Mark") == 0) 5992 else if (ucmp(name, "N") == 0 || ucmp(name, "Number") == 0) 5998 else if (ucmp(name, "P") == 0 || ucmp(name, "Punctuation") == 0) 6008 else if (ucmp(name, "S") == 0 || ucmp(name, "Symbol") == 0) 6015 else if (ucmp(name, "Z") == 0 || ucmp(name, "Separator") == 0) 6021 else if (ucmp(name, "C") == 0 || ucmp(name, "Other") == 0) 6029 else if (ucmp(name, "graphical") == 0) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | libgcc2.h | 283 #define __ucmpdi2 __NDW(ucmp,2)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | libgcc2.h | 283 #define __ucmpdi2 __NDW(ucmp,2)
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 58121 07c7b1b786ccb4b67484b353aa40d9c7 gcc/testsuite/gcc.target/i386/builtin-ucmp.c
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 65225 07c7b1b786ccb4b67484b353aa40d9c7 gcc/testsuite/gcc.target/i386/builtin-ucmp.c
|