aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/lrintl_test.cpp
blob: e44dd30d2c6cccca3f00685c63acfca625ed6a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- Unittests for lrintl ----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "RoundToIntegerTest.h"

#include "src/math/lrintl.h"

LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(long double, long,
                                       LIBC_NAMESPACE::lrintl)