Home
last modified time | relevance | path

Searched defs:do_compare (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/biology/lamarc/lamarc-2.1.8/boost/random/detail/
H A Dsigned_unsigned_compare.hpp34 struct do_compare struct
38 struct do_compare<false, false> struct
42 static bool equal(T1 x, T2 y) { return x == y; } in equal()
44 static bool lessthan(T1 x, T2 y) { return x < y; } in lessthan()
48 struct do_compare<true, true> : do_compare<false, false> struct
52 struct do_compare<true, false> struct
55 static bool equal(T1 x, T2 y) { return x >= 0 && static_cast<T2>(x) == y; } in equal()
57 static bool lessthan(T1 x, T2 y) { return x < 0 || static_cast<T2>(x) < y; } in lessthan()
61 struct do_compare<false, true> struct
64 static bool equal(T1 x, T2 y) { return y >= 0 && x == static_cast<T1>(y); } in equal()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dcallable_objects.cpp51 int location_callable::do_compare(const formula_callable* callable) const in do_compare() function in wfl::location_callable
131 int attack_type_callable::do_compare(const formula_callable* callable) const in do_compare() function in wfl::attack_type_callable
324 int unit_callable::do_compare(const formula_callable* callable) const in do_compare() function in wfl::unit_callable
404 int unit_type_callable::do_compare(const formula_callable* callable) const in do_compare() function in wfl::unit_type_callable
486 int config_callable::do_compare(const formula_callable* callable) const in do_compare() function in wfl::config_callable
558 int terrain_callable::do_compare(const formula_callable* callable) const in do_compare() function in wfl::terrain_callable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/src/
H A Dcollate.cpp28 int collate<char>::do_compare(const char* low1, const char* high1, in do_compare() function in collate
48 collate<wchar_t>::do_compare(const wchar_t* low1, const wchar_t* high1, in do_compare() function in collate
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dcollate.cpp28 int collate<char>::do_compare(const char* low1, const char* high1, in do_compare() function in collate
48 collate<wchar_t>::do_compare(const wchar_t* low1, const wchar_t* high1, in do_compare() function in collate
/dports/lang/gawk/gawk-5.1.1/test/
H A Dposix_compare.awk15 function do_compare(left, comp, right) function
/dports/devel/binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dupdate-section.exp55 proc do_compare {file1 file2} { procedure
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/testsuite/binutils-all/
H A Dupdate-section.exp55 proc do_compare {file1 file2} { procedure
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dupdate-section.exp55 proc do_compare {file1 file2} { procedure
/dports/devel/gnulibiberty/binutils-2.37/binutils/testsuite/binutils-all/
H A Dupdate-section.exp55 proc do_compare {file1 file2} { procedure
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/testsuite/binutils-all/
H A Dupdate-section.exp55 proc do_compare {file1 file2} { procedure
/dports/textproc/p5-String-Compare-ConstantTime/String-Compare-ConstantTime-0.310/
H A DConstantTime.xs7 static int do_compare(unsigned char *a, unsigned char *b, size_t n) { in do_compare() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dcmpb-1.c9 do_compare (unsigned long long int a, unsigned long long int b) in do_compare() function
H A Dcmpb32-1.c8 do_compare (unsigned int a, unsigned int b) in do_compare() function
H A Dcmpb-2.c9 do_compare (unsigned long long int a, unsigned long long int b) in do_compare() function
H A Dcmpb-3.c9 do_compare (long long int a, long long int b) in do_compare() function
H A Dcmpb32-2.c8 do_compare (unsigned int a, unsigned int b) in do_compare() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/powerpc/
H A Dcmpb-1.c10 do_compare (unsigned long long int a, unsigned long long int b) in do_compare() function
H A Dcmpb32-2.c9 do_compare (unsigned int a, unsigned int b) in do_compare() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dcmpb-3.c10 do_compare (long long int a, long long int b) in do_compare() function
H A Dcmpb-2.c10 do_compare (unsigned long long int a, unsigned long long int b) in do_compare() function
H A Dcmpb-1.c10 do_compare (unsigned long long int a, unsigned long long int b) in do_compare() function
H A Dcmpb32-1.c9 do_compare (unsigned int a, unsigned int b) in do_compare() function
H A Dcmpb32-2.c9 do_compare (unsigned int a, unsigned int b) in do_compare() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dcmpb-2.c9 do_compare (unsigned long long int a, unsigned long long int b) in do_compare() function
H A Dcmpb-1.c9 do_compare (unsigned long long int a, unsigned long long int b) in do_compare() function

12345678910>>...17