| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | double_general_precision_to_chars_test_cases.hpp | 23 {0.0, chars_format::general, 4, "0"}, 24 {-0.0, chars_format::general, 4, "-0"}, 31 {1.729, chars_format::general, 4, "1.729"}, 55 {0x1p-1022, chars_format::general, 1000, 339 {5.0, chars_format::general, 1, "5"}, 353 {5.0, chars_format::general, 2, "5"}, 367 {5.0, chars_format::general, 3, "5"}, 381 {5.0, chars_format::general, 4, "5"}, 395 {5.0, chars_format::general, 5, "5"}, 510 {9.0, chars_format::general, 1, "9"}, [all …]
|
| H A D | float_general_precision_to_chars_test_cases.hpp | 23 {0.0f, chars_format::general, 4, "0"}, 24 {-0.0f, chars_format::general, 4, "-0"}, 42 {0x1p-126f, chars_format::general, 1000, 233 {5.0f, chars_format::general, 1, "5"}, 247 {5.0f, chars_format::general, 2, "5"}, 261 {5.0f, chars_format::general, 3, "5"}, 275 {5.0f, chars_format::general, 4, "5"}, 289 {5.0f, chars_format::general, 5, "5"}, 404 {9.0f, chars_format::general, 1, "9"}, 405 {9.0f, chars_format::general, 2, "9"}, [all …]
|
| H A D | float_to_chars_test_cases.hpp | 73 {0.0f, chars_format::general, "0"}, 74 {-0.0f, chars_format::general, "-0"}, 75 {float_inf, chars_format::general, "inf"}, 77 {float_nan, chars_format::general, "nan"}, 81 {2.018f, chars_format::general, "2.018"}, 438 {1e-2f, chars_format::general, "0.01"}, 439 {1e-1f, chars_format::general, "0.1"}, 440 {1e0f, chars_format::general, "1"}, 441 {1e1f, chars_format::general, "10"}, 442 {1e2f, chars_format::general, "100"}, [all …]
|
| H A D | float_from_chars_test_cases.hpp | 31 {"1.0000002384185791015625000000", chars_format::general, 30, errc{}, 0x1.000004p0f}, // exact 32 …{"1.0000002421438694000244140625", chars_format::general, 30, errc{}, 0x1.000004p0f}, // below mid… 33 …{"1.0000002980232238769531249999", chars_format::general, 30, errc{}, 0x1.000004p0f}, // below mid… 34 {"1.0000002980232238769531250000", chars_format::general, 30, errc{}, 36 …{"1.0000002980232238769531250001", chars_format::general, 30, errc{}, 0x1.000006p0f}, // above mid… 37 …{"1.0000003017485141754150390625", chars_format::general, 30, errc{}, 0x1.000006p0f}, // above mid… 38 {"1.0000003576278686523437500000", chars_format::general, 30, errc{}, 0x1.000006p0f}, // exact 39 …{"1.0000003613531589508056640625", chars_format::general, 30, errc{}, 0x1.000006p0f}, // below mid… 40 …{"1.0000004172325134277343749999", chars_format::general, 30, errc{}, 0x1.000006p0f}, // below mid… 42 …{"1.0000004172325134277343750001", chars_format::general, 30, errc{}, 0x1.000008p0f}, // above mid… [all …]
|
| H A D | double_from_chars_test_cases.hpp | 31 … {"1.00000000000000044408920985006261616945266723632812500000", chars_format::general, 58, errc{}, 33 … {"1.00000000000000045796699765787707292474806308746337890625", chars_format::general, 58, errc{}, 35 … {"1.00000000000000055511151231257827021181583404541015624999", chars_format::general, 58, errc{}, 37 … {"1.00000000000000055511151231257827021181583404541015625000", chars_format::general, 58, errc{}, 39 … {"1.00000000000000055511151231257827021181583404541015625001", chars_format::general, 58, errc{}, 41 … {"1.00000000000000056898930012039272696711122989654541015625", chars_format::general, 58, errc{}, 43 … {"1.00000000000000066613381477509392425417900085449218750000", chars_format::general, 58, errc{}, 45 … {"1.00000000000000068001160258290838100947439670562744140625", chars_format::general, 58, errc{}, 47 … {"1.00000000000000077715611723760957829654216766357421874999", chars_format::general, 58, errc{}, 49 … {"1.00000000000000077715611723760957829654216766357421875000", chars_format::general, 58, errc{}, [all …]
|
| H A D | double_to_chars_test_cases.hpp | 73 {0.0, chars_format::general, "0"}, 74 {-0.0, chars_format::general, "-0"}, 75 {double_inf, chars_format::general, "inf"}, 77 {double_nan, chars_format::general, "nan"}, 81 {2.018, chars_format::general, "2.018"}, 82 {-2.018, chars_format::general, "-2.018"}, 2729 {1e-1, chars_format::general, "0.1"}, 2730 {1e0, chars_format::general, "1"}, 2731 {1e1, chars_format::general, "10"}, 2732 {1e2, chars_format::general, "100"}, [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.syn/ |
| H A D | chars_format.pass.cpp | 36 assert(x == cf::general); in test() 39 cf x = cf::general; in test() 44 cf x = cf::general; in test() 53 assert((cf::scientific | cf::fixed) == cf::general); in test() 57 assert((cf::general ^ cf::fixed) == cf::scientific); in test() 59 assert((~cf::hex & cf::general) == cf::general); in test()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | branch-c-general.test | 1 // Test visualization of general branch constructs in C. 3 // RUN: llvm-profdata merge %S/Inputs/branch-c-general.proftext -o %t.profdata 4 …s=count %S/Inputs/branch-c-general.o32l -instr-profile %t.profdata -path-equivalence=/tmp,%S/Input… 5 …%S/Inputs/branch-c-general.o32l -instr-profile %t.profdata -show-functions -path-equivalence=/tmp,… 130 // REPORT-NEXT: c-general.c:static_func 4 0 100.00% 4 0 100.00% … 135 // RUN: llvm-profdata merge %S/Inputs/branch-c-general.proftext -o %t.profdata 136 … report %S/Inputs/branch-c-general.o32l -instr-profile %t.profdata -path-equivalence=/tmp,%S/Input… 140 …s=count %S/Inputs/branch-c-general.o32l -instr-profile %t.profdata -path-equivalence=/tmp,%S/Input… 144 …s=count %S/Inputs/branch-c-general.o32l -instr-profile %t.profdata -path-equivalence=/tmp,%S/Input… 145 // RUN: FileCheck -check-prefix=HTML -input-file=%t.html.dir/coverage/tmp/branch-c-general.c.html %s [all …]
|
| H A D | branch-noShowBranch.test | 2 // RUN: llvm-profdata merge %S/Inputs/branch-c-general.proftext -o %t.profdata 3 // RUN: llvm-cov show %S/Inputs/branch-c-general.o32l -instr-profile %t.profdata -path-equivalence=… 4 …ch-c-general.o32l --show-branch-summary=false -instr-profile %t.profdata -show-functions -path-equ… 22 // REPORT-NOT: c-general.c:static_func 4 0 100.00% 4 0 100.00% …
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | c-general.test | 8 $ clang -o a.out -fprofile-instr-generate $CFE_TESTDIR/c-general.c -mllvm -enable-name-compression=… 9 $ LLVM_PROFILE_FILE=$TESTDIR/Inputs/c-general.profraw ./a.out 11 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - | FileCheck %s 12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN 13 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - --function=switches | FileCheck %s -check-…
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | SpaceshipProjects.csv | 37 … `[array.syn] <https://wg21.link/array.syn>`_ (`general <https://wg21.link/container.requirements.… 38 … `[deque.syn] <https://wg21.link/deque.syn>`_ (`general <https://wg21.link/container.requirements.… 39 …t.syn] <https://wg21.link/forward.list.syn>`_ (`general <https://wg21.link/container.requirements.… 40 | `[list.syn] <https://wg21.link/list.syn>`_ (`general <https://wg21.link/container.requirements.ge… 41 …[vector.syn] <https://wg21.link/vector.syn>`_ (`general <https://wg21.link/container.requirements.… 42 …yn] <https://wg21.link/associative.map.syn>`_ (`general <https://wg21.link/container.requirements.… 44 …yn] <https://wg21.link/associative.set.syn>`_ (`general <https://wg21.link/container.requirements.…
|
| /llvm-project-15.0.7/clang/test/Profile/Inputs/ |
| H A D | objc-general.proftext | 1 objc-general.m:__13+[A foreach:]_block_invoke 7 objc-general.m:+[A foreach:]
|
| H A D | c-general.proftext | 164 c-general.c:static_func
|
| /llvm-project-15.0.7/clang/test/Profile/ |
| H A D | objc-general.m | 1 // Test instrumentation of general constructs in objective C. 3 // RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-apple-macosx10.9 -main-file-name objc-general… 5 // RUN: llvm-profdata merge %S/Inputs/objc-general.proftext -o %t.profdata 6 // RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-apple-macosx10.9 -main-file-name objc-general…
|
| /llvm-project-15.0.7/clang/docs/CommandGuide/ |
| H A D | index.rst | 7 tools. To get a complete listing, pass the ``--help`` (general options) or 8 ``--help-hidden`` (general and debugging options) arguments to the tool you are
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | template_cpp.cc | 1922 auto name = general->name; in update_sub_base() 1947 if (general->left() && !specific->left()) in update_sub() 1949 if (general->left()) in update_sub() 1954 if (general == Leaf && specific->left()) in update_sub() 1957 return update_sub_base(sub, general, specific); in update_sub() 1974 if (general.size() != specific.size()) in specializer() 1977 for (size_t i = 0; i < general.size(); ++i) { in specializer() 1978 auto general_tuple = general[i]; in specializer() 2251 if (specializer(specific, general).first) { in unify() 2252 return { true, general }; in unify() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | tls-models.ll | 30 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic. 42 ; but that is not implemented, so falls back to general dynamic. 57 ; but that is not implemented, so falls back to general dynamic. 69 ; but that is not implemented, so it falls back to general dynamic.
|
| H A D | tail-call-float.ll | 7 ; general-purpose registers. Standard functions will use the floating-point 30 ; With soft-float, general-purpose registers are used and there are not enough
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | index.rst | 7 tools. To get a complete listing, pass the ``--help`` (general options) or 8 ``--help-hidden`` (general and debugging options) arguments to the tool you are
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/data/ |
| H A D | B.mtx | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | A.mtx | 1 %%MatrixMarket matrix coordinate real general
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | mips-pdr-bad.s | 13 .frame $f1, 8, # ASM: :[[@LINE]]:16: error: expected general purpose register 19 .frame $sp, 8, $f1 # ASM: :[[@LINE]]:24: error: expected general purpose register
|
| /llvm-project-15.0.7/mlir/test/Integration/data/ |
| H A D | test.mtx | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | wide.mtx | 1 %%MatrixMarket matrix coordinate integer general
|
| /llvm-project-15.0.7/mlir/include/mlir/Transforms/ |
| H A D | Passes.td | 30 "Seed the worklist in general top-down order">, 33 "Seed the worklist in general top-down order">, 36 "Seed the worklist in general top-down order"> 71 for more general details on this optimization. 157 This pass implements a general algorithm for sparse conditional constant
|