/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/test/src/math/nextafter_test.cpp
13 строк
484 B
Siva Chandra Reddy
[libc] Add implementations of nextafter[f|l] functions.
06 янв 2021, 09:32
06 янв 2021, 09:32
7f7b0dc
Код
Авторство
О чём код?
//===-- Unittests for nextafter -------------------------------------------===// // // 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 "NextAfterTest.h" #include "src/math/nextafter.h" LIST_NEXTAFTER_TESTS(double, __llvm_libc::nextafter)