Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/external/eigen/blas/
Dlevel3_impl.h41 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
73 int code = OP(*opa) | (OP(*opb) << 2); in EIGEN_BLAS_FUNC() local
142 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
161 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local
247 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
263 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local
291 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
381 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
428 int code = OP(*op) | (UPLO(*uplo) << 2); in EIGEN_BLAS_FUNC() local
440 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
[all …]
Dlevel2_impl.h40 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
62 int code = OP(*opa); in EIGEN_BLAS_FUNC() local
120 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
135 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local
179 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
199 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local
221 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
384 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
406 int code = OP(*op) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local
477 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); in EIGEN_BLAS_FUNC() local
[all …]
Dlevel2_cplx_impl.h30 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
60 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
131 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
178 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
208 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
224 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
256 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
274 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
299 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
336 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
Dlevel2_real_impl.h24 const Scalar* a = reinterpret_cast<const Scalar*>(pa); in EIGEN_BLAS_FUNC() local
52 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
93 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
135 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
212 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
259 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
282 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC() local
/external/python/cpython3/Lib/
Dstringprep.py12 def in_table_a1(code): argument
20 def in_table_b1(code): argument
189 def map_table_b3(code): argument
195 def map_table_b2(a): argument
206 def in_table_c11(code): argument
210 def in_table_c12(code): argument
213 def in_table_c11_c12(code): argument
217 def in_table_c21(code): argument
221 def in_table_c22(code): argument
227 def in_table_c21_c22(code): argument
[all …]
/external/python/cpython2/Lib/
Dstringprep.py12 def in_table_a1(code): argument
20 def in_table_b1(code): argument
189 def map_table_b3(code): argument
195 def map_table_b2(a): argument
206 def in_table_c11(code): argument
210 def in_table_c12(code): argument
213 def in_table_c11_c12(code): argument
217 def in_table_c21(code): argument
221 def in_table_c22(code): argument
227 def in_table_c21_c22(code): argument
[all …]
/external/strace/
Dioctl.c37 compare(const void *a, const void *b) in compare()
45 ioctl_lookup(const unsigned int code) in ioctl_lookup()
64 const unsigned int code = iop->code; in ioctl_next_match() local
72 ioctl_print_code(const unsigned int code) in ioctl_print_code()
81 evdev_decode_number(const unsigned int code) in evdev_decode_number()
148 hiddev_decode_number(const unsigned int code) in hiddev_decode_number()
186 const unsigned int code = tcp->u_arg[1]; in ioctl_decode_command_number() local
255 const unsigned int code = tcp->u_arg[1]; in ioctl_decode() local
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java113 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() local
128 private final long a; field in DexMakerTest.Constructable
130 public Constructable(long a, boolean b) { in Constructable()
143 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() local
163 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() local
183 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testLoadDeferredClassConstant() local
203 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() local
217 public static int staticMethod(int a) { in staticMethod()
230 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() local
243 public int virtualMethod(int a) { in virtualMethod()
[all …]
/external/capstone/bindings/java/
DTestBasic.java11 public byte[] code; field in TestBasic.platform
14 public platform(int a, int m, int syt, byte[] c, String s) { in platform()
22 public platform(int a, int m, byte[] c, String s) { in platform()
30 static public String stringToHex(byte[] code) { in stringToHex()
/external/webp/src/dsp/
Dlossless_common.h99 static WEBP_INLINE void VP8LPrefixEncodeBitsNoLUT(int distance, int* const code, in VP8LPrefixEncodeBitsNoLUT()
107 static WEBP_INLINE void VP8LPrefixEncodeNoLUT(int distance, int* const code, in VP8LPrefixEncodeNoLUT()
126 static WEBP_INLINE void VP8LPrefixEncodeBits(int distance, int* const code, in VP8LPrefixEncodeBits()
137 static WEBP_INLINE void VP8LPrefixEncode(int distance, int* const code, in VP8LPrefixEncode()
152 uint32_t VP8LAddPixels(uint32_t a, uint32_t b) { in VP8LAddPixels()
160 uint32_t VP8LSubPixels(uint32_t a, uint32_t b) { in VP8LSubPixels()
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DDifferenceElementCalculatorTest.java40 …LexicalDifferenceCalculator.CalculatedSyntaxModel a = new LexicalDifferenceCalculator.CalculatedSy… in calculateDifferenceEmpty() local
51 …LexicalDifferenceCalculator.CalculatedSyntaxModel a = new LexicalDifferenceCalculator.CalculatedSy… in calculateDifferenceAIsEmpty() local
70 …LexicalDifferenceCalculator.CalculatedSyntaxModel a = new LexicalDifferenceCalculator.CalculatedSy… in calculateDifferenceBIsEmpty() local
350 String code = "class A { void foo(char p1, int p2) {} }"; in addingStatementToEmptyMethodBody() local
412 private AnnotationMemberDeclaration considerAmd(String code) { in considerAmd()
417 private ConstructorDeclaration considerCd(String code) { in considerCd()
422 private EnumConstantDeclaration considerEcd(String code) { in considerEcd()
427 private MethodDeclaration considerMd(String code) { in considerMd()
/external/clang/test/CodeGen/
Dbuiltins-ppc-htm.c4 void test1(long int *r, int code, long int *a, long int *b) { in test1()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestValidity.java91 String code = (String) test[i]; in TestBasicValidity() local
291 private Status getNewStatus(LstrType type, String code) { in getNewStatus()
317 final String code = entry.getKey(); in TestBothDirections() local
339 String code = codeLong; in TestValidityUniqueness() local
475 String code = codeToData.getKey(); in TestLstrConsistency() local
520 String code = entry.getKey(); in TestLstrConsistency() local
555 LstrType lstrType, String code, String lstrReplacement, String reason) { in makeAliasXml()
576 private <T, U extends Collection<T>> Set<T> setDifference(U a, U b) { in setDifference()
582 private <T> Set<T> showMinus(String title, LstrType lstrType, Set<T> a, Set<T> b) { in showMinus()
DCheckLanguageCodeConverter.java30 String code = codeName.getValue(); in main() local
40 String code = item.get0(); in main() local
179 public LanguageLine(String a, String b, String c, String d) { in LanguageLine()
243 public LanguageName(String a, String b) { in LanguageName()
/external/trusty/musl/src/exit/
Dexit.c19 uintptr_t a = (uintptr_t)&__fini_array_end; in libc_exit_fini() local
27 _Noreturn void exit(int code) in exit()
/external/musl/src/exit/
Dexit.c19 uintptr_t a = (uintptr_t)&__fini_array_end; in libc_exit_fini() local
27 _Noreturn void exit(int code) in exit()
/external/rust/crates/miette/src/eyreish/
Dwrapper.rs78 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() method
86 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help()
90 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url()
145 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() method
153 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help()
157 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url()
179 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() method
187 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help()
191 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url()
/external/zstd/tests/fuzz/
Dfuzz_helpers.h31 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
32 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
46 #define FUZZ_ZASSERT(code) \ argument
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/
Dicmp_header.hpp44 unsigned char code() const { return rep_[1]; } in code() function in icmp_header
50 void code(unsigned char n) { rep_[1] = n; } in code() function in icmp_header
62 unsigned short decode(int a, int b) const in decode()
65 void encode(int a, int b, unsigned short n) in encode()
/external/bzip2/
Dbzip.css13 a, a:link, a:visited, a:active { color: #336699; } selector
64 code, tt, pre { font-size: 120%; } selector
65 code, tt { color: #761596; } selector
/external/python/cpython3/Python/
Dsuggestions.c16 substitution_cost(char a, char b) in substitution_cost()
39 levenshtein_distance(const char *a, size_t a_size, in levenshtein_distance()
89 char code = b[b_index]; in levenshtein_distance() local
225 PyCodeObject *code = PyFrame_GetCode(frame); in offer_suggestions_for_name_error() local
281 _Py_UTF8_Edit_Cost(PyObject *a, PyObject *b, Py_ssize_t max_cost) in _Py_UTF8_Edit_Cost()
/external/curl/docs/examples/
Dhtmltitle.cpp47 #define COMPARE(a, b) (!_stricmp((a), (b))) argument
49 #define COMPARE(a, b) (!strcasecmp((a), (b))) argument
91 CURLcode code; in init() local
260 CURLcode code; in main() local
/external/rust/crates/miette/src/
Dmiette_diagnostic.rs23 pub code: Option<String>, field
50 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() method
61 fn help<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in help()
68 fn url<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in url()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
DTestLevel.java27 void testMin(final String a, final String b, final String c) { in testMin()
48 void testMax(final String a, final String b, final String c) { in testMax()
92 public void testModernCurrencies(final String code) { in testModernCurrencies()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h66 #define ARRAY_REGISTER_FROM_THREADSTATE(a, b, i) ((a)->__##b[i]) argument
67 #define GET_REGISTER_FROM_THREADSTATE_fp(a) \ argument
69 #define GET_REGISTER_FROM_THREADSTATE_lr(a) \ argument
71 #define GET_REGISTER_FROM_THREADSTATE_sp(a) \ argument
73 #define GET_REGISTER_FROM_THREADSTATE_pc(a) \ argument
75 #define GET_REGISTER_FROM_THREADSTATE_cpsr(a) ((a)->__cpsr) argument
76 #define GET_REGISTER_FROM_THREADSTATE_flags(a) ((a)->__opaque_flags) argument
77 #define REGISTER_FROM_THREADSTATE(a, b) (GET_REGISTER_FROM_THREADSTATE_##b(a)) argument
83 #define REGISTER_FROM_THREADSTATE(a, b) ((a)->__ ## b) argument
84 #define ARRAY_REGISTER_FROM_THREADSTATE(a, b, i) \ argument
[all …]

12345678910>>...23