Home
last modified time | relevance | path

Searched refs:tr1 (Results 1 – 25 of 117) sorted by relevance

12345

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dstdlib.h38 using std::tr1::atoll;
39 using std::tr1::strtoll;
40 using std::tr1::strtoull;
42 using std::tr1::abs;
44 using std::tr1::div;
H A Dunordered_set25 /** @file tr1/unordered_set
39 #include <tr1/type_traits>
40 #include <tr1/functional_hash.h>
41 #include <tr1/hashtable.h>
42 #include <tr1/unordered_set.h>
H A Dunordered_map25 /** @file tr1/unordered_map
39 #include <tr1/type_traits>
40 #include <tr1/functional_hash.h>
41 #include <tr1/hashtable.h>
42 #include <tr1/unordered_map.h>
H A Drandom26 * @file tr1/random
45 #include <tr1/type_traits>
46 #include <tr1/cmath>
47 #include <tr1/random.h>
48 #include <tr1/random.tcc>
H A Dmemory1 // <tr1/memory> -*- C++ -*-
26 * @file tr1/memory
49 #include <tr1/type_traits>
50 #include <tr1/shared_ptr.h>
H A Dbeta_function.tcc56 namespace tr1
58 # define _GLIBCXX_MATH_NS ::std::tr1
60 # error do not include this header directly, use <cmath> or <tr1/cmath>
H A Dcmath25 /** @file tr1/cmath
150 namespace tr1
154 // Using declarations to bring names from libc's <math.h> into std::tr1.
426 // declared in <cmath> so we can just re-declare them in std::tr1.
1069 // define all the necessary overloads, but the std::tr1::pow(double, double)
1070 // overload cannot be provided here, because <tr1/math.h> would add it to
1073 // The solution is to forward std::tr1::pow(double,double) to
1099 // different return type from std::tr1::fabs<T>(const std::complex<T>&).
1100 // We define the necessary overloads, except std::tr1::fabs(double) which
1129 } // namespace tr1
[all …]
H A Dfunctional_hash.h39 namespace tr1 in _GLIBCXX_VISIBILITY()
160 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0; in _GLIBCXX_VISIBILITY()
169 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0; in _GLIBCXX_VISIBILITY()
H A Dfunctional25 /** @file tr1/functional
39 #include <tr1/tuple>
40 #include <tr1/type_traits>
42 #include <tr1/functional_hash.h>
58 namespace tr1
855 /** @namespace std::tr1::placeholders
856 * @brief Sub-namespace for tr1/functional.
1055 return __arg(tr1::get<_Indexes>(__tuple)...);
1088 return ::std::tr1::get<(is_placeholder<_Arg>::value - 1)>(__tuple);
1118 * other function objects untouched. Used by tr1::bind(). The
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dstdlib.h38 using std::tr1::atoll;
39 using std::tr1::strtoll;
40 using std::tr1::strtoull;
42 using std::tr1::abs;
44 using std::tr1::div;
H A Dunordered_map25 /** @file tr1/unordered_map
39 #include <tr1/type_traits>
40 #include <tr1/functional_hash.h>
41 #include <tr1/hashtable.h>
42 #include <tr1/unordered_map.h>
H A Dunordered_set25 /** @file tr1/unordered_set
39 #include <tr1/type_traits>
40 #include <tr1/functional_hash.h>
41 #include <tr1/hashtable.h>
42 #include <tr1/unordered_set.h>
H A Drandom26 * @file tr1/random
45 #include <tr1/type_traits>
46 #include <tr1/cmath>
47 #include <tr1/random.h>
48 #include <tr1/random.tcc>
H A Dmemory1 // <tr1/memory> -*- C++ -*-
26 * @file tr1/memory
49 #include <tr1/type_traits>
50 #include <tr1/shared_ptr.h>
H A Dbeta_function.tcc56 namespace tr1
58 # define _GLIBCXX_MATH_NS ::std::tr1
60 # error do not include this header directly, use <cmath> or <tr1/cmath>
H A Dcmath25 /** @file tr1/cmath
150 namespace tr1
154 // Using declarations to bring names from libc's <math.h> into std::tr1.
426 // declared in <cmath> so we can just re-declare them in std::tr1.
1069 // define all the necessary overloads, but the std::tr1::pow(double, double)
1070 // overload cannot be provided here, because <tr1/math.h> would add it to
1073 // The solution is to forward std::tr1::pow(double,double) to
1099 // different return type from std::tr1::fabs<T>(const std::complex<T>&).
1100 // We define the necessary overloads, except std::tr1::fabs(double) which
1129 } // namespace tr1
[all …]
H A Dfunctional_hash.h39 namespace tr1 in _GLIBCXX_VISIBILITY()
160 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0; in _GLIBCXX_VISIBILITY()
169 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0; in _GLIBCXX_VISIBILITY()
H A Dfunctional25 /** @file tr1/functional
39 #include <tr1/tuple>
40 #include <tr1/type_traits>
42 #include <tr1/functional_hash.h>
58 namespace tr1
855 /** @namespace std::tr1::placeholders
856 * @brief Sub-namespace for tr1/functional.
1055 return __arg(tr1::get<_Indexes>(__tuple)...);
1088 return ::std::tr1::get<(is_placeholder<_Arg>::value - 1)>(__tuple);
1118 * other function objects untouched. Used by tr1::bind(). The
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtype_utils.hpp55 using std::tr1::is_same;
56 using std::tr1::is_const;
57 using std::tr1::is_pointer;
58 using std::tr1::is_reference;
59 using std::tr1::is_fundamental;
60 using std::tr1::is_member_object_pointer;
61 using std::tr1::is_member_pointer;
62 using std::tr1::is_base_of;
63 using std::tr1::remove_const;
64 using std::tr1::remove_reference;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtype_utils.hpp55 using std::tr1::is_same;
56 using std::tr1::is_const;
57 using std::tr1::is_pointer;
58 using std::tr1::is_reference;
59 using std::tr1::is_fundamental;
60 using std::tr1::is_member_object_pointer;
61 using std::tr1::is_member_pointer;
62 using std::tr1::is_base_of;
63 using std::tr1::remove_const;
64 using std::tr1::remove_reference;
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-framework-qt5/
H A D0001-Drop-tr1-namespace-its-not-there-in-c-11-and-newer.patch4 Subject: [PATCH] Drop tr1 namespace its not there in c++11 and newer
7 libc++'s tr1 headers don't actually make a tr1 namespace.
25 -#include <tr1/functional>
28 -using namespace std::tr1::placeholders;
37 - std::tr1::bind(&MImOnScreenPlugins::isSubViewUnavailable, this, _1));
41 - std::tr1::bind(equalPlugin, _1, plugin)) != mEnabledAndAvailableSubViews.e…
50 - std::back_inserter(result), std::tr1::bind(notEqualPlugin, _1, plugin));
63 -using namespace std::tr1;
76 -#include <tr1/memory>
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-plugins-qt5/
H A D0001-Do-not-use-tr1-namespace.patch4 Subject: [PATCH] Do not use tr1 namespace
22 -#include <tr1/functional>
31 -typedef std::tr1::function<void(const KeyArea &, const KeyOverrides &)> EmitFunc;
40 - using std::tr1::placeholders::_1;
41 - using std::tr1::placeholders::_2;
45 - d->overrideCheck(changed_ids, d->left, std::tr1::bind(&LayoutHelper::leftPanelChanged, this, _…
46 - d->overrideCheck(changed_ids, d->right, std::tr1::bind(&LayoutHelper::rightPanelChanged, this,…
47 - d->overrideCheck(changed_ids, d->center, std::tr1::bind(&LayoutHelper::centerPanelChanged, thi…
48 - d->overrideCheck(changed_ids, d->extended, std::tr1::bind(&LayoutHelper::extendedPanelChanged,…
/OK3568_Linux_fs/kernel/arch/sh/boot/compressed/
H A Dhead_64.S50 ptabs/u r63, tr1
64 pta 1f, tr1
69 bne r21, r22, tr1
72 pta 1f, tr1
77 bne r21, r22, tr1
128 pt 1f, tr1
133 bne r22, r23, tr1

12345