Home
last modified time | relevance | path

Searched refs:printF64 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/ExecutionEngine/
DCRunnerUtils.cpp29 extern "C" void printF64(double d) { fprintf(stdout, "%lg", d); } in printF64() function
/external/llvm-project/mlir/include/mlir/ExecutionEngine/
DCRunnerUtils.h206 extern "C" MLIR_CRUNNERUTILS_EXPORT void printF64(double d);
/external/llvm-project/mlir/test/Conversion/VectorToLLVM/
Dvector-to-llvm.mlir566 // CHECK: llvm.call @printF64(%[[A]]) : (!llvm.double) -> ()