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

  /external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
ptr_fun2.pass.cpp 20 double binary_f(int i, short j) {return i - j + .75;} function
24 assert(std::ptr_fun(binary_f)(36, 27) == 9.75);
pointer_to_binary_function.pass.cpp 18 double binary_f(int i, short j) {return i - j + .75;} function
24 const F f(binary_f);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
ptr_fun2.pass.cpp 20 double binary_f(int i, short j) {return i - j + .75;} function
24 assert(std::ptr_fun(binary_f)(36, 27) == 9.75);
pointer_to_binary_function.pass.cpp 18 double binary_f(int i, short j) {return i - j + .75;} function
24 const F f(binary_f);

Completed in 1072 milliseconds