HomeSort by relevance Sort by last modified time
    Searched refs:unary_compose (Results 1 - 11 of 11) sorted by null

  /external/stlport/test/unit/
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
  /ndk/tests/device/test-gnustl-full/unit/
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
  /ndk/tests/device/test-stlport/unit/
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
  /external/stlport/stlport/stl/
_function.h 258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function.h 258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function.h 258 // unary_compose and binary_compose (extensions, not part of the standard).
261 class unary_compose : class in inherits:unary_function
275 unary_compose(const _Operation1& __x, const _Operation2& __y) function in class:unary_compose
284 inline unary_compose<_Operation1,_Operation2>
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
  /external/eigen/Eigen/src/Core/
Functors.h     [all...]

Completed in 434 milliseconds