|
Wire Sysio Wire Sysion 1.0.0
|
#include <algorithm>#include <vector>#include <iostream>#include <iterator>#include <cmath>#include <cstdlib>#include <catch2/catch.hpp>#include <utils.hpp>#include <wasm_config.hpp>#include <sysio/vm/backend.hpp>
Go to the source code of this file.
Functions | |
| BACKEND_TEST_CASE ("Testing wasm <f64_0_wasm>", "[f64_0_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_1_wasm>", "[f64_1_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_10_wasm>", "[f64_10_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_11_wasm>", "[f64_11_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_2_wasm>", "[f64_2_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_3_wasm>", "[f64_3_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_4_wasm>", "[f64_4_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_5_wasm>", "[f64_5_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_6_wasm>", "[f64_6_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_7_wasm>", "[f64_7_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_8_wasm>", "[f64_8_wasm_tests]") | |
| BACKEND_TEST_CASE ("Testing wasm <f64_9_wasm>", "[f64_9_wasm_tests]") | |
Variables | |
| wasm_allocator | wa |
| BACKEND_TEST_CASE | ( | "Testing wasm <f64_0_wasm>" | , |
| "" | [f64_0_wasm_tests] ) |
Definition at line 18 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_10_wasm>" | , |
| "" | [f64_10_wasm_tests] ) |
Definition at line 2531 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_11_wasm>" | , |
| "" | [f64_11_wasm_tests] ) |
Definition at line 2537 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_1_wasm>" | , |
| "" | [f64_1_wasm_tests] ) |
Definition at line 2525 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_2_wasm>" | , |
| "" | [f64_2_wasm_tests] ) |
Definition at line 2543 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_3_wasm>" | , |
| "" | [f64_3_wasm_tests] ) |
Definition at line 2549 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_4_wasm>" | , |
| "" | [f64_4_wasm_tests] ) |
Definition at line 2555 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_5_wasm>" | , |
| "" | [f64_5_wasm_tests] ) |
Definition at line 2561 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_6_wasm>" | , |
| "" | [f64_6_wasm_tests] ) |
Definition at line 2567 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_7_wasm>" | , |
| "" | [f64_7_wasm_tests] ) |
Definition at line 2573 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_8_wasm>" | , |
| "" | [f64_8_wasm_tests] ) |
Definition at line 2579 of file f64_tests.cpp.

| BACKEND_TEST_CASE | ( | "Testing wasm <f64_9_wasm>" | , |
| "" | [f64_9_wasm_tests] ) |
Definition at line 2585 of file f64_tests.cpp.
