Home
last modified time | relevance | path

Searched defs:result4 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/src/__support/
H A Dbig_int_test.cpp305 LL_UInt192 result4( TEST() local
334 LL_UInt128 result4({0x200000000000000e, 0xffffffffffffffff}); TEST() local
375 LL_UInt128 result4({0x0001000100010000, 0x0001000100010001}); TEST() local
434 LL_UInt128 result4({100, 0}); TEST() local
475 LL_UInt128 result4({12345, 0}); TEST() local
522 LL_UInt128 result4({1, 0}); TEST() local
570 LL_UInt128 result4({0, 0x02468ace00000000}); TEST() local
596 LL_UInt128 result4({0x0000000012345678, 0}); TEST() local
[all...]
/llvm-project/flang/unittests/Runtime/
H A DReduction.cpp604 std::complex<float> result4; in TEST() local