Home
last modified time | relevance | path

Searched refs:odds (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfolding20.f906 logical, parameter :: odds(2,3) = mod(intmatrix, 2) == 1 variable
10 logical, parameter :: test_all = .not. all(odds)
11 logical, parameter :: test_alldim1 = all(.not. all(odds,1))
12 logical, parameter :: test_alldim2 = all(all(odds,2) .eqv. [.true., .false.])
14 logical, parameter :: test_any = any(odds)
15 logical, parameter :: test_anydim1 = all(any(odds,1))
20 logical, parameter :: test_iall_masked = iall(intmatrix,odds) == 1
25 logical, parameter :: test_iany_masked = iany(intmatrix,odds) == 7
30 logical, parameter :: test_iparity_masked = iparity(intmatrix,odds) == 7
38 logical, parameter :: test_imaxval_masked = maxval(intmatrix,odds) == 5
[all …]
H A Dfolding24.f905 logical, parameter :: odds(*,*) = modulo(arr, 2) /= 0 variable
9 logical, parameter :: test_pack_3 = all(pack(arr, odds) == [1, 3, 5])
10 logical, parameter :: test_pack_4 = all(pack(arr, .not. odds) == [2, 4, 6])
13 …logical, parameter :: test_pack_7 = all(pack(arr, odds, vect) == [1, 3, 5, -7, -6, -5, -4, -3, -2,…
14 …logical, parameter :: test_pack_8 = all(pack(arr, .not. odds, vect) == [2, 4, 6, -7, -6, -5, -4, -…
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp445 PresburgerSet odds{parsePoly("(x) : (x - 2 * (x floordiv 2) - 1 == 0)")}; in TEST() local
454 expectEmpty(PresburgerSet(evens).intersect(PresburgerSet(odds))); in TEST()
456 expectEqual(evens.unionSet(odds), in TEST()
458 expectEqual(evens.complement(), odds); in TEST()
459 expectEqual(odds.complement(), evens); in TEST()
486 PresburgerSet odds{ in TEST() local
498 expectEmpty(PresburgerSet(evens).intersect(PresburgerSet(odds))); in TEST()
500 expectEqual(evens.unionSet(odds), in TEST()
502 expectEqual(evens.complement(), odds); in TEST()
503 expectEqual(odds.complement(), evens); in TEST()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIteratorTest.cpp527 auto odds = [](decltype(zipped)::value_type tup) { return get<1>(tup); }; in TEST() local
529 for (auto tup : make_filter_range(reverse(zipped), odds)) { in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dselect.ll80 ; block generated, odds are good that we have close to the ideal code for this:
/llvm-project-15.0.7/llvm/unittests/TableGen/
H A DAutomata.td101 // Can use bins {0-3} but only odds (1 and 3).
/llvm-project-15.0.7/llvm/docs/
H A DHowToSubmitABug.rst10 about it. This document describes what you can do to increase the odds of
H A DDeveloperPolicy.rst487 changes increases the odds that any of the work will be committed to the main
1123 odds of patent lawsuits in general.
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1452 first one and ignores the rest. This seems fundamentally at odds with
/llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md1676 > first one and ignores the rest. This seems fundamentally at odds with