HomeSort by relevance Sort by last modified time
    Searched defs:f2c (Results 1 - 2 of 2) 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;

Completed in 554 milliseconds