Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1460 char *programSrc, *constArgs, *str2; in test_min_max_constant_args() local
1498 constArgs = (char*)malloc(sizeof(char)*32*(maxArgs+2)); in test_min_max_constant_args()
1502 constArgs[0] = 0; in test_min_max_constant_args()
1507 strcat( constArgs, str ); in test_min_max_constant_args()
1509 …if (strlen(str2) > (sizeof(char)*32*(maxArgs+2)-32) || strlen(constArgs) > (sizeof(char)*32*(maxAr… in test_min_max_constant_args()
1514 sprintf( programSrc, sample_const_max_arg_kernel_pattern, constArgs, str2 ); in test_min_max_constant_args()
1564 free(constArgs); in test_min_max_constant_args()
/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h411 if (auto constArgs{GetConstantArguments<A...>(context, args)}) { in GetScalarConstantArgumentsHelper()
413 std::get<I>(*constArgs)->GetScalarValue().value()...}; in GetScalarConstantArgumentsHelper()