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

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp 80 function<int(int, int)> f2c = add<float>(); local
83 f2c = f2d;
85 f2c(1.0, 3);
  /external/stlport/test/unit/
mfunptr_test.cpp 46 int f2c(const S1&, const S2&);
82 ptr_fun(f2c)(s1, s2);
140 int f2c(const S1&, const S2&) function
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 46 int f2c(const S1&, const S2&);
82 ptr_fun(f2c)(s1, s2);
140 int f2c(const S1&, const S2&) function
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 46 int f2c(const S1&, const S2&);
82 ptr_fun(f2c)(s1, s2);
140 int f2c(const S1&, const S2&) function
  /external/llvm/utils/
NewNightlyTest.pl 87 # -f2c Next argument specifies path to F2C utility
192 if (/^-f2c$/) { $CONFIGUREARGS .= " --with-f2c=$ARGV[0]";

Completed in 511 milliseconds