xref: /llvm-project/libc/test/src/math/lroundf_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
17aeb3804SSiva Chandra Reddy //===-- Unittests for lroundf ---------------------------------------------===//
27aeb3804SSiva Chandra Reddy //
37aeb3804SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
47aeb3804SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
57aeb3804SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
67aeb3804SSiva Chandra Reddy //
77aeb3804SSiva Chandra Reddy //===----------------------------------------------------------------------===//
87aeb3804SSiva Chandra Reddy 
97aeb3804SSiva Chandra Reddy #include "RoundToIntegerTest.h"
107aeb3804SSiva Chandra Reddy 
117aeb3804SSiva Chandra Reddy #include "src/math/lroundf.h"
127aeb3804SSiva Chandra Reddy 
13*b6bc9d72SGuillaume Chatelet LIST_ROUND_TO_INTEGER_TESTS(float, long, LIBC_NAMESPACE::lroundf)
14