Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dsub.s10 sub z0.h, z0.h, z0.h label
16 sub z21.b, z10.b, z21.b label
22 sub z31.d, p7/m, z31.d, z31.d label
28 sub z23.h, p3/m, z23.h, z13.h label
34 sub z31.h, z31.h, z31.h label
40 sub z21.h, z10.h, z21.h label
46 sub z31.b, z31.b, z31.b label
52 sub z0.s, z0.s, z0.s label
58 sub z23.s, p3/m, z23.s, z13.s label
64 sub z23.b, z13.b, z8.b label
[all …]
Dsub-diagnostics.s4 sub z3.h, z26.h, z32.h label
10 sub z4.h, z27.h, z31.x label
16 sub z0.h, z8.h, z8.b label
22 sub z29.d, p7/a, z29.d, z8.d label
28 sub z29.d, p7, z29.d, z8.d label
36 sub z26.b, p8/m, z26.b, z27.b label
41 sub z14.h, p8/m, z14.h, z18.h label
46 sub z30.s, p8/m, z30.s, z23.s label
51 sub z29.d, p8/m, z29.d, z3.d label
59 sub z25.b, p4/m, z26.b, z2.b label
[all …]
/external/tensorflow/tensorflow/python/framework/
Dsubscribe_test.py57 def sub(t): function
87 def sub(t): function
135 def sub(t): function
181 def sub(t, name): function
228 def sub(t): function
270 def sub(t): function
306 def sub(t): function
332 def sub(t): function
370 def sub(tensor): function
/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S42 sub sp,sp,#736 label
74 sub r7,r7,#2 label
76 sub r7,r7,r7,LSL #7 label
83 sub r1,r6,#16 label
205 sub r2,r2,#8 label
209 sub r2,r2,#24 label
277 sub r2,r4,#32 label
279 sub r4,r5,#32 label
281 sub r5,r6,#32 label
283 sub r6,r7,#32 label
[all …]
/external/python/cpython3/Objects/stringlib/
Dsplit.h60 PyObject *sub; in STRINGLIB() local
109 PyObject *sub; in STRINGLIB() local
151 PyObject *list, *sub; in STRINGLIB() local
199 PyObject *sub; in STRINGLIB() local
250 PyObject *sub; in STRINGLIB() local
293 PyObject *list, *sub; in STRINGLIB() local
351 PyObject *sub; in STRINGLIB() local
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S172 sub sp,sp,#192 label
247 sub r0,r0,#32 label
555 sub r1,r1,#64 label
956 sub r3,r3,#64 label
1139 sub r2,r1,#32 label
1460 sub r3,r3,#32 label
1629 sub sp,sp,#0 label
/external/python/cpython2/Objects/stringlib/
Dfind.h12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find()
32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind()
67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find_slice()
76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind_slice()
86 stringlib_contains_obj(PyObject* str, PyObject* sub) in stringlib_contains_obj()
Dsplit.h63 PyObject *sub; in stringlib_split_whitespace() local
112 PyObject *sub; in stringlib_split_char() local
154 PyObject *list, *sub; in stringlib_split() local
202 PyObject *sub; in stringlib_rsplit_whitespace() local
253 PyObject *sub; in stringlib_rsplit_char() local
296 PyObject *list, *sub; in stringlib_rsplit() local
354 PyObject *sub; in stringlib_splitlines() local
/external/libaom/libaom/aom_dsp/
Dfft_common.h125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
177 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
269 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
521 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
538 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
582 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
697 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java147 UResourceBundle sub; in TestOpen() local
164 UResourceBundle sub; in TestOpen() local
199 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local
216 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local
228 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local
235 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local
248 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local
256 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local
268 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local
287 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java150 UResourceBundle sub; in TestOpen() local
167 UResourceBundle sub; in TestOpen() local
202 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local
219 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local
231 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local
238 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local
251 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local
259 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local
271 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local
290 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local
[all …]
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc214 __ sub(r1, r1, r0, SetCC); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
242 __ sub(r2, r2, r1); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
262 __ sub(r3, r3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local
266 __ sub(r3, r3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
282 __ sub(current_input_offset(), r2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local
287 __ sub(current_input_offset(), current_input_offset(), r1); in CheckNotBackReferenceIgnoreCase() local
313 __ sub(r1, r1, r4); in CheckNotBackReferenceIgnoreCase() local
338 __ sub(current_input_offset(), current_input_offset(), r4); in CheckNotBackReferenceIgnoreCase() local
357 __ sub(r1, r1, r0, SetCC); // Length to check. in CheckNotBackReference() local
380 __ sub(r2, r2, r1); // Offset by length when matching backwards. in CheckNotBackReference() local
[all …]
/external/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
/external/skqp/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Darm-arithmetic-aliases.s6 sub r2, r2, #6 label
7 sub r2, #6 label
8 sub r2, r2, r3 label
9 sub r2, r3 label
/external/mesa3d/src/gallium/state_trackers/va/
Dsubpicture.c69 vlVaSubpicture *sub; in vlVaCreateSubpicture() local
100 vlVaSubpicture *sub; in vlVaDestroySubpicture() local
125 vlVaSubpicture *sub; in vlVaSubpictureImage() local
177 vlVaSubpicture *sub; in vlVaAssociateSubpicture() local
253 vlVaSubpicture *sub, **array; in vlVaDeassociateSubpicture() local
/external/llvm/test/MC/ARM/
Darm-arithmetic-aliases.s6 sub r2, r2, #6 label
7 sub r2, #6 label
8 sub r2, r2, r3 label
9 sub r2, r3 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Darm-arithmetic-aliases.s6 sub r2, r2, #6 label
7 sub r2, #6 label
8 sub r2, r2, r3 label
9 sub r2, r3 label
/external/v8/src/ia32/
Dcodegen-ia32.cc72 if (direction == BACKWARD) __ sub(src, Immediate(0x40)); in MemMoveEmitMainLoop() local
78 if (direction == BACKWARD) __ sub(dst, Immediate(0x40)); in MemMoveEmitMainLoop() local
90 if (direction == BACKWARD) __ sub(src, Immediate(0x20)); in MemMoveEmitMainLoop() local
94 if (direction == BACKWARD) __ sub(dst, Immediate(0x20)); in MemMoveEmitMainLoop() local
102 if (direction == BACKWARD) __ sub(src, Immediate(0x10)); in MemMoveEmitMainLoop() local
105 if (direction == BACKWARD) __ sub(dst, Immediate(0x10)); in MemMoveEmitMainLoop() local
198 __ sub(eax, dst); in CreateMemMoveFunction() local
211 __ sub(count, edx); in CreateMemMoveFunction() local
266 __ sub(eax, src); in CreateMemMoveFunction() local
275 __ sub(dst, edx); in CreateMemMoveFunction() local
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_dead_sources.c33 static void mark_used_presub(struct rc_pair_sub_instruction * sub) in mark_used_presub()
47 struct rc_pair_sub_instruction * sub) in mark_used()
/external/perfetto/ui/src/assets/
Drecord.scss99 .sub { class
111 .sub { class
120 .title, .sub { class
/external/clang/test/SemaCXX/
Dqual-id-test.cpp29 struct sub : B::base struct
45 A::sub a; in fun()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc198 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
229 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
246 __ sub(ecx, Immediate(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
280 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() local
284 __ sub(edi, register_location(start_reg + 1)); in CheckNotBackReferenceIgnoreCase() local
320 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
345 __ sub(edi, ebx); in CheckNotBackReferenceIgnoreCase() local
364 __ sub(eax, edx); // Length to check. in CheckNotBackReference() local
390 __ sub(ebx, eax); // Offset by length when matching backwards. in CheckNotBackReference() local
421 __ sub(edi, esi); in CheckNotBackReference() local
[all …]
/external/llvm/test/MC/AArch64/
Dneon-scalar-add-sub.s13 sub d1, d7, d8 define
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dneon-scalar-add-sub.s13 sub d1, d7, d8 define

12345678910>>...17