Home
last modified time | relevance | path

Searched refs:equality (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-12.1/lib/libc/gen/
H A Dfmtmsg.c210 int equality; in validmsgverb() local
212 equality = 0; in validmsgverb()
214 equality--; in validmsgverb()
218 equality++; in validmsgverb()
221 return (!equality); in validmsgverb()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt10 Expected equality of these values:
42 Expected equality of these values:
50 Expected equality of these values:
60 Expected equality of these values:
76 Expected equality of these values:
86 Expected equality of these values:
154 Expected equality of these values:
163 Expected equality of these values:
175 Expected equality of these values:
184 Expected equality of these values:
[all …]
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCRYPTO_memcmp.pod16 for equality.
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386-modes.def41 equality comparisons are being done.
/freebsd-12.1/contrib/libpcap/msdos/
H A Dpkt_rx1.s76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
H A Dpkt_rx0.asm121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
/freebsd-12.1/sys/conf/
H A Dkern.mk33 -Wno-error-parentheses-equality -Wno-error-unused-function \
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOptions.td195 def ignore_function_address_equality: F<"ignore-function-address-equality">,
196 HelpText<"lld can break the address equality of functions">;
198 def ignore_data_address_equality: F<"ignore-data-address-equality">,
199 HelpText<"lld can break the address equality of data">;
/freebsd-12.1/share/mk/
H A Dbsd.sys.mk90 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Drandom378 * objects of the same type for equality.
549 * the same type for equality.
753 * the same type for equality.
927 * of the same type for equality.
1136 * the same type for equality.
1328 * the same type for equality.
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dprimer.md178 you may need to use `ASSERT_TRUE()` or `EXPECT_TRUE()` to assert the equality of
191 `ASSERT_EQ()` does pointer equality on pointers. If used on two C strings, it
/freebsd-12.1/contrib/bearssl/src/x509/
H A Dasn1.t0581 \ Returned value is -1 on equality, 0 otherwise.
595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
H A Dx509_minimal.t0314 * Compare two big integers for equality. The integers use unsigned big-endian
336 * Compare two strings for equality, in a case-insensitive way. This
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td275 // PatLeafs for integer equality
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi137 equality.) If an error has occurred during front-end processing the
193 same identifier. Therefore, you may use pointer equality to compare
416 should never use @code{==} (pointer equality) to compare types; always
1696 equal (by pointer equality) to @code{NULL} if this handler is for all
2331 other than equality and inequality, may generate a floating point exception.
/freebsd-12.1/contrib/gcc/
H A Dc.opt195 Warn if testing floating point numbers for equality
H A DChangeLog1280 evaluation of complex constant equality/inequality comparisons.
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td496 // Non-equality: ne
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md205 the IEEE standard, which requires comparing two NaNs for equality to
/freebsd-12.1/contrib/diff/
H A DChangeLog2177 (AC_FUNC_MEMCMP): Not needed, since we only test for equality.
2186 We use bcmp if memcmp doesn't work, since we only test for equality.
2223 optimizes for common case of exact equality; the caller does that
2225 Optimize for the common case of mostly equality.
3023 (diff_2_files): When comparing files byte-by-byte for equality,
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Drope485 // equality on rope iterators. According to the draft standard, the
486 // template parameters for such an equality operator cannot be inferred
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dpredicates.md785 ;; Return true if operand is an equality operator.
/freebsd-12.1/contrib/gcc/config/arm/
H A Dieee754-df.S1041 @ Test for equality.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticGroups.td698 def ParenthesesOnEquality : DiagGroup<"parentheses-equality">;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td3500 // For non-equality comparisons, the default code would materialize the
3506 // Since we are just comparing for equality, we can emit this instead:
3568 // For non-equality comparisons, the default code would materialize the
3574 // Since we are just comparing for equality, we can emit this instead:

123