Home
last modified time | relevance | path

Searched refs:given_options (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/py-testoob/testoob-1.15/src/testoob/
H A Dmain.py115 given_options = [
120 given_options.sort()
122 if len(given_options) > 1:
125 ", ".join(given_options))
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
H A DGB_jit_cache.h104 std::vector<std::string> const& given_options = {},
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
H A DGB_jit_cache.h104 std::vector<std::string> const& given_options = {},
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
H A DGB_jit_cache.h104 std::vector<std::string> const& given_options = {},
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
H A DGB_jit_cache.h104 std::vector<std::string> const& given_options = {},
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
H A DGB_jit_cache.h104 std::vector<std::string> const& given_options = {},
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
H A DGB_jit_cache.h104 std::vector<std::string> const& given_options = {},
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_jit_cache.cu92 std::vector<std::string> const& given_options, in getProgram() argument
103 given_options, in getProgram()
/dports/devel/py-colorful/colorful-0.5.4/colorful/
H A Dcore.py518 given_options = set(options.keys())
519 if not given_options.issubset(allowed_options):
521 ', '.join(given_options.difference(allowed_options))))

1234