Searched refs:sub (Results 1 - 25 of 1574) sorted by relevance

1234567891011>>

/external/clang/test/Modules/
H A Ddeclare-use5.cpp5 #include "sub.h"
7 const int a = sub;
H A Ddeclare-use1.cpp8 #include "sub.h"
9 const int g2 = g1 + e + f + aux_i + sub;
/external/clang/test/Modules/Inputs/declare-use/
H A Dsub.h3 const int sub = 42; variable
/external/clang/test/Modules/Inputs/string_names/
H A Dsub.h3 const int sub = 2; variable
/external/clang/test/Modules/Inputs/
H A Duse-builtin.h2 @import builtin.sub;
/external/skia/src/pathops/
H A DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { argument
14 set(sub[0]);
15 add(sub[2]);
18 if (!sub.monotonicInX()) {
19 roots = SkDQuad::FindExtrema(&sub[0].fX, tValues);
21 if (!sub.monotonicInY()) {
22 roots += SkDQuad::FindExtrema(&sub[0].fY, &tValues[roots]);
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { argument
31 set(sub[0]);
32 add(sub[
47 setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) argument
[all...]
/external/skqp/src/pathops/
H A DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { argument
14 set(sub[0]);
15 add(sub[2]);
18 if (!sub.monotonicInX()) {
19 roots = SkDQuad::FindExtrema(&sub[0].fX, tValues);
21 if (!sub.monotonicInY()) {
22 roots += SkDQuad::FindExtrema(&sub[0].fY, &tValues[roots]);
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { argument
31 set(sub[0]);
32 add(sub[
47 setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) argument
[all...]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
H A DPackagePrivate.java1 package test.sub;
H A DOtherThing.java16 package test.sub;
H A DPackagePrivateContainer.java1 package test.sub;
/external/llvm/test/MC/X86/
H A Dfixup-cpu-mode.s6 sub $edata, %r12 // CHECK: subq $0, %r12 label
/external/llvm/test/MC/Hexagon/
H A Dalign.s5 { r1 = sub(#1, r1) }
6 # CHECK: 76414021 { r1 = sub(#1, r1)
12 { r1 = sub(#1, r1)
13 r2 = sub(#1, r2) }
14 # CHECK: 76414021 { r1 = sub(#1, r1)
15 # CHECK-NEXT: 76424022 r2 = sub(#1, r2)
20 { r1 = sub(#1, r1)
21 r2 = sub(#1, r2)
22 r3 = sub(#1, r3) }
23 # CHECK: 76434023 r3 = sub(#
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-add-sub.s13 sub d1, d7, d8
15 // CHECK: sub d1, d7, d8 // encoding: [0xe1,0x84,0xe8,0x7e]
/external/dtc/tests/
H A Doverlay_base.dts15 subtest: sub-test-node {
16 sub-test-property;
H A Doverlay_base_manual_symbols.dts16 subtest: sub-test-node {
17 sub-test-property;
/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_op_gpu_sub.cu.cc22 DEFINE_BINARY6(sub, Eigen::half, float, double, int64, complex64, complex128);
H A Dcwise_op_sub.cc19 REGISTER7(BinaryOp, CPU, "Sub", functor::sub, float, Eigen::half, double, int32,
23 REGISTER4(BinaryOp, CPU, "Sub", functor::sub, int8, uint8, int16, uint16);
28 REGISTER(BinaryOp, CPU, "Sub", functor::sub, int32);
32 REGISTER6(BinaryOp, GPU, "Sub", functor::sub, float, Eigen::half, double, int64,
44 BinaryOp<CPUDevice, functor::sub<int32>>);
48 REGISTER3(BinaryOp, SYCL, "Sub", functor::sub, float, double, int64);
55 BinaryOp<CPUDevice, functor::sub<int32>>);
/external/guice/core/test/com/google/inject/
H A DSuperclassTest.java34 Sub sub = creator.get();
35 sub = creator.get();
36 sub = creator.get();
37 sub = creator.get();
38 sub = creator.get();
39 assertNotNull(sub.field);
40 assertNotNull(sub.fromMethod);
/external/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_sub_4.S17 /* "subs" is 2 bytes shorter than "sub". */
18 #define sub_4(rD, rN, rM) sub rD, rN, rM
/external/curl/tests/server/
H A Dgetpart.h32 const char *main, const char *sub, FILE *stream);
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DThing.java19 import test.sub.OtherThing;
/external/llvm/test/MC/ARM/
H A Dcpu-test.s16 // CHECK: sub sp, #16
17 sub sp,#16 label
/external/clang/test/CodeGenCXX/
H A Dconditional-expr-lvalue.cpp14 A sub() const;
18 (cond ? a : a.sub()).foo();
/external/compiler-rt/lib/builtins/i386/
H A Dchkstk2.S22 sub $0x1000,%ecx
24 sub $0x1000,%eax
28 sub %eax,%ecx
35 sub %esp,%eax // restore the original value in eax
/external/compiler-rt/lib/builtins/x86_64/
H A Dchkstk2.S24 sub $0x1000,%rcx
26 sub $0x1000,%rax
30 sub %rax,%rcx
37 sub %rsp,%rax // restore the original value in rax

Completed in 649 milliseconds

1234567891011>>