/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXIL.td | 171 def unary : DXILOpClass; 258 def Abs : DXILOpMapping<6, unary, int_fabs, 263 def Cos : DXILOpMapping<12, unary, int_cos, 266 def Sin : DXILOpMapping<13, unary, int_sin, 269 def Tan : DXILOpMapping<14, unary, int_tan, 272 def ACos : DXILOpMapping<15, unary, int_acos, 275 def ASin : DXILOpMapping<16, unary, int_asin, 278 def ATan : DXILOpMapping<17, unary, int_atan, 281 def HCos : DXILOpMapping<18, unary, int_cosh, 284 def HSin : DXILOpMapping<19, unary, int_sinh, [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 136 bool Visit(UnaryOpNode &unary, Node *&) override { in Visit() argument 137 return Dispatch(unary.Operand()); in Visit() 166 void Visit(UnaryOpNode &unary, Node *&) override; 231 void DWARFCodegen::Visit(UnaryOpNode &unary, Node *&) { in Visit() argument 232 Dispatch(unary.Operand()); in Visit() 234 switch (unary.GetOpType()) { in Visit()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/contrib/one-true-awk/ |
H A D | b.c | 996 return (unary(np)); in primary() 999 return (unary(op2(ALL, NIL, NIL))); in primary() 1002 return (unary(op2(EMPTYRE, NIL, NIL))); in primary() 1006 return (unary(op2(DOT, NIL, NIL))); in primary() 1011 return (unary(np)); in primary() 1016 return (unary(np)); in primary() 1019 return (unary(op2(CHAR, NIL, itonp(HAT)))); in primary() 1022 return (unary(op2(CHAR, NIL, NIL))); in primary() 1029 return unary(op2(CCL, NIL, (Node *) cclenter(""))); in primary() 1035 return (unary(np)); in primary() [all …]
|
H A D | ChangeLog | 131 * awktest.tar (testdir/T.expr): Fix test for unary plus. 157 * bugs-fixed/unary-plus.awk, bugs-fixed/unary-plus.bad, 158 bugs-fixed/unary-plus.ok: New files.
|
H A D | proto.h | 59 extern Node *unary(Node *);
|
/freebsd/usr.bin/m4/tests/ |
H A D | gnueval.m4 | 4 dnl priority between unary operators and *
|
/freebsd/contrib/kyua/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 379 const auto unary = [](int x){ return x; }; 381 using unary_t = decltype(unary); 383 const auto higher2nd = [unary](nullary_t f1){ 384 return [unary, f1](unary_t f2){ return f2(unary(f1())); }; 386 return higher1st(nullary) + higher2nd(nullary)(unary);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorKinds.def | 34 /// Unary: True if the operator can be declared as a unary operator. 38 /// "operator*") can be both unary and binary.
|
H A D | arm_neon_incl.td | 50 // op - Binary or unary operator, depending on the number of arguments. The
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 172 virtual ResultT Visit(UnaryOpNode &unary, Node *&ref) = 0;
|
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | README | 24 7. unary-plus: Unary plus on a string constant returned the string.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsRISCV.td | 900 // For unary operations with scalar type output without mask 909 // For unary operations with scalar type output with mask 936 // For unary operations with the same vector type in/out without mask 945 // For mask unary operations with mask type in/out with mask 970 // For Conversion unary operations. 978 // For Conversion unary operations with mask. 988 // For Conversion unary operations. 997 // For Conversion unary operations with mask.
|
H A D | Instruction.def | 140 // Standard unary operators...
|
/freebsd/usr.bin/sed/tests/ |
H A D | math.sed | 11 # for unary +. Don't depend on signed math working all the time. -- ksb
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.td | 243 // Generic 2-operand unary instructions. 339 // General unary instruction definitions. 343 // Extension unary instruction definitions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZPatterns.td | 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR
|
H A D | SystemZOperators.td | 864 // Create a unary operator that loads from memory and then performs 869 // Create a store operator that performs the given unary operation
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrFormats.td | 177 // floating-point unary operations.
|
/freebsd/contrib/bc/gen/ |
H A D | bc_help.txt | 56 unary minus (-), or negation, operator. This still allows POSIX-compliant
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrFormats.td | 76 // UnaryDP - Indicates this is a unary data processing instruction, i.e. 1795 // Double precision, unary 1821 // Double precision, unary, not-predicated 1906 // Single precision, unary, predicated 1930 // Single precision, unary, non-predicated 1957 // Single precision unary, if no NEON. Same as ASuI except not available if 2043 // Half precision, unary, predicated 2070 // Half precision, unary, non-predicated
|
/freebsd/contrib/bmake/ |
H A D | FILES | 113 unit-tests/cond-cmp-unary.exp 114 unit-tests/cond-cmp-unary.mk
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | functional | 36 : public unary_function<T1, R> // if wrapping a unary functor
|
/freebsd/usr.bin/bmake/unit-tests/ |
H A D | Makefile | 81 TESTS+= cond-cmp-unary
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | Makefile | 78 TESTS+= cond-cmp-unary
|