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

LIST_INTLOGB_TESTS(long, float, LIBC_NAMESPACE::llogbf);