/openbsd/usr.sbin/smtpd/ |
H A D | parse.y | 1011 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 D | Makefile | 6 REGRESS_TARGETS= sedtest substitute hanoi math sierpinski negation \ 33 negation: target
|
/openbsd/gnu/llvm/libcxx/include/__type_traits/ |
H A D | negation.h | 26 struct negation : _Not<_Tp> {}; struct
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Any.h | 74 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 D | locale.t | 247 for my $negation ("!", "not_") { 249 use locale ":$negation$category"; 257 . "$negation$category\"'");
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | sv | 223 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 D | eglob.t | 90 Simple negation tests
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | constraints.md | 93 "constant whose negation is signed 16-bit constant"
|
H A D | darwin-ldouble-format | 78 arbitrarily inaccurate. Subtraction is done by negation and addition.
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | type_traits | 412 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 D | CMakeLists.txt | 684 __type_traits/negation.h
|
/openbsd/sys/lib/libkern/arch/alpha/ |
H A D | divrem.m4 | 83 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. */
|
/openbsd/usr.sbin/unbound/sldns/ |
H A D | str2wire.c | 1851 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 D | wire2str.c | 1492 uint8_t negation, prefix, adflength; in sldns_wire2str_apl_scan() local 1496 negation = ((*d)[3] & LDNS_APL_NEGATION); in sldns_wire2str_apl_scan() 1501 if(negation) in sldns_wire2str_apl_scan()
|
/openbsd/sbin/unwind/libunbound/sldns/ |
H A D | str2wire.c | 1851 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 D | wire2str.c | 1492 uint8_t negation, prefix, adflength; in sldns_wire2str_apl_scan() local 1496 negation = ((*d)[3] & LDNS_APL_NEGATION); in sldns_wire2str_apl_scan() 1501 if(negation) in sldns_wire2str_apl_scan()
|
/openbsd/lib/libc/arch/alpha/gen/ |
H A D | divrem.m4 | 108 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. */
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | libgcc.texi | 97 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 D | opcodes | 174 negate negation (-) ck_null IfsT1 S 175 i_negate integer negation (-) ck_null ifsT1 S
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | GMIR.rst | 115 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 D | SystemZOperators.td | 856 // Arithmetic negation on vectors. 859 // Bitwise negation on vectors.
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 970 ! Logical negation. 971 ~ Bitwise negation.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5222delta.pod | 32 the intended negation of leaving only those bits in place.
|
H A D | perl5202delta.pod | 84 position set to a negation location.
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | SpecialCasing.txt | 45 # - Conditions preceded by "Not_" represent the negation of the condition.
|