Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 4186) sorted by relevance

12345678910>>...168

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc10 export namespace std {
15 using std::false_type;
16 using std::true_type;
19 using std::is_array;
20 using std::is_class;
21 using std::is_enum;
31 using std::is_union;
32 using std::is_void;
113 using std::rank;
179 using std::decay;
[all …]
H A Dcmath.inc15 using std::acos;
16 using std::acosf;
17 using std::acosl;
19 using std::asin;
23 using std::atan;
31 using std::cos;
32 using std::cosf;
33 using std::cosl;
35 using std::sin;
36 using std::sinf;
[all …]
H A Datomic.inc10 export namespace std {
13 using std::memory_order;
25 // using std::atomic_ref;
28 using std::atomic;
38 using std::atomic_load;
40 using std::atomic_store;
55 using std::atomic_wait;
59 using std::atomic_bool;
60 using std::atomic_char;
66 using std::atomic_int;
[all …]
H A Dalgorithm.inc10 export namespace std {
28 using std::all_of;
34 using std::any_of;
40 using std::none_of;
72 using std::find;
112 using std::count;
130 using std::equal;
181 using std::copy;
210 using std::move;
264 using std::fill;
[all …]
H A Dcwchar.inc13 using std::size_t;
14 using std::wint_t;
16 using std::tm;
18 using std::btowc;
19 using std::fgetwc;
20 using std::fgetws;
21 using std::fputwc;
22 using std::fputws;
23 using std::fwide;
26 using std::getwc;
[all …]
H A Diterator.inc10 export namespace std {
138 using std::next;
139 using std::prev;
227 using std::begin;
229 using std::cend;
231 using std::crend;
232 using std::end;
234 using std::rend;
237 using std::size;
240 using std::data;
[all …]
H A Dchrono.inc10 export namespace std {
13 using std::chrono::duration;
18 using std::common_type;
48 using std::chrono::ceil;
50 using std::chrono::floor;
51 using std::chrono::round;
60 using std::chrono::days;
79 using std::chrono::abs;
138 using std::chrono::day;
247 using std::formatter;
[all …]
H A Dcstdio.inc11 using std::FILE;
12 using std::fpos_t;
13 using std::size_t;
17 using std::feof;
20 using std::fgetc;
22 using std::fgets;
23 using std::fopen;
25 using std::fputc;
34 using std::getc;
38 using std::putc;
[all …]
H A Dmemory.inc10 export namespace std {
15 using std::to_address;
18 using std::align;
51 using std::allocator;
52 using std::operator==;
55 using std::addressof;
113 using std::destroy;
151 using std::swap;
166 using std::weak_ptr;
177 using std::hash;
[all …]
H A Dranges.inc10 export namespace std {
31 using std::ranges::range;
55 using std::ranges::view;
76 using std::ranges::get;
79 using std::ranges::get;
95 using std::ranges::to;
341 using std::tuple_element;
342 using std::tuple_size;
345 using std::from_range;
346 using std::from_range_t;
[all …]
H A Dvalarray.inc11 using std::gslice;
15 using std::slice;
19 using std::swap;
45 using std::abs;
52 using std::cos;
54 using std::exp;
55 using std::log;
58 using std::pow;
60 using std::sin;
63 using std::tan;
[all …]
H A Dfunctional.inc10 export namespace std {
12 using std::invoke;
20 using std::cref;
21 using std::ref;
24 using std::divides;
25 using std::minus;
28 using std::negate;
29 using std::plus;
34 using std::less;
68 using std::bind;
[all …]
H A Dfilesystem.inc10 export namespace std::filesystem {
12 using std::filesystem::path;
16 using std::filesystem::swap;
29 using std::filesystem::begin;
30 using std::filesystem::end;
47 using std::filesystem::perms;
65 using std::filesystem::copy;
109 } // namespace std::filesystem
112 export namespace std {
113 using std::hash;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h133 # define _Atomic(_Tp) ::std::atomic<_Tp>
135 using std::memory_order _LIBCPP_USING_IF_EXISTS;
143 using std::atomic_flag _LIBCPP_USING_IF_EXISTS;
145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
146 using std::atomic_char _LIBCPP_USING_IF_EXISTS;
147 using std::atomic_schar _LIBCPP_USING_IF_EXISTS;
148 using std::atomic_uchar _LIBCPP_USING_IF_EXISTS;
151 using std::atomic_int _LIBCPP_USING_IF_EXISTS;
152 using std::atomic_uint _LIBCPP_USING_IF_EXISTS;
153 using std::atomic_long _LIBCPP_USING_IF_EXISTS;
[all …]
H A Dmath.h444 using std::__math::acos;
446 using std::__math::asin;
448 using std::__math::atan;
454 using std::__math::cos;
456 using std::__math::erf;
458 using std::__math::exp;
464 using std::__math::fma;
475 using std::__math::log;
486 using std::__math::pow;
494 using std::__math::sin;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc609 SYMBOL(any, std::, <any>)
962 SYMBOL(cos, std::, <cmath>)
1013 SYMBOL(dec, std::, <ios>)
1331 SYMBOL(fpos, std::, <ios>)
1464 SYMBOL(hex, std::, <ios>)
1597 SYMBOL(ios, std::, <ios>)
1944 SYMBOL(left, std::, <ios>)
2096 SYMBOL(map, std::, <map>)
2300 SYMBOL(oct, std::, <ios>)
2533 SYMBOL(rotl, std::, <bit>)
[all …]
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h42 const std::vector<std::string> *CCArgs) in CC()
53 const std::vector<std::string> *Args);
63 const std::string &ProgramFile, const std::vector<std::string> &Args,
66 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
136 const std::string &Bitcode, const std::vector<std::string> &Args,
138 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
139 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC()
170 const std::string &Bitcode, const std::vector<std::string> &Args,
172 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
[all …]
H A DToolRunner.cpp148 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI()
157 const std::string &Bitcode, const std::vector<std::string> &Args,
160 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
255 const std::vector<std::string> &CCArgs = std::vector<std::string>(), in ExecuteProgram()
256 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), in ExecuteProgram()
305 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
311 const std::string &Bitcode, const std::vector<std::string> &Args, in ExecuteProgram()
406 std::vector<std::string> Args; in createCustomCompiler()
422 std::vector<std::string> Args; in createCustomExecutor()
547 const std::vector<std::string> &CCArgs = std::vector<std::string>(),
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp26 std::make_tuple(255, 255, 255), std::make_tuple(240, 240, 240),
29 std::make_tuple(82, 82, 82), std::make_tuple(37, 37, 37),
34 std::make_tuple(252, 141, 89), std::make_tuple(239, 101, 72),
35 std::make_tuple(215, 48, 31), std::make_tuple(179, 0, 0),
41 std::make_tuple(5, 112, 176), std::make_tuple(4, 90, 141),
47 std::make_tuple(255, 255, 255), std::make_tuple(0, 0, 0)},
75 std::make_tuple(255, 0, 0), std::make_tuple(0, 255, 0)}};
129 double X = C * (1 - std::abs(std::fmod(HPrime, 2.0) - 1)); in convertToRGB()
175 double S = std::get<1>(C0) + T * (std::get<1>(C1) - std::get<1>(C0)); in interpolateHSV()
176 double V = std::get<2>(C0) + T * (std::get<2>(C1) - std::get<2>(C0)); in interpolateHSV()
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dppc-mont.S24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
31 std 27,-40(12)
32 std 28,-32(12)
35 std 31,-8(12)
[all …]
H A Dkeccak1600-ppc64.S16 std 11,96(1)
18 std 16,104(1)
20 std 21,112(1)
22 std 26,120(1)
132 std 3,80(1)
214 std 3,48(1)
249 std 7,0(3)
250 std 8,8(3)
251 std 9,16(3)
255 std 6,48(3)
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dppc-mont.S24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
31 std 27,-40(12)
32 std 28,-32(12)
35 std 31,-8(12)
[all …]
H A Dkeccak1600-ppc64.S16 std 11,96(1)
18 std 16,104(1)
20 std 21,112(1)
22 std 26,120(1)
132 std 3,80(1)
214 std 3,48(1)
249 std 7,0(3)
250 std 8,8(3)
251 std 9,16(3)
255 std 6,48(3)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h30 namespace std {
76 if (std::isinf(__c.real()) || std::isinf(__c.imag())) in proj()
121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt()
126 return std::complex<_Tp>(__x.real(), std::isnan(__x.imag()) in sqrt()
138 __DEVICE__ std::complex<_Tp> exp(const std::complex<_Tp> &__x) { in exp()
158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow()
174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh()
202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh()
266 if (std::isinf(__x.real()) && !std::isfinite(__x.imag())) in sinh()
280 if (std::isinf(__x.real()) && !std::isfinite(__x.imag())) in cosh()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h208 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap;
212 llvm::SmallVector<std::pair<std::string, std::string>, 0> CoveragePrefixMap;
269 std::vector<std::string> DependentLibraries;
272 std::vector<std::string> LinkerOptions;
312 std::vector<std::string> OffloadObjects;
387 std::vector<std::string> NoBuiltinFuncs;
389 std::vector<std::string> Reciprocals;
399 std::vector<std::string> DefaultFunctionAttrs;
402 std::vector<std::string> PassPlugins;
410 std::vector<std::string> SanitizeCoverageAllowlistFiles;
[all …]

12345678910>>...168