X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-math-c%2B%2B.cc;h=9caa9511e623389ca8ffd9e29091570491b2edee;hb=80a029602f5b2707ca8d2487843ecb9e0df74a6a;hp=6b3c299c0fb5fb4128240645a2965257e5aff4f7;hpb=6a2bdd8e10abd669186bf2d618bfb1f106c8fcb7;p=gnulib.git diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc index 6b3c299c0..9caa9511e 100644 --- a/tests/test-math-c++.cc +++ b/tests/test-math-c++.cc @@ -221,6 +221,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::log1pf, float, (float)); #if GNULIB_TEST_LOG1P SIGNATURE_CHECK (GNULIB_NAMESPACE::log1p, double, (double)); #endif +#if GNULIB_TEST_LOG1PL +SIGNATURE_CHECK (GNULIB_NAMESPACE::log1pl, long double, (long double)); +#endif //SIGNATURE_CHECK (GNULIB_NAMESPACE::logb, double, (double)); @@ -238,6 +241,16 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::logl, long double, (long double)); SIGNATURE_CHECK (GNULIB_NAMESPACE::log10f, float, (float)); #endif +#if GNULIB_TEST_LOG2F +SIGNATURE_CHECK (GNULIB_NAMESPACE::log2f, float, (float)); +#endif +#if GNULIB_TEST_LOG2 +SIGNATURE_CHECK (GNULIB_NAMESPACE::log2, double, (double)); +#endif +#if GNULIB_TEST_LOG2L +SIGNATURE_CHECK (GNULIB_NAMESPACE::log2l, long double, (long double)); +#endif + #if GNULIB_TEST_MODFF SIGNATURE_CHECK (GNULIB_NAMESPACE::modff, float, (float, float *)); #endif