Home
last modified time | relevance | path

Searched defs:r3 (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/boost/libs/hana/test/tuple/
Dissue_90.cpp40 RefOnly const& r3 = hana::at_c<0>(cref(t)); in main() local
49 RefOnly const& r3 = hana::front(cref(t)); in main() local
58 RefOnly const& r3 = hana::back(cref(t)); in main() local
/third_party/boost/libs/hana/test/ext/std/tuple/
Dissue_90.cpp41 RefOnly const& r3 = hana::at_c<0>(cref(t)); in main() local
50 RefOnly const& r3 = hana::front(cref(t)); in main() local
59 RefOnly const& r3 = hana::back(cref(t)); in main() local
/third_party/boost/libs/hana/test/pair/
Dissue_90.cpp31 RefOnly const& r3 = hana::first(cref(p)); in main() local
39 RefOnly const& r3 = hana::second(cref(p)); in main() local
/third_party/boost/libs/hana/test/ext/std/pair/
Dissue_90.cpp32 RefOnly<0> const& r3 = hana::first(cref(p)); in main() local
40 RefOnly<1> const& r3 = hana::second(cref(p)); in main() local
/third_party/boost/libs/spirit/test/qi/
Dutree3.cpp82 rule<char const*, utree::list_type()> r3 = strict_double | int_; in main() local
149 rule<char const*, utree()> r3 = int_; in main() local
Dutree1.cpp133 rule<char const*, utree()> r3 = double_ >> as_string[string("foo")] >> int_; in main() local
144 rule<char const*, utree::list_type()> r3 = char_; in main() local
/third_party/optimized-routines/math/
Derf.c62 double r3 = fma (x2, PA[5], PA[4]); in erf() local
118 double r3 = fma (a, PC[5], PC[4]); in erf() local
148 double r3 = fma (a, PD[5], PD[4]); in erf() local
180 double r3 = fma (a, PE[5], PE[4]); in erf() local
208 double r3 = fma (a, PF[5], PF[4]); in erf() local
/third_party/ltp/lib/
Dtst_kvercmp.c81 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3) in tst_kvcmp()
98 int tst_kvercmp(int r1, int r2, int r3) in tst_kvercmp()
145 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers) in tst_kvercmp2()
Dtst_taint.c24 int r3 = 0; in tst_taint_check_kver() local
/third_party/boost/libs/spirit/classic/test/
Dparametric_tests.cpp131 rule<> r3 = +f_str_p(const_(start), const_(end)); in narrow_f_str_p() local
153 wrule_t r3 = +f_str_p(const_(start), const_(end)); in wide_f_str_p() local
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_formatters.cpp35 std::string r3 = to_simple_string(t4); in main() local
93 std::string r3 = to_simple_string(t4); in main() local
/third_party/jerryscript/tests/jerry/es2015/
Dregexp-construct.js17 var r3 = RegExp (r); variable
/third_party/json/doc/examples/
Dget_ref.cpp21 auto r3 = value.get_ref<json::number_float_t&>(); in main() local
/third_party/boost/libs/phoenix/test/operator/
Darithmetic_tests.cpp37 int& r3 = (ref(x) *= 456)(); // should be an lvalue in main() local
Dbitwise_tests.cpp58 int& r3 = (ref(x) ^= 456)(); // should be an lvalue in main() local
/third_party/ffmpeg/libavcodec/arm/
Dneon.S36 .macro transpose_4x4 r0, r1, r2, r3
/third_party/boost/boost/math/distributions/
Dcomplement.hpp168 …RealType3> complement(const Dist& d, const RealType1& r1, const RealType2& r2, const RealType3& r3) in complement()
174 …omplement(const Dist& d, const RealType1& r1, const RealType2& r2, const RealType3& r3, const Real… in complement()
180 …omplement(const Dist& d, const RealType1& r1, const RealType2& r2, const RealType3& r3, const Real… in complement()
186 …omplement(const Dist& d, const RealType1& r1, const RealType2& r2, const RealType3& r3, const Real… in complement()
/third_party/boost/libs/mpl/test/
Dnumeric_ops.cpp103 typedef plus<c2,c2>::type r3; in MPL_TEST_CASE() typedef
128 typedef times<c2,c2>::type r3; in MPL_TEST_CASE() typedef
/third_party/boost/libs/multi_array/test/
Drange1.cpp53 range r3(5); in main() local
/third_party/jerryscript/tests/jerry/
Dregexp-construct.js85 r3 = new RegExp(foo) variable
/third_party/boost/libs/metaparse/example/minimal_rational/
Dmain.cpp70 const boost::rational<int> r3 = RATIONAL("13/11"); in main() local
/third_party/pixman/test/
Dregion-test.c11 pixman_region32_t r3; in main() local
/third_party/boost/libs/metaparse/example/rational/
Dmain.cpp79 const boost::rational<int> r3 = RATIONAL("1"); in main() local
/third_party/jerryscript/tests/jerry-test-suite/es2015/25/25.04/25.04.05/
D25.04.05-003.js31 }, function r3(x) { function
/third_party/boost/libs/proto/test/
Ddeep_copy.cpp32 terminal<char[16]>::type r3 = deep_copy(t3); in test1() local

12345