summaryrefslogtreecommitdiff
path: root/test/src/math/smoke/nearbyint_test.cpp
blob: 11a5c3372e73ea25f99647b5e1dc26bfc1890ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//===-- Unittests for nearbyint -------------------------------------------===//
//
// 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 "NearbyIntTest.h"

#include "src/math/nearbyint.h"

LIST_NEARBYINT_TESTS(double, LIBC_NAMESPACE::nearbyint)