Home
last modified time | relevance | path

Searched defs:unary (Results 1 – 25 of 962) sorted by relevance

12345678910>>...39

/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/execution/
H A DNPUUnary.cpp29 shared_ptr<ge::op::Exp> unary(new ge::op::Exp(opName)); in onResize() local
33 shared_ptr<ge::op::Neg> unary(new ge::op::Neg(opName)); in onResize() local
37 shared_ptr<ge::op::Activation> unary(new ge::op::Activation(opName)); in onResize() local
42 shared_ptr<ge::op::Sqrt> unary(new ge::op::Sqrt(opName)); in onResize() local
/dports/graphics/vips/vips-8.12.0/libvips/arithmetic/
H A Dunary.c57 VipsUnary *unary = VIPS_UNARY( object ); in vips_unary_build() local
96 vips_unary_init( VipsUnary *unary ) in vips_unary_init()
106 vips_unary_copy( VipsUnary *unary ) in vips_unary_copy()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/variant-1.3.0/test/
H A Dintro.cpp37 struct unary { in TEST() struct
38 int operator()(int) const { return 0; } in TEST()
39 int operator()(const std::string &) const { return 1; } in TEST()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_19.f9013 procedure :: unary method
25 integer function unary(rhs) function
/dports/devel/embb/embb-1.0.0/algorithms_cpp/include/embb/algorithms/internal/
H A Dfor_each-inl.h49 ForEachFunctor(size_t chunk_first, size_t chunk_last, Function unary, in ForEachFunctor()
104 void ForEachRecursive(RAI first, RAI last, Function unary, in ForEachRecursive()
143 void ForEachIteratorCheck(RAI first, RAI last, Function unary, in ForEachIteratorCheck()
152 void ForEach(RAI first, const RAI last, embb::mtapi::Job unary, in ForEach()
163 void ForEach(RAI first, const RAI last, Function unary, in ForEach()

12345678910>>...39