Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/typescript/tests/cases/compiler/
DduplicateOverloadInTypeAugmentation1.ts2 reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, method
4reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, method
DreturnTypeParameterWithModules.ts2 export function reduce<A>(ar, f, e?): Array<A> { function
/third_party/typescript/tests/baselines/reference/
DreturnTypeParameterWithModules.js4 return Array.prototype.reduce.apply(ar, e ? [f, e] : [f]); method in Array
20 function reduce(ar, f, e) { function
21 return Array.prototype.reduce.apply(ar, e ? [f, e] : [f]); method in Array
DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js9 const reduce = <U>(u: U, update: (u: U) => T) => { constant
61 var reduce = function (u, update) { function
/third_party/typescript/src/lib/
Des5.d.ts1248reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method
1249reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method
1255reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: readonly T[… method
1439reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T; method
1440reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, ini… method
1446reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, … method
1967reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method
1968reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method
1980reduce<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Ar… method
2249reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint… method
[all …]
/third_party/typescript/lib/
Dlib.es5.d.ts1268reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method
1269reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method
1275reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: readonly T[… method
1459reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T; method
1460reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, ini… method
1466reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, … method
1987reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method
1988reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method
2000reduce<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Ar… method
2269reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint… method
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_opportunity.cpp18 namespace reduce { namespace
Dchange_operand_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_function_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_selection_reduction_opportunity.cpp21 namespace reduce { namespace
Dreduction_opportunity_finder.cpp18 namespace reduce { namespace
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp20 namespace reduce { namespace
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dreduction_opportunity.cpp18 namespace reduce { namespace
Dchange_operand_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_selection_reduction_opportunity.cpp21 namespace reduce { namespace
Dremove_function_reduction_opportunity.cpp20 namespace reduce { namespace
Dreduction_opportunity_finder.cpp18 namespace reduce { namespace
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp20 namespace reduce { namespace
/third_party/spirv-tools/source/reduce/
Dreduction_opportunity.cpp18 namespace reduce { namespace
Dchange_operand_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_function_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_selection_reduction_opportunity.cpp21 namespace reduce { namespace
Dreduction_opportunity_finder.cpp18 namespace reduce { namespace
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp20 namespace reduce { namespace
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DIntegerRatio.cpp28 void IntegerRatio::reduce() { in reduce() function in IntegerRatio

12345678