Home
last modified time | relevance | path

Searched refs:negation (Results 1 – 25 of 110) sorted by relevance

12345

/openbsd/usr.sbin/smtpd/
H A Dparse.y1011 negation TAG tables {
1083 | negation TLS {
1090 | negation AUTH {
1221 | negation FROM ANY {
1266 | negation FROM RDNS {
1312 | negation FROM AUTH {
1418 | negation FOR ANY {
1571 negation FCRDNS {
1578 negation RDNS {
1598 negation SRC tables {
[all …]
/openbsd/regress/usr.bin/sed/
H A DMakefile6 REGRESS_TARGETS= sedtest substitute hanoi math sierpinski negation \
32 negation: target
/openbsd/gnu/llvm/libcxx/include/__type_traits/
H A Dnegation.h26 struct negation : _Not<_Tp> {}; struct
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAny.h74 std::negation<std::is_same<std::decay_t<T>, Any>>,
85 std::negation<std::is_convertible<Any, std::decay_t<T>>>,
/openbsd/gnu/usr.bin/perl/t/run/
H A Dlocale.t248 for my $negation ("!", "not_") {
250 use locale ":$negation$category";
258 . "$negation$category\"'");
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dsv223 Use of uninitialized value $x{""} in negation (-) at - line 5.
225 Use of uninitialized value $z[0] in negation (-) at - line 6.
379 Argument "\x{100}\x{200}" isn't numeric in negation (-) at - line 3.
/openbsd/regress/bin/ksh/
H A Deglob.t90 Simple negation tests
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dconstraints.md93 "constant whose negation is signed 16-bit constant"
H A Ddarwin-ldouble-format78 arbitrarily inaccurate. Subtraction is done by negation and addition.
/openbsd/gnu/llvm/libcxx/include/
H A Dtype_traits412 template<class B> struct negation; // C++17
414 inline constexpr bool negation_v = negation<B>::value; // C++17
522 #include <__type_traits/negation.h>
H A DCMakeLists.txt684 __type_traits/negation.h
/openbsd/sys/lib/libkern/arch/alpha/
H A Ddivrem.m483 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. */
/openbsd/usr.sbin/unbound/sldns/
H A Dstr2wire.c1851 int negation; in sldns_str2wire_apl_buf() local
1872 negation = 1; in sldns_str2wire_apl_buf()
1875 negation = 0; in sldns_str2wire_apl_buf()
1918 if (negation) { in sldns_str2wire_apl_buf()
H A Dwire2str.c1486 uint8_t negation, prefix, adflength; in sldns_wire2str_apl_scan() local
1490 negation = ((*d)[3] & LDNS_APL_NEGATION); in sldns_wire2str_apl_scan()
1495 if(negation) in sldns_wire2str_apl_scan()
/openbsd/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c1851 int negation; in sldns_str2wire_apl_buf() local
1872 negation = 1; in sldns_str2wire_apl_buf()
1875 negation = 0; in sldns_str2wire_apl_buf()
1918 if (negation) { in sldns_str2wire_apl_buf()
H A Dwire2str.c1486 uint8_t negation, prefix, adflength; in sldns_wire2str_apl_scan() local
1490 negation = ((*d)[3] & LDNS_APL_NEGATION); in sldns_wire2str_apl_scan()
1495 if(negation) in sldns_wire2str_apl_scan()
/openbsd/lib/libc/arch/alpha/gen/
H A Ddivrem.m4108 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. */
/openbsd/gnu/gcc/gcc/doc/
H A Dlibgcc.texi97 These functions return the negation of @var{a}.
168 These functions return the negation of @var{a}; that is @code{-@var{a}}.
270 These functions return the negation of @var{a}. They simply flip the
529 These functions return the negation of @var{a}. They simply flip the
/openbsd/gnu/usr.bin/perl/regen/
H A Dopcodes174 negate negation (-) ck_null Ifst1 S
175 i_negate integer negation (-) ck_null ifst1 S
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A DGMIR.rst115 it to FPR, then we'll use floating point negation. However, if we assign it to
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td856 // Arithmetic negation on vectors.
859 // Bitwise negation on vectors.
/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst970 ! Logical negation.
971 ~ Bitwise negation.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5222delta.pod32 the intended negation of leaving only those bits in place.
H A Dperl5202delta.pod84 position set to a negation location.
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DSpecialCasing.txt45 # - Conditions preceded by "Not_" represent the negation of the condition.

12345