Home
last modified time | relevance | path

Searched refs:unary (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td171 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 DPostfixExpression.cpp136 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 Dtype_traits.cppm
/freebsd/contrib/one-true-awk/
H A Db.c996 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 DChangeLog131 * 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 Dproto.h59 extern Node *unary(Node *);
/freebsd/usr.bin/m4/tests/
H A Dgnueval.m44 dnl priority between unary operators and *
/freebsd/contrib/kyua/m4/
H A Dax_cxx_compile_stdcxx.m4379 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 DOperatorKinds.def34 /// Unary: True if the operator can be declared as a unary operator.
38 /// "operator*") can be both unary and binary.
H A Darm_neon_incl.td50 // op - Binary or unary operator, depending on the number of arguments. The
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h172 virtual ResultT Visit(UnaryOpNode &unary, Node *&ref) = 0;
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME24 7. unary-plus: Unary plus on a string constant returned the string.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td900 // 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 DInstruction.def140 // Standard unary operators...
/freebsd/usr.bin/sed/tests/
H A Dmath.sed11 # for unary +. Don't depend on signed math working all the time. -- ksb
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td243 // 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 DSystemZPatterns.td9 // Record that INSN performs a 64-bit version of unary operator OPERATOR
H A DSystemZOperators.td864 // 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 DSparcInstrFormats.td177 // floating-point unary operations.
/freebsd/contrib/bc/gen/
H A Dbc_help.txt56 unary minus (-), or negation, operator. This still allows POSIX-compliant
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td76 // 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 DFILES113 unit-tests/cond-cmp-unary.exp
114 unit-tests/cond-cmp-unary.mk
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional36 : public unary_function<T1, R> // if wrapping a unary functor
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile81 TESTS+= cond-cmp-unary
/freebsd/contrib/bmake/unit-tests/
H A DMakefile78 TESTS+= cond-cmp-unary

12