Home
last modified time | relevance | path

Searched refs:print_f64 (Results 1 – 8 of 8) sorted by relevance

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dvector.h99 void print_f64(const V128 value, int zero_only) { in print_f64() function
229 {printf(" v_arg1 = "); print_f64(v_arg1, 0);} \
231 {printf(" v_arg2 = "); print_f64(v_arg2, 0);} \
233 {printf(" v_arg3 = "); print_f64(v_arg3, 0);} \
236 print_f64(v_result, info & V128_V_RES_ZERO_ONLY); \
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dvector.h99 void print_f64(const V128 value, int zero_only) { in print_f64() function
229 {printf(" v_arg1 = "); print_f64(v_arg1, 0);} \
231 {printf(" v_arg2 = "); print_f64(v_arg2, 0);} \
233 {printf(" v_arg3 = "); print_f64(v_arg3, 0);} \
236 print_f64(v_result, info & V128_V_RES_ZERO_ONLY); \
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp29 extern "C" void print_f64(double d) { fprintf(stdout, "%lg", d); } in print_f64() function
/dports/devel/binaryen/binaryen-version_98/test/spec/
H A Dimports.wast37 (import "spectest" "print_f64" (func $print_f64 (param f64)))
41 (func $print_f64-2 (import "spectest" "print_f64") (param f64))
54 (table funcref (elem $print_i32 $print_f64))
81 (call $print_f64 (local.get $x))
82 (call $print_f64-2 (local.get $x))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/mlir-cpu-runner/
H A Dmlir_runner_utils.cpp81 extern "C" void print_f64(double d) { fprintf(stdout, "%lg", d); } in print_f64() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/ExecutionEngine/
H A DCRunnerUtils.h206 extern "C" MLIR_CRUNNERUTILS_EXPORT void print_f64(double d);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/mlir-cpu-runner/include/
H A Dmlir_runner_utils.h284 extern "C" MLIR_RUNNER_UTILS_EXPORT void print_f64(double d);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Conversion/VectorToLLVM/
H A Dvector-to-llvm.mlir477 // CHECK: llvm.call @print_f64(%[[A]]) : (!llvm.double) -> ()