HomeSort by relevance Sort by last modified time
    Searched full:binary_op (Results 1 - 22 of 22) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
numeric 63 BinaryOperation binary_op, __gnu_parallel::sequential_tag)
64 { return _GLIBCXX_STD_P::accumulate(begin, end, init, binary_op); }
77 BinaryOperation binary_op, IteratorTag)
78 { return accumulate(begin, end, init, binary_op,
86 T init, BinaryOperation binary_op,
105 <BinaryOperation>(binary_op),
110 return accumulate(begin, end, init, binary_op,
145 BinaryOperation binary_op,
150 return accumulate_switch(begin, end, init, binary_op,
157 BinaryOperation binary_op)
    [all...]
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_numeric.h 136 * object @a binary_op. The initial value is @a init. The values are
142 * @param binary_op Function object to accumulate with.
264 * Accumulates the values in the range [first,last) using @p binary_op.
273 * @param binary_op Function object.
346 * [first,last) using the function object @a binary_op and writes the
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_numeric.h 136 * object @a binary_op. The initial value is @a init. The values are
142 * @param binary_op Function object to accumulate with.
264 * Accumulates the values in the range [first,last) using @p binary_op.
273 * @param binary_op Function object.
346 * [first,last) using the function object @a binary_op and writes the
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_numeric.h 130 * object @a binary_op. The initial value is @a init. The values are
136 * @param binary_op Function object to accumulate with.
336 * [first,last) using the function object @a binary_op and writes the
stl_algo.h     [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 130 * object @a binary_op. The initial value is @a init. The values are
136 * @param binary_op Function object to accumulate with.
336 * [first,last) using the function object @a binary_op and writes the
stl_algo.h     [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 130 * object @a binary_op. The initial value is @a init. The values are
136 * @param binary_op Function object to accumulate with.
336 * [first,last) using the function object @a binary_op and writes the
stl_algo.h     [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 130 * object @a binary_op. The initial value is @a init. The values are
136 * @param binary_op Function object to accumulate with.
336 * [first,last) using the function object @a binary_op and writes the
stl_algo.h     [all...]
  /external/v8/test/cctest/
test-deoptimization.cc 397 const char* binary_op) {
401 binary_op);
  /external/v8/src/
ast.h 1790 Token::Value binary_op() { function in class:v8::internal::CountOperation
    [all...]
ast.cc 135 Token::Value Assignment::binary_op() const { function in class:v8::internal::Assignment
    [all...]
  /system/core/sh/
TOUR 33 bltin/mkexpr unary_op binary_op operators.h operators.c
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]

Completed in 1987 milliseconds