xref: /llvm-project/libc/test/src/math/ldexpl_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
1bb8f2585SSiva Chandra Reddy //===-- Unittests for ldexpl ----------------------------------------------===//
2bb8f2585SSiva Chandra Reddy //
3bb8f2585SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4bb8f2585SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
5bb8f2585SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6bb8f2585SSiva Chandra Reddy //
7bb8f2585SSiva Chandra Reddy //===----------------------------------------------------------------------===//
8bb8f2585SSiva Chandra Reddy 
9bb8f2585SSiva Chandra Reddy #include "LdExpTest.h"
10bb8f2585SSiva Chandra Reddy 
11bb8f2585SSiva Chandra Reddy #include "src/math/ldexpl.h"
12bb8f2585SSiva Chandra Reddy 
13*b6bc9d72SGuillaume Chatelet LIST_LDEXP_TESTS(long double, LIBC_NAMESPACE::ldexpl)
14