Home
last modified time | relevance | path

Searched refs:InTypes (Results 1 – 3 of 3) sorted by relevance

/external/ml_dtypes/ml_dtypes/_src/
Dufuncs.h41 template <typename Functor, typename OutType, typename... InTypes>
44 return {TypeDescriptor<InTypes>::Dtype()..., in Types()
47 static constexpr int kInputArity = sizeof...(InTypes);
57 Functor()(*reinterpret_cast<const InTypes*>(inputs[Is])...); in CallImpl()
64 return CallImpl(std::index_sequence_for<InTypes...>(), args, dimensions, in Call()
70 typename... InTypes>
74 TypeDescriptor<InTypes>::Dtype()..., in Types()
79 static constexpr int kInputArity = sizeof...(InTypes);
91 Functor()(*reinterpret_cast<const InTypes*>(inputs[Is])...); in CallImpl()
99 return CallImpl(std::index_sequence_for<InTypes...>(), args, dimensions, in Call()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4705 struct InTypes struct
5308 typedef InTypes<Arg0, Arg1, Arg2, Arg3> In;
5361 typedef InTypes<Arg0, Arg2, Arg3> In;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp7182 struct InTypes struct
7314 typedef InTypes<In0, In1, In2, In3> InTypesType;
7928 typedef InTypes<Arg0, Arg1, Arg2, Arg3> In;
7990 typedef InTypes<Arg0, Arg1, Arg2, Arg3> In;