1*b2822597SOverMighty //===-- Unittests for ufromfpf128 -----------------------------------------===// 2*b2822597SOverMighty // 3*b2822597SOverMighty // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*b2822597SOverMighty // See https://llvm.org/LICENSE.txt for license information. 5*b2822597SOverMighty // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*b2822597SOverMighty // 7*b2822597SOverMighty //===----------------------------------------------------------------------===// 8*b2822597SOverMighty 9*b2822597SOverMighty #include "UfromfpTest.h" 10*b2822597SOverMighty 11*b2822597SOverMighty #include "src/math/ufromfpf128.h" 12*b2822597SOverMighty 13*b2822597SOverMighty LIST_UFROMFP_TESTS(float128, LIBC_NAMESPACE::ufromfpf128) 14