Home
last modified time | relevance | path

Searched defs:function_call (Results 1 – 16 of 16) sorted by relevance

/external/OpenCL-CTS/test_conformance/clcpp/reinterpret/
Das_type.hpp54 std::string function_call = "as_" + type_name<out_type>() + "(" + in1_value + ");"; in generate_kernel_as_type() local
68 std::string function_call = "as_type<" + type_name<out_type>() + ">(" + in1_value + ")"; in generate_kernel_as_type() local
/external/OpenCL-CTS/test_conformance/clcpp/utils_test/
Dunary.hpp109 std::string function_call = func.str() + "(" + in1_value + ");"; in generate_kernel_unary() local
134 std::string function_call = func.str() + "(" + in1_value + ")"; in generate_kernel_unary() local
Dbinary.hpp119 std::string function_call = func.str() + "(" + in1_value + ", " + in2_value + ")"; in generate_kernel_binary() local
151 std::string function_call = func.str() + "(" + in1_value + ", " + in2_value + ")"; in generate_kernel_binary() local
Dternary.hpp147 …std::string function_call = func.str() + "(" + in1_value + ", " + in2_value + ", " + in3_value + "… in generate_kernel_ternary() local
186 …std::string function_call = func.str() + "(" + in1_value + ", " + in2_value + ", " + in3_value + "… in generate_kernel_ternary() local
/external/OpenCL-CTS/test_conformance/clcpp/atomics/
Datomic_fetch.hpp34 std::string function_call = "atomic_" + func.str() + "(&" + out1_value + ", " + in1_value + ")"; in generate_kernel_atomic_fetch() local
49 std::string function_call = func.str() + "(" + in1_value + ")"; in generate_kernel_atomic_fetch() local
/external/OpenCL-CTS/test_conformance/clcpp/convert/
Dconvert_cast.hpp146 std::string function_call = "convert_" + type_name<out_type>(); in generate_kernel_convert_cast() local
165 std::string function_call = "convert_cast<" + type_name<out_type>(); in generate_kernel_convert_cast() local
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_function_call_op_test.cc95 Node* function_call; in TEST() local
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp71 void function_call() { in function_call() function
Dcxx0x-initializer-aggregates.cpp52 void function_call() { in function_call() function
Dcxx0x-initializer-stdinitializerlist.cpp64 void function_call() { in function_call() function
Dcxx0x-initializer-constructor.cpp107 C function_call() { in function_call() function
/external/python/cpython2/Objects/
Dfuncobject.c485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function
/external/python/cpython3/Objects/
Dfuncobject.c626 function_call(PyObject *func, PyObject *args, PyObject *kwargs) in function_call() function
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto343 TransformationFunctionCall function_call = 38; field
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto369 TransformationFunctionCall function_call = 38; field
/external/angle/third_party/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto369 TransformationFunctionCall function_call = 38; field