HomeSort by relevance Sort by last modified time
    Searched refs:ptr_fun (Results 1 - 25 of 30) sorted by null

1 2

  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
ptr_fun1.pass.cpp 14 // ptr_fun(Result (*f)(Arg));
24 assert(std::ptr_fun(unary_f)(36) == -35.5);
ptr_fun2.pass.cpp 14 // ptr_fun(Result (*f)(Arg1, Arg2));
24 assert(std::ptr_fun(binary_f)(36, 27) == 9.75);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
ptr_fun1.pass.cpp 14 // ptr_fun(Result (*f)(Arg));
24 assert(std::ptr_fun(unary_f)(36) == -35.5);
ptr_fun2.pass.cpp 14 // ptr_fun(Result (*f)(Arg1, Arg2));
24 assert(std::ptr_fun(binary_f)(36, 27) == 9.75);
  /external/eigen/doc/examples/
class_CwiseUnaryOp_ptrfun.cpp 18 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(ptr_fun(ramp)) << endl;
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 76 // ptr_fun
78 ptr_fun(f1)(s1);
79 ptr_fun(f2)(s1, s2);
81 ptr_fun(f1c)(s1);
82 ptr_fun(f2c)(s1, s2);
85 ptr_fun(vf1)(s1);
86 ptr_fun(vf2)(s1, s2);
88 ptr_fun(vf1c)(s1);
89 ptr_fun(vf2c)(s1, s2);
foreach_test.cpp 39 for_each(numbers, numbers + 10, ptr_fun(increase));
61 for_each(v1.begin(), v1.end(), ptr_fun(sqr) );
ptr2_test.cpp 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
bind_test.cpp 105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1));
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10));
fadapter.h 33 pointer_to_void_function<Result> ptr_fun(Result (*x)()) { function
unary_test.cpp 67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 76 // ptr_fun
78 ptr_fun(f1)(s1);
79 ptr_fun(f2)(s1, s2);
81 ptr_fun(f1c)(s1);
82 ptr_fun(f2c)(s1, s2);
85 ptr_fun(vf1)(s1);
86 ptr_fun(vf2)(s1, s2);
88 ptr_fun(vf1c)(s1);
89 ptr_fun(vf2c)(s1, s2);
foreach_test.cpp 39 for_each(numbers, numbers + 10, ptr_fun(increase));
61 for_each(v1.begin(), v1.end(), ptr_fun(sqr) );
ptr2_test.cpp 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
bind_test.cpp 105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1));
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10));
fadapter.h 33 pointer_to_void_function<Result> ptr_fun(Result (*x)()) { function
unary_test.cpp 67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /external/v8/src/compiler/
gap-resolver.cc 30 std::remove_if(moves->begin(), moves->end(), std::ptr_fun(IsRedundant));
87 std::bind2nd(std::ptr_fun(&Blocks), destination));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 415 * The function @c ptr_fun takes a pointer-to-function @c f and constructs
442 ptr_fun(_Result (*__x)(_Arg)) function
468 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 415 * The function @c ptr_fun takes a pointer-to-function @c f and constructs
442 ptr_fun(_Result (*__x)(_Arg)) function
468 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 415 * The function @c ptr_fun takes a pointer-to-function @c f and constructs
442 ptr_fun(_Result (*__x)(_Arg)) function
468 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) function
  /external/webrtc/webrtc/p2p/base/
turnport.cc     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 775 ptr_fun(_Result (*__f)(_Arg)) function
780 ptr_fun(_Result (*__f)(_Arg1, _Arg2)) function
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 764 * The function @c ptr_fun takes a pointer-to-function @c f and constructs
791 ptr_fun(_Result (*__x)(_Arg)) function
817 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 775 ptr_fun(_Result (*__f)(_Arg)) function
780 ptr_fun(_Result (*__f)(_Arg1, _Arg2)) function

Completed in 573 milliseconds

1 2