Searched refs:printd (Results 1 - 18 of 18) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dbindings.c9 /* 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/
H A Dbindings.c9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
10 extern double printd(double X) { function
/external/pdfium/fpdfsdk/include/javascript/
H A Dutil.h21 FX_BOOL printd(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError);
28 static void printd(const std::wstring &cFormat,CJS_Date Date,bool bXFAPicture, std::wstring &cPurpose);
41 JS_STATIC_METHOD(printd, util);
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped160 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
1476 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1484 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1494 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1506 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1514 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1524 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1534 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
1544 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
1552 printd(DEBUG_PARS
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp41 JS_STATIC_METHOD_ENTRY(printd)
205 FX_BOOL util::printd(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError) function in class:util
373 void util::printd(const std::wstring &cFormat2, CJS_Date jsDate, bool bXFAPicture, std::wstring &cPurpose) function in class:util
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp990 /// printd - printf that takes a double prints it as "%f\n", returning 0.
991 extern "C" double printd(double X) { function
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1163 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1164 extern "C" double printd(double X) { function
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1398 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1399 extern "C" double printd(double X) { function
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1106 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1108 double printd(double X) { function
H A Dtoy.cpp1474 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1476 double printd(double X) { function
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1331 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1333 double printd(double X) { function
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1088 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1090 double printd(double X) { function
H A Dtoy.cpp1372 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1374 double printd(double X) { function
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1547 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1549 double printd(double X) { function
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp1397 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1399 double printd(double X) { function
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp1295 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1297 double printd(double X) { function
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp1299 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1301 double printd(double X) { function
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp1330 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1332 double printd(double X) { function

Completed in 213 milliseconds