aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/llrintl_test.cpp
blob: 1ceb9fecc40391f7e0790f98fb0d9dd5e75c0055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- Unittests for llrintl ---------------------------------------------===//
//
// 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/llrintl.h"

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