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

#include "src/math/ilogb.h"

LIST_INTLOGB_TESTS(int, double, LIBC_NAMESPACE::ilogb);