/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/test/src/math/differential_testing/fmod_perf.cpp
15 строк
537 B
Kirill Okhotnikov
[libc][math] fmod/fmodf implementation.
25 июн 2022, 00:09
25 июн 2022, 00:09
b8e8012
Код
Авторство
О чём код?
//===-- Differential test for fmod ----------------------------------------===// // // 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 "BinaryOpSingleOutputDiff.h" #include "src/math/fmod.h" #include <math.h> BINARY_OP_SINGLE_OUTPUT_PERF(double, __llvm_libc::fmod, ::fmod, "fmod_perf.log")