![]() |
paceval. 4.26
Documentation of the paceval. source-code, Copyright ©1994-2024. Version 1.x, 2.x, 3.x, 4.x ©1994-2025 Joerg Koenning & paceval UG [Registered Trade Mark] All rights reserved., Author(s) : Joerg Koenning
|
switches the feature flags for paceval's internal tests (annotation: for delivery, e.g. as a software development kit, all these feature flags should be set to 0) More...

Macros | |
| #define | paceval_test_RUN_QUICK_TEST 0 |
| #define | paceval_test_RUN_SELF_TEST_MEMORY 0 |
| #define | paceval_test_RUN_SELF_TEST_LONG_DOUBLE 0 |
| #define | paceval_test_RUN_SELF_TEST_DOUBLE 0 |
| #define | paceval_test_RUN_SELF_TEST_FLOAT 0 |
| #define | paceval_ENABLE_LOGGING_TO_FILE 0 |
Functions | |
| bool | paceval_isLoggingEnabled () |
| bool | paceval_setLoggingEnabled (bool loggingEnabled_in) |
switches the feature flags for paceval's internal tests (annotation: for delivery, e.g. as a software development kit, all these feature flags should be set to 0)
| #define paceval_ENABLE_LOGGING_TO_FILE 0 |
Defines whether the feature is set to log information to a file, e.g. the test results of the extended mathematical tests by paceval (default is 1 = feature is used, see paceval_cCleanupHandler.cpp)
| #define paceval_test_RUN_QUICK_TEST 0 |
defines whether the feature is set to perform a quick mathematical test by paceval (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)
| #define paceval_test_RUN_SELF_TEST_DOUBLE 0 |
defines whether the feature is set to perform a extended mathematical test by paceval for precision double (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)
| #define paceval_test_RUN_SELF_TEST_FLOAT 0 |
defines whether the feature is set to perform a extended mathematical test by paceval for precision float (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)
| #define paceval_test_RUN_SELF_TEST_LONG_DOUBLE 0 |
defines whether the feature is set to perform a extended mathematical test by paceval for precision long double (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)
| #define paceval_test_RUN_SELF_TEST_MEMORY 0 |
defines whether the feature is set to perform a memory test by paceval (default is 1 = feature is used, see paceval_fSelfTestMain.cpp)
| bool paceval_isLoggingEnabled | ( | ) |
gets whether log information to file should be used (annotation: this also depends on the feature flag paceval_ENABLE_LOGGING_TO_FILE)

| bool paceval_setLoggingEnabled | ( | bool | loggingEnabled_in | ) |
sets whether log information to file should be used (annotation: this also depends on the feature flag paceval_ENABLE_LOGGING_TO_FILE)
| loggingEnabled_in | specifies whether log information to file or buffer should be used |
