| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdint | 131 uint_fast32_t 180 using ::uint_fast32_t _LIBCPP_USING_IF_EXISTS;
|
| H A D | random | 361 typedef linear_congruential_engine<uint_fast32_t, 16807, 0, 2147483647> 363 typedef linear_congruential_engine<uint_fast32_t, 48271, 0, 2147483647> 365 typedef mersenne_twister_engine<uint_fast32_t, 32, 624, 397, 31, 377 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
|
| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | ranlux.h | 23 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
|
| H A D | linear_congruential_engine.h | 389 typedef linear_congruential_engine<uint_fast32_t, 16807, 0, 2147483647> 391 typedef linear_congruential_engine<uint_fast32_t, 48271, 0, 2147483647>
|
| H A D | mersenne_twister_engine.h | 519 typedef mersenne_twister_engine<uint_fast32_t, 32, 624, 397, 31,
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
| H A D | stdint.h | 16 typedef unsigned int uint_fast32_t; typedef
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | shuffle.h | 38 typedef uint_fast32_t result_type; 77 typedef uint_fast32_t result_type;
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
| H A D | result_type.pass.cpp | 28 std::uint_fast32_t>::value), ""); in test1()
|
| H A D | ctor_result_type.pass.cpp | 79 static_assert(!test_convertible<std::ranlux24_base, uint_fast32_t>(), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
| H A D | result_type.pass.cpp | 30 std::uint_fast32_t>::value), ""); in test1()
|
| H A D | ctor_result_type.pass.cpp | 270 test_implicit<std::mt19937, uint_fast32_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
| H A D | result_type.pass.cpp | 28 std::uint_fast32_t>::value), ""); in test1()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdint_h.pass.cpp | 143 static_assert(sizeof(uint_fast32_t)*CHAR_BIT >= 32, in main() 145 static_assert(std::is_unsigned<uint_fast32_t>::value, in main()
|
| H A D | inttypes_h.pass.cpp | 911 test<uint_fast32_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 144 static_assert(sizeof(std::uint_fast32_t)*CHAR_BIT >= 32, in main() 146 static_assert(std::is_unsigned<std::uint_fast32_t>::value, in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/unord.hash/ |
| H A D | integral.pass.cpp | 102 test<uint_fast32_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/ |
| H A D | types.pass.cpp | 136 test<uint_fast32_t> (); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/ |
| H A D | cstdint_typedefs.pass.cpp | 58 …static_assert((std::is_same<std::atomic<std::uint_fast32_t>, std::atomic_uint_fast32_t>::value), "… in main()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 115 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
|
| H A D | stdint.h | 187 typedef __uint_least32_t uint_fast32_t; typedef
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | random.cpp | 33 std::linear_congruential_engine<std::uint_fast32_t, 48271, 0, 2147483647>;
|
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | stdint.c | 150 _Static_assert(UINT_FAST32_WIDTH / __CHAR_BIT__ == sizeof(uint_fast32_t), "");
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/ |
| H A D | types.compile.pass.cpp | 199 static_assert(std::is_same_v<std::atomic<uint_fast32_t>, ::atomic_uint_fast32_t>); in f()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cinttypes.pass.cpp | 911 test<std::uint_fast32_t>(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | debuginfo-scev-salvage-4.ll | 136 !68 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint_fast32_t", file: !26, line: 84, baseType: !62)
|