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

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp 81 function<int(int, int)> f2c = add<float>(); local
84 f2c = f2d;
86 f2c(1.0, 3);
  /external/clang/test/CodeGenCXX/
float128-declarations.cpp 38 static const __float128 f2c; member in class:C1
46 return arg * C1::f2c;
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 87 # -f2c Next argument specifies path to F2C utility
192 if (/^-f2c$/) { $CONFIGUREARGS .= " --with-f2c=$ARGV[0]";

Completed in 341 milliseconds