/third_party/boost/boost/algorithm/cxx17/ |
D | reduce.hpp | 26 T reduce(InputIterator first, InputIterator last, T init, BinaryOperation bOp) in reduce() function 35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function 43 reduce(InputIterator first, InputIterator last) in reduce() function 51 reduce(const Range &r) in reduce() function 58 T reduce(const Range &r, T init) in reduce() function 66 T reduce(const Range &r, T init, BinaryOperation bOp) in reduce() function
|
/third_party/typescript/tests/cases/compiler/ |
D | duplicateOverloadInTypeAugmentation1.ts | 2 reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, method 4 … reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, method
|
D | returnTypeParameterWithModules.ts | 2 export function reduce<A>(ar, f, e?): Array<A> { function
|
/third_party/typescript/tests/baselines/reference/ |
D | returnTypeParameterWithModules.js | 4 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
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | reduce.js | 112 Promise.prototype.reduce = function (fn, initialValue) { method in Promise 116 Promise.reduce = function (promises, fn, initialValue, _each) { function in Promise 128 function reduce(promises, fn, initialValue, _each) { function
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 1168 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1169 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1175 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: readonly T[… method 1359 … reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T; method 1360 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, ini… method 1366 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, … method 1876 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 1877 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 1889 …reduce<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Ar… method 2158 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint… method [all …]
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 1188 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1189 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: readonly T[]) … method 1195 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: readonly T[… method 1379 … reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T; method 1380 …reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, ini… method 1386 …reduce<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, … method 1896 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 1897 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8… method 1909 …reduce<U>(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Ar… method 2178 …reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint… method [all …]
|
/third_party/spirv-tools/source/reduce/ |
D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
D | change_operand_reduction_opportunity.cpp | 18 namespace reduce { namespace
|
D | remove_selection_reduction_opportunity.cpp | 21 namespace reduce { namespace
|
D | remove_function_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
D | reduction_opportunity_finder.cpp | 18 namespace reduce { namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
D | remove_selection_reduction_opportunity.cpp | 21 namespace reduce { namespace
|
D | remove_function_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
D | remove_selection_reduction_opportunity.cpp | 21 namespace reduce { namespace
|
D | remove_function_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
/third_party/boost/boost/mpi/collectives/ |
D | reduce.hpp | 312 reduce(const communicator& comm, const T* in_values, int n, T* out_values, in reduce() function 325 reduce(const communicator& comm, const T* in_values, int n, Op op, int root) in reduce() function 335 reduce(const communicator & comm, std::vector<T> const & in_values, Op op, in reduce() function 343 reduce(const communicator & comm, std::vector<T> const & in_values, in reduce() function 354 reduce(const communicator& comm, const T& in_value, T& out_value, Op op, in reduce() function 366 void reduce(const communicator& comm, const T& in_value, Op op, int root) in reduce() function
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/fixtures/ |
D | class.ts | 9 reduce() {} method in Reducable
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | IntegerRatio.cpp | 28 void IntegerRatio::reduce() { in reduce() function in IntegerRatio
|