184c899b2STue Ly //===-- Unittests for frexpf ----------------------------------------------===// 284c899b2STue Ly // 384c899b2STue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 484c899b2STue Ly // See https://llvm.org/LICENSE.txt for license information. 584c899b2STue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 684c899b2STue Ly // 784c899b2STue Ly //===----------------------------------------------------------------------===// 884c899b2STue Ly 984c899b2STue Ly #include "FrexpTest.h" 1084c899b2STue Ly 1184c899b2STue Ly #include "src/math/frexpf.h" 1284c899b2STue Ly 13*637c3702Slntue LIST_FREXP_TESTS(float, LIBC_NAMESPACE::frexpf); 14