Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/third_party/libabigail/tests/
Dtest-svg.cc24 row r1 = { "A", primary_row_sty, 0, 24, 8 }; in main() local
43 row r1 = { "B", primary_row_sty, 0, 24, 8 }; in main() local
60 row r1 = { "C1", primary_row_sty, 0, 2, 2 }; in main() local
73 row r1 = { "C2", primary_row_sty, 0, 16, 8 }; in main() local
90 row r1 = { "C3", primary_row_sty, 0, 16, 8 }; in main() local
107 row r1 = { "D1", primary_row_sty, 0, 48, 8 }; in main() local
126 row r1 = { "D2", primary_row_sty, 0, 32, 8 }; in main() local
149 row r1 = { "D2v", primary_row_sty, 0, 56, 8 }; in main() local
174 row r1 = { "D3", primary_row_sty, 0, 24, 8 }; in main() local
191 row r1 = { "D3v", primary_row_sty, 0, 40, 8 }; in main() local
[all …]
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/
DmergeThreeInterfaces2.ts10 var r1 = a.foo; variable
24 var r1 = a.foo; variable
37 var r1 = a.foo; variable
50 var r1 = a.foo variable
63 var r1 = a.foo variable
DmergeTwoInterfaces2.ts10 var r1 = a.foo variable
20 var r1 = a.foo variable
32 var r1 = a.foo variable
44 var r1 = a.foo variable
DtwoInterfacesDifferentRootModule2.ts18 var r1 = a.foo; // error variable
31 var r1 = a.foo; variable
DmergeTwoInterfaces.ts13 var r1 = a.foo variable
41 var r1 = a.foo; variable
/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeWithNumericProperty.ts9 var r1 = c[1]; variable
20 var r1 = i[1]; variable
30 var r1 = a[1]; variable
40 var r1 = b[1]; variable
DobjectTypeWithStringNamedNumericProperty.ts19 var r1 = c['0.1']; variable
50 var r1 = i['0.1']; variable
80 var r1 = a['0.1']; variable
110 var r1 = b['0.1']; variable
/third_party/ffmpeg/libavutil/
Dcolorspace.h102 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\ argument
106 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\ argument
114 #define RGB_TO_U_JPEG(r1, g1, b1)\ argument
118 #define RGB_TO_V_JPEG(r1, g1, b1)\ argument
130 #define RGB_TO_U_BT709(r1, g1, b1, shift)\ argument
134 #define RGB_TO_V_BT709(r1, g1, b1, shift)\ argument
142 #define RGB_TO_U_BT709_FULL(r1, g1, b1)\ argument
146 #define RGB_TO_V_BT709_FULL(r1, g1, b1)\ argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegList.h26 #define REGLIST2(ns, r0, r1) \ argument
28 #define REGLIST3(ns, r0, r1, r2) \ argument
30 #define REGLIST4(ns, r0, r1, r2, r3) \ argument
32 #define REGLIST7(ns, r0, r1, r2, r3, r4, r5, r6) \ argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DTwoPointConicalGradient.java14 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
21 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
27 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
34 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
41 float x1, float y1, float r1, in nMakeTwoPointConical()
/third_party/typescript/tests/cases/fourslash/
DjsDocServices.ts14 const [r0, r1Def, r1, r2] = test.ranges(); constant
15 const ranges = [r0, r1, r2]; constant
DfindAllRefsForModule.ts17 const [r0Def, r0, r1Def, r1, r2] = test.ranges(); constant
18 const ranges = [r0, r1, r2]; constant
/third_party/node/deps/npm/node_modules/semver/ranges/
Dintersects.js2 const intersects = (r1, r2, options) => { argument
3 r1 = new Range(r1, options) variable
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardOfFormTypeOfEqualEqualHasNoEffect.ts10 var r1 = strOrNum; // string | number variable
13 var r1 = strOrNum; // string | number variable
DtypeGuardOfFormTypeOfNotEqualHasNoEffect.ts10 var r1 = strOrNum; // string | number variable
13 var r1 = strOrNum; // string | number variable
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/indexSignatures/
DnumericIndexingResults.ts8 var r1 = c['1']; variable
22 var r1 = i['1']; variable
35 var r1 = a['1']; variable
/third_party/optimized-routines/math/
Derf.c60 double r1 = fma (x2, PA[1], PA[0]); in erf() local
116 double r1 = fma (a, PC[1], PC[0]); in erf() local
146 double r1 = fma (a, PD[1], PD[0]); in erf() local
178 double r1 = fma (a, PE[1], PE[0]); in erf() local
206 double r1 = fma (a, PF[1], PF[0]); in erf() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithGenericSignatureArguments2.ts10 var r1: (x: {}) => {} = foo((x: number) => 1, (x: string) => ''); variable
46 var r1: (x: {}) => {} = foo((x: number) => 1, (x: string) => ''); variable
/third_party/typescript/tests/baselines/reference/
DconstructSignaturesWithOverloads2.js14 var r1 = new C(1, ''); variable
53 var r1 = new C(1, ''); variable
DconstructSignaturesWithOverloads.js10 var r1 = new C(1, ''); variable
60 var r1 = new C(1, ''); variable
DconstructSignaturesWithIdenticalOverloads.js10 var r1 = new C(1, ''); variable
59 var r1 = new C(1, ''); variable
/third_party/ltp/lib/
Dtst_kvercmp.c84 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3) in tst_kvcmp()
101 int tst_kvercmp(int r1, int r2, int r3) in tst_kvercmp()
169 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers) in tst_kvercmp2()
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp95 vfloat r1 = change_sign(a1, b1); in TEST() local
117 vfloat r1 = atan(a1); in TEST() local
139 vfloat r1 = atan2(a1, b1); in TEST() local
542 vmask4 r1 = a1 == b1; in TEST() local
573 vmask4 r1 = a1 != b1; in TEST() local
691 vfloat4 r1 = clamp(2.1f, 3.0f, a1); in TEST() local
709 vfloat4 r1 = clampz(3.0f, a1); in TEST() local
727 vfloat4 r1 = clampzo(a1); in TEST() local
756 vfloat4 r1 = round(a1); in TEST() local
772 vfloat4 r1 = hmin(a1); in TEST() local
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandSerializer.h83 WireResult r1 = SerializeCmd(cmd, requiredSize, &serializeBuffer); in SerializeCommandImpl() local
97 WireResult r1 = SerializeCmd(cmd, requiredSize, &serializeBuffer); in SerializeCommandImpl() local
/third_party/node/deps/v8/src/base/
Ddivision-by-constant.cc27 T r1 = min - q1 * anc; // Init. r1 = rem(2**p, |nc|). in SignedDivisionByConstant() local
65 T r1 = min - q1 * nc; // Init. r1 = rem(2**p,nc) in UnsignedDivisionByConstant() local

12345678910>>...22