/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/test/src/math/differential_testing/logf_diff.cpp
16 строк
574 B
Tue Ly
[libc] Implement correctly rounded logf based on RLIBM library.
16 дек 2021, 21:43
16 дек 2021, 21:43
d08a801
Код
Авторство
О чём код?
//===-- Differential test for logf ----------------------------------------===// // // 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 "SingleInputSingleOutputDiff.h" #include "src/math/logf.h" #include <math.h> SINGLE_INPUT_SINGLE_OUTPUT_DIFF(float, __llvm_libc::logf, ::logf, "logf_diff.log")