Home
last modified time | relevance | path

Searched defs:mRes (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numeric.ops/exclusive.scan/
H A Dexclusive_scan_init_op.pass.cpp54 const int mRes[] = {1, 1, 3, 15, 105}; in test() local
/llvm-project/libcxx/test/std/numerics/numeric.ops/inclusive.scan/
H A Dinclusive_scan_op.pass.cpp54 const int mRes[] = {1, 3, 15, 105, 945}; in test() local
H A Dinclusive_scan_op_init.pass.cpp54 const int mRes[] = {1, 3, 15, 105, 945}; in test() local