Home
last modified time | relevance | path

Searched refs:MinMaxType (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/meta/
Dtransform_kernels.h217 template <typename InType, typename OutType, typename MinMaxType>
218 class Transform1DUtil<InType, OutType, MinMax<MinMaxType>> {
220 static int EstimateComputeCost(const MinMax<MinMaxType>& params) { in EstimateComputeCost()
224 static const InType* OffsetInput(const MinMax<MinMaxType>& params, in OffsetInput()
229 static OutType* OffsetOutput(const MinMax<MinMaxType>& params, in OffsetOutput()
/external/v8/src/asmjs/
Dasm-types.h214 static AsmType* MinMaxType(Zone* zone, AsmType* dest, AsmType* src);
Dasm-types.cc230 AsmType* AsmType::MinMaxType(Zone* zone, AsmType* dest, AsmType* src) { in MinMaxType() function in v8::internal::wasm::AsmType
Dasm-parser.cc130 auto* minmax_d = AsmType::MinMaxType(zone(), d, d); in InitializeStdlibTypes()
131 auto* minmax_f = AsmType::MinMaxType(zone(), f, f); in InitializeStdlibTypes()
132 auto* minmax_s = AsmType::MinMaxType(zone(), s, s); in InitializeStdlibTypes()