Home
last modified time | relevance | path

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

12345678910>>...19

/external/valgrind/main/none/tests/s390x/
Dopcodes.h19 #define RIL_RI(op1,r1,op2,i2) \ argument
22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \ argument
25 #define RRF_R0RR2(op,r3,u0,r1,r2) ".long 0x" #op #r3 #u0 #r1 #r2 "\n\t" argument
29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
32 #define RIL_RU(op1,r1,op2,i2) \ argument
35 #define RIL_RP(op1,r1,op2,i2) \ argument
41 #define RIS_RURDI(op1,r1,m3,b4,d4,i2,op2) \ argument
44 #define RIE_RUPI(op1,r1,m3,i4,i2,op2) \ argument
47 #define RRS(op1,r1,r2,b4,d4,m3,u0,op2) \ argument
50 #define RIE_RRPU(op1,r1,r2,i4,m3,u0,op2) \ argument
[all …]
Dor.c5 #define oihh(r1,i2) ".long 0xa5" #r1 "8" #i2 "\n\t" argument
6 #define oihl(r1,i2) ".long 0xa5" #r1 "9" #i2 "\n\t" argument
7 #define oilh(r1,i2) ".long 0xa5" #r1 "a" #i2 "\n\t" argument
8 #define oill(r1,i2) ".long 0xa5" #r1 "b" #i2 "\n\t" argument
Dand.c5 #define nihh(r1,i2) ".long 0xa5" #r1 "4" #i2 "\n\t" argument
6 #define nihl(r1,i2) ".long 0xa5" #r1 "5" #i2 "\n\t" argument
7 #define nilh(r1,i2) ".long 0xa5" #r1 "6" #i2 "\n\t" argument
8 #define nill(r1,i2) ".long 0xa5" #r1 "7" #i2 "\n\t" argument
Dinsert.c5 #define iihh(r1,i2) ".long 0xa5" #r1 "0" #i2 "\n\t" argument
6 #define iihl(r1,i2) ".long 0xa5" #r1 "1" #i2 "\n\t" argument
7 #define iilh(r1,i2) ".long 0xa5" #r1 "2" #i2 "\n\t" argument
8 #define iill(r1,i2) ".long 0xa5" #r1 "3" #i2 "\n\t" argument
Dbfp-3.c8 float r1 = v1; in maebr() local
17 double r1 = v1; in madbr() local
26 float r1 = v1; in msebr() local
35 double r1 = v1; in msdbr() local
/external/valgrind/main/VEX/priv/
Dguest_s390_toIR.c1743 s390_format_RI(const HChar *(*irgen)(UChar r1, UShort i2), in s390_format_RI()
1750 s390_format_RI_RU(const HChar *(*irgen)(UChar r1, UShort i2), in s390_format_RI_RU()
1760 s390_format_RI_RI(const HChar *(*irgen)(UChar r1, UShort i2), in s390_format_RI_RI()
1770 s390_format_RI_RP(const HChar *(*irgen)(UChar r1, UShort i2), in s390_format_RI_RP()
1780 s390_format_RIE_RRP(const HChar *(*irgen)(UChar r1, UChar r3, UShort i2), in s390_format_RIE_RRP()
1790 s390_format_RIE_RRI0(const HChar *(*irgen)(UChar r1, UChar r3, UShort i2), in s390_format_RIE_RRI0()
1800 s390_format_RIE_RRUUU(const HChar *(*irgen)(UChar r1, UChar r2, UChar i3, in s390_format_RIE_RRUUU()
1812 s390_format_RIE_RRPU(const HChar *(*irgen)(UChar r1, UChar r2, UShort i4, in s390_format_RIE_RRPU()
1824 s390_format_RIE_RUPU(const HChar *(*irgen)(UChar r1, UChar m3, UShort i4, in s390_format_RIE_RUPU()
1836 s390_format_RIE_RUPI(const HChar *(*irgen)(UChar r1, UChar m3, UShort i4, in s390_format_RIE_RUPI()
[all …]
Dhost_s390_defs.c1237 emit_RI(UChar *p, UInt op, UChar r1, UShort i2) in emit_RI()
1249 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2) in emit_RIL()
1261 emit_RR(UChar *p, UInt op, UChar r1, UChar r2) in emit_RR()
1273 emit_RRE(UChar *p, UInt op, UChar r1, UChar r2) in emit_RRE()
1285 emit_RRF(UChar *p, UInt op, UChar r1, UChar r3, UChar r2) in emit_RRF()
1298 emit_RRF2(UChar *p, UInt op, UChar m3, UChar m4, UChar r1, UChar r2) in emit_RRF2()
1312 emit_RRF3(UChar *p, UInt op, UChar r3, UChar r1, UChar r2) in emit_RRF3()
1325 emit_RRF4(UChar *p, UInt op, UChar r3, UChar m4, UChar r1, UChar r2) in emit_RRF4()
1339 emit_RRF5(UChar *p, UInt op, UChar m4, UChar r1, UChar r2) in emit_RRF5()
1352 emit_RS(UChar *p, UInt op, UChar r1, UChar r3, UChar b2, UShort d2) in emit_RS()
[all …]
/external/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
Dinvoke.pass.cpp48 std::reference_wrapper<void (int)> r1(f_void_1); in test_void_1() local
57 std::reference_wrapper<void (*)(int)> r1(fp); in test_void_1() local
66 std::reference_wrapper<A_void_1> r1(a0); in test_void_1() local
75 std::reference_wrapper<void (A_void_1::*)()> r1(fp); in test_void_1() local
88 std::reference_wrapper<void (A_void_1::*)() const> r1(fp); in test_void_1() local
125 std::reference_wrapper<int (int)> r1(f_int_1); in test_int_1() local
132 std::reference_wrapper<int (*)(int)> r1(fp); in test_int_1() local
139 std::reference_wrapper<A_int_1> r1(a0); in test_int_1() local
146 std::reference_wrapper<int (A_int_1::*)()> r1(fp); in test_int_1() local
155 std::reference_wrapper<int (A_int_1::*)() const> r1(fp); in test_int_1() local
[all …]
Dinvoke_void_0.pass.cpp42 std::reference_wrapper<void ()> r1(f_void_0); in test_void_0() local
50 std::reference_wrapper<void (*)()> r1(fp); in test_void_0() local
58 std::reference_wrapper<A_void_0> r1(a0); in test_void_0() local
Dinvoke_int_0.pass.cpp41 std::reference_wrapper<int ()> r1(f_int_0); in test_int_0() local
47 std::reference_wrapper<int (*)()> r1(fp); in test_int_0() local
53 std::reference_wrapper<A_int_0> r1(a0); in test_int_0() local
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
Dinvoke.pass.cpp45 std::function<void (int)> r1(f_void_1); in test_void_1() local
54 std::function<void (int)> r1(fp); in test_void_1() local
63 std::function<void (int)> r1(a0); in test_void_1() local
72 std::function<void (A_void_1)> r1(fp); in test_void_1() local
86 std::function<void (A_void_1)> r1(fp); in test_void_1() local
124 std::function<int (int)> r1(f_int_1); in test_int_1() local
131 std::function<int (int)> r1(fp); in test_int_1() local
138 std::function<int (int)> r1(a0); in test_int_1() local
145 std::function<int (A_int_1)> r1(fp); in test_int_1() local
155 std::function<int (A_int_1)> r1(fp); in test_int_1() local
[all …]
Dinvoke_int_0.pass.cpp38 std::function<int ()> r1(f_int_0); in test_int_0() local
44 std::function<int ()> r1(fp); in test_int_0() local
50 std::function<int ()> r1(a0); in test_int_0() local
Dinvoke_void_0.pass.cpp41 std::function<void ()> r1(f_void_0); in test_void_0() local
49 std::function<void ()> r1(fp); in test_void_0() local
57 std::function<void ()> r1(a0); in test_void_0() local
/external/chromium_org/ui/gfx/
Dpath_aura.cc26 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) { in IntersectRegions()
33 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) { in CombineRegions()
40 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) { in SubtractRegion()
Dpath_win.cc48 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) { in IntersectRegions()
55 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) { in CombineRegions()
62 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) { in SubtractRegion()
/external/chromium_org/ui/gfx/range/
Drange_unittest.cc66 gfx::Range r1(10, 4); in TEST() local
85 gfx::Range r1(10, 5); in TEST() local
153 void TestContainsAndIntersects(const gfx::Range& r1, in TestContainsAndIntersects()
185 gfx::Range r1(10, 12); in TEST() local
192 gfx::Range r1(12, 10); in TEST() local
198 gfx::Range r1(10, 12); in TEST() local
/external/stlport/test/unit/
Dincludes_test.cpp43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2); in incl0() local
55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); in incl1() local
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2() local
Dreference_wrapper_test.cpp37 rr_type r1 = std::tr1::ref(i); in ref() local
68 crr_type r1 = std::tr1::cref(i); in cref() local
/external/libvorbis/lib/
Dmdct.c96 REG_TYPE r1 = x[6] - x[2]; in mdct_butterfly_8() local
120 REG_TYPE r1 = x[0] - x[8]; in mdct_butterfly_16() local
155 REG_TYPE r1 = x[31] - x[15]; in mdct_butterfly_32() local
224 REG_TYPE r1; in mdct_butterfly_first() local
272 REG_TYPE r1; in mdct_butterfly_generic() local
360 REG_TYPE r1 = x0[0] + x1[0]; in mdct_bitreverse() local
506 REG_TYPE r1; in mdct_forward() local
/external/llvm/unittests/Support/
DRegexTest.cpp22 Regex r1("^[0-9]+$"); in TEST_F() local
65 Regex r1("([a-z]+)_\\1"); in TEST_F() local
144 Regex r1("^[0-9]+$"); in TEST_F() local
150 Regex r1("^[0-9]+$"); in TEST_F() local
/external/chromium_org/v8/src/compiler/
Dgraph-reducer-unittest.cc55 void ReduceNode(Node* node, Reducer* r1, Reducer* r2) { in ReduceNode()
62 void ReduceNode(Node* node, Reducer* r1, Reducer* r2, Reducer* r3) { in ReduceNode()
91 StrictMock<MockReducer> r1, r2; in TEST_F() local
101 StrictMock<MockReducer> r1, r2, r3; in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegArc.h30 …SVGPathSegArc(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool lar… in SVGPathSegArc()
56 float r1() const { return m_r1; } in r1() function
57 void setR1(float r1) in setR1()
/external/libcxx/test/containers/sequences/array/
Dfront_back.pass.cpp27 C::reference r1 = c.front(); in main() local
41 C::const_reference r1 = c.front(); in main() local
Dat.pass.cpp26 C::reference r1 = c.at(0); in main() local
43 C::const_reference r1 = c.at(0); in main() local
Dindexing.pass.cpp26 C::reference r1 = c[0]; in main() local
40 C::const_reference r1 = c[0]; in main() local

12345678910>>...19