Home
last modified time | relevance | path

Searched defs:_ea (Results 1 – 25 of 85) sorted by relevance

1234

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc9/gcc-9.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc48/gcc-4.8.5/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc8/gcc-8.5.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/security/helib/HElib-1.3.1/include/helib/
H A DrandomMatrices.h36 RandomMatrix(const EncryptedArray& _ea, long _dim) : ea(_ea), dim(_dim) in RandomMatrix()
88 RandomMultiMatrix(const EncryptedArray& _ea, long _dim) : ea(_ea), dim(_dim) in RandomMultiMatrix()
146 RandomBlockMatrix(const EncryptedArray& _ea, long _dim) : ea(_ea), dim(_dim) in RandomBlockMatrix()
200 RandomMultiBlockMatrix(const EncryptedArray& _ea, long _dim) : in RandomMultiBlockMatrix()
257 RandomFullMatrix(const EncryptedArray& _ea) : ea(_ea) in RandomFullMatrix()
296 RandomFullBlockMatrix(const EncryptedArray& _ea) : ea(_ea) in RandomFullBlockMatrix()
H A Dmatmul.h153 MatMul_CKKS(const EncryptedArray& _ea, get_fun_type _get_fun) : in MatMul_CKKS()
182 MatMul_CKKS_Complex(const EncryptedArray& _ea, get_fun_type _get_fun) : in MatMul_CKKS_Complex()
/dports/misc/urbit/urbit-urbit-0.6.0/jets/e/
H A Dfl.c16 typedef struct _ea { struct
17 mpz_t e;
18 mpz_t a;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DAnnotationsHost.java81 public void addElement(ParsedElementAnnotation _ea) throws BuildException { in addElement()
H A DGrammarSectionHost.java94 public void topLevelAnnotation(ParsedElementAnnotation _ea) throws BuildException { in topLevelAnnotation()
H A DDataPatternBuilderHost.java78 public void annotation(ParsedElementAnnotation _ea) { in annotation()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DAnnotationsHost.java81 public void addElement(ParsedElementAnnotation _ea) throws BuildException { in addElement()
H A DGrammarSectionHost.java94 public void topLevelAnnotation(ParsedElementAnnotation _ea) throws BuildException { in topLevelAnnotation()
H A DDataPatternBuilderHost.java78 public void annotation(ParsedElementAnnotation _ea) { in annotation()
/dports/security/helib/HElib-1.3.1/src/
H A DEvalMap.cpp42 EvalMap::EvalMap(const EncryptedArray& _ea, in EvalMap()
227 Step2Matrix(const EncryptedArray& _ea, in Step2Matrix()
316 Step1Matrix(const EncryptedArray& _ea, in Step1Matrix()
509 ThinEvalMap::ThinEvalMap(const EncryptedArray& _ea, in ThinEvalMap()
677 ThinStep2Matrix(const EncryptedArray& _ea, in ThinStep2Matrix()
785 ThinStep1Matrix(const EncryptedArray& _ea, in ThinStep1Matrix()
/dports/security/helib/HElib-1.3.1/misc/
H A DTest_matmul.cpp306 RandomMatrix(const EncryptedArray& _ea): MatMul<type>(_ea) { in RandomMatrix()
348 RandomBlockMatrix(const EncryptedArray& _ea): BlockMatMul<type>(_ea) in RandomBlockMatrix()

1234