/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/test/src/stdlib/ldiv_test.cpp
15 строк
491 B
Siva Chandra Reddy
[libc] Add implementations of div, ldiv, lldiv and imaxdiv.
20 сен 2021, 07:51
20 сен 2021, 07:51
74670e7
Код
Авторство
О чём код?
//===-- Unittests for ldiv ------------------------------------------------===// // // 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 "DivTest.h" #include "src/stdlib/ldiv.h" #include <stdlib.h> LIST_DIV_TESTS(long, ldiv_t, __llvm_libc::ldiv)