Searched refs:MinMaxType (Results 1 – 4 of 4) sorted by relevance
/external/gemmlowp/meta/ |
D | transform_kernels.h | 217 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/ |
D | asm-types.h | 214 static AsmType* MinMaxType(Zone* zone, AsmType* dest, AsmType* src);
|
D | asm-types.cc | 230 AsmType* AsmType::MinMaxType(Zone* zone, AsmType* dest, AsmType* src) { in MinMaxType() function in v8::internal::wasm::AsmType
|
D | asm-parser.cc | 130 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()
|