Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/__support/
H A Duint128_test.cpp19 LL_UInt128 empty; in TEST()
20 LL_UInt128 half_val(12345); in TEST()
26 LL_UInt128 val1(12345); in TEST()
27 LL_UInt128 val2(54321); in TEST()
28 LL_UInt128 result1(66666); in TEST()
41 LL_UInt128 val1({5, 0}); in TEST()
42 LL_UInt128 val2({10, 0}); in TEST()
55 LL_UInt128 val5({2, 0}); in TEST()
63 LL_UInt128 val7(2); in TEST()
162 LL_UInt128 a = x; in TEST()
[all …]