/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/test/src/math/ceil_test.cpp
13 строк
464 B
Siva Chandra Reddy
[libc][NFC] Add template tests for a bunch of math functions.
16 апр 2021, 20:28
16 апр 2021, 20:28
80e166f
Код
Авторство
О чём код?
//===-- Unittests for ceil ------------------------------------------------===// // // 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 "CeilTest.h" #include "src/math/ceil.h" LIST_CEIL_TESTS(double, __llvm_libc::ceil)