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

1 2

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
bindings.c 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
10 extern double printd(double X) { function
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
bindings.c 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
10 extern double printd(double X) { function
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
bindings.c 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
10 extern double printd(double X) { function
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
bindings.c 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
10 extern double printd(double X) { function
  /external/pdfium/fpdfsdk/javascript/
util.h 20 bool printd(CJS_Runtime* pRuntime,
52 JS_STATIC_METHOD(printd, util);
util.cpp 34 {"printd", printd_static}, {"printf", printf_static},
174 bool util::printd(CJS_Runtime* pRuntime, function in class:util
  /external/toybox/kconfig/
zconf.tab.c_shipped 160 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
162 #define PRINTD 0x0001
165 int cdebug = PRINTD;
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 789 int printd(int);
790 void printd();
792 void A::printd() { JSMethod<A, &A::printd>(); } function in class:PMFInTemplateArgument::A
793 // CHECK-LABEL: @"\01??$JSMethod@VA@PMFInTemplateArgument@@$1?printd@12@AAEHH@Z@PMFInTemplateArgument@@YAXXZ"(
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 646 /// printd - printf that takes a double prints it as "%f\n", returning 0.
647 extern "C" double printd(double X) { function
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 918 /// printd - printf that takes a double prints it as "%f\n", returning 0.
919 extern "C" double printd(double X) { function
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 909 /// printd - printf that takes a double prints it as "%f\n", returning 0.
911 double printd(double X) { function
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 1185 extern "C" double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 1185 extern "C" double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 1185 extern "C" double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 1192 extern "C" double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 1213 extern "C" double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 1036 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1037 extern "C" double printd(double X) { function
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1203 extern "C" double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 1159 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1160 extern "C" double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 1102 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1104 double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 1329 double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 1084 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1086 double printd(double X) { function
    [all...]
toy.cpp 1370 double printd(double X) { function
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 1072 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1074 double printd(double X) { function
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 1389 extern "C" double printd(double X) { function
    [all...]

Completed in 872 milliseconds

1 2