Searched refs:compare (Results 751 - 775 of 1052) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dlb1spc.S177 ! the top decade: so do not even bother to compare to R.
524 ! the top decade: so do not even bother to compare to R.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp636 void ChangedIRComparer::compare(Any IR, StringRef Prefix, StringRef PassID,
1178 .compare(IR, "", PassID, Name);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp47 APFloat::cmpResult Cmp0 = Max3.compare(Src0);
52 APFloat::cmpResult Cmp1 = Max3.compare(Src1);
608 // Canonicalize compare eq with true value to compare != 0
630 // Fold compare eq/ne with 0 from a compare result as the predicate to the
633 // redundant compare.
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c853 /* decNumberCompare -- compare two Numbers */
873 /* decNumberCompareSignal -- compare, signalling on all NaNs */
893 /* decNumberCompareTotal -- compare two Numbers, using total ordering */
914 /* decNumberCompareTotalMag -- compare, total ordering of magnitudes */
1526 /* decNumberMax -- compare two Numbers and return the maximum */
1549 /* decNumberMaxMag -- compare and return the maximum by magnitude */
1572 /* decNumberMin -- compare two Numbers and return the minimum */
1595 /* decNumberMinMag -- compare and return the minimum by magnitude */
1753 else { /* valid compare */
1784 } /* compare O
4699 Int compare, tarunits; /* work */ local
6167 Int compare; /* work */ local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumber.c853 /* decNumberCompare -- compare two Numbers */
873 /* decNumberCompareSignal -- compare, signalling on all NaNs */
893 /* decNumberCompareTotal -- compare two Numbers, using total ordering */
914 /* decNumberCompareTotalMag -- compare, total ordering of magnitudes */
1526 /* decNumberMax -- compare two Numbers and return the maximum */
1549 /* decNumberMaxMag -- compare and return the maximum by magnitude */
1572 /* decNumberMin -- compare two Numbers and return the minimum */
1595 /* decNumberMinMag -- compare and return the minimum by magnitude */
1753 else { /* valid compare */
1784 } /* compare O
4699 Int compare, tarunits; /* work */ local
6167 Int compare; /* work */ local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumber.c853 /* decNumberCompare -- compare two Numbers */
873 /* decNumberCompareSignal -- compare, signalling on all NaNs */
893 /* decNumberCompareTotal -- compare two Numbers, using total ordering */
914 /* decNumberCompareTotalMag -- compare, total ordering of magnitudes */
1526 /* decNumberMax -- compare two Numbers and return the maximum */
1549 /* decNumberMaxMag -- compare and return the maximum by magnitude */
1572 /* decNumberMin -- compare two Numbers and return the minimum */
1595 /* decNumberMinMag -- compare and return the minimum by magnitude */
1753 else { /* valid compare */
1784 } /* compare O
4699 Int compare, tarunits; /* work */ local
6167 Int compare; /* work */ local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c853 /* decNumberCompare -- compare two Numbers */
873 /* decNumberCompareSignal -- compare, signalling on all NaNs */
893 /* decNumberCompareTotal -- compare two Numbers, using total ordering */
914 /* decNumberCompareTotalMag -- compare, total ordering of magnitudes */
1526 /* decNumberMax -- compare two Numbers and return the maximum */
1549 /* decNumberMaxMag -- compare and return the maximum by magnitude */
1572 /* decNumberMin -- compare two Numbers and return the minimum */
1595 /* decNumberMinMag -- compare and return the minimum by magnitude */
1753 else { /* valid compare */
1784 } /* compare O
4699 Int compare, tarunits; /* work */ local
6167 Int compare; /* work */ local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc10339 /* Callback function for sizeof_pointer_memaccess_warning to compare
18015 # pragma omp atomic compare new-line
18018 # pragma omp atomic compare capture new-line
18065 bool compare = false;
18109 else if (!strcmp (p, "compare"))
18168 "%<capture%>, %<compare%>, %<weak%>, %<fail%>, "
18202 if (compare)
18203 error_at (cloc, "too many %qs clauses", "compare");
18205 compare = true;
18232 if (compare
18060 bool compare = false; local
[all...]
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf_y.y110 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1244 portc: port compare { $$ = $2;
1681 compare: label
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2033 if (Value.compare(getOptionValue(i)))
2041 if (Default.compare(getOptionValue(j)))
2281 return (*A)->getName().compare((*B)->getName());
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d4386 void compare(string sentence, string[] witness)
4392 compare(" Mary has a little lamb. ",
4394 compare("Mary has a little lamb. ",
4396 compare("Mary has a little lamb.",
4398 compare("", (string[]).init);
4399 compare(" ", ["", ""]);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d1224 a = The first array to compare
1225 b = The second array to compare
1740 lhs = the first array to compare
1741 rhs = the second array to compare
1767 lhs = the first array to compare
1768 rhs = the second array to compare
/netbsd-current/sys/arch/arm/arm/
H A Dcpufunc_asm_armv7.S185 cmp r2, r3 @ compare ilinesize to dlinesize
398 cmp r0, #0 @ compare
452 cmp r0, #0 @ compare
462 cmp r3, ip, lsl #1 @ compare
513 cmp r0, #0 @ compare
523 cmp r3, ip, lsl #1 @ compare
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c1181 int CaseStatement::compare(RootObject *obj) function in class:CaseStatement
1186 return exp->compare(cs2->exp);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dieee754-sf.S834 teqne r0, r1 @ if not 0 compare sign
836 COND(sub,s,pl) r0, r2, r3 @ if same sign compare values, set r0
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
H A Dpoly1305-sparcv9.S316 addcc %o0,5,%l0 ! compare to modulus
859 addcc %l0,5,%l5 ! compare to modulus
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dpoly1305-armv4.S298 adds r8,r3,#5 @ compare to modulus
1118 adds r8,r3,#5 @ compare to modulus
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
H A Dpoly1305-sparcv9.S316 addcc %o0,5,%l0 ! compare to modulus
859 addcc %l0,5,%l5 ! compare to modulus
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl384 addcc $h0,5,$r0 ! compare to modulus
954 addcc $h0,5,$d0 ! compare to modulus
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dpoly1305-armv4.S292 adds r8,r3,#5 @ compare to modulus
1114 adds r8,r3,#5 @ compare to modulus
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dpoly1305-sparcv9.S319 addcc %o0,5,%l0 ! compare to modulus
862 addcc %l0,5,%l5 ! compare to modulus
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dpoly1305-sparcv9.S319 addcc %o0,5,%l0 ! compare to modulus
862 addcc %l0,5,%l5 ! compare to modulus
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl386 addcc $h0,5,$r0 ! compare to modulus
956 addcc $h0,5,$d0 ! compare to modulus
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dieee754-sf.S834 teqne r0, r1 @ if not 0 compare sign
836 COND(sub,s,pl) r0, r2, r3 @ if same sign compare values, set r0
/netbsd-current/tests/lib/libcurses/director/
H A Dtestlang_parse.y220 | compare
315 compare : COMPARE PATH {
314 compare : COMPARE PATH { label

Completed in 355 milliseconds

<<31323334353637383940>>