/
GitCaptain
/
llvm-project
ОбзорДокументацияВойти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
llvm-project/
.../src/math/
..
differential_testing

[libc][math] fmod/fmodf implementation.

4 года назад
exhaustive

[libc] Implement sinf function that is correctly rounded to all rounding modes.

4 года назад
generic

[libc][nfc] move ctype_utils and FPUtils to __support

5 лет назад
CMakeLists.txt

[libc] add dependencies to generic sqrt tests

4 года назад
CeilTest.h

[libc] apply formatting to tests

5 лет назад
CopySignTest.h

[libc] apply formatting to tests

5 лет назад
FAbsTest.h

[libc] apply formatting to tests

5 лет назад
FDimTest.h

[libc] apply formatting to tests

5 лет назад
FMaxTest.h

[libc] apply formatting to tests

5 лет назад
FMinTest.h

[libc] apply formatting to tests

5 лет назад
FModTest.h

[libc][math] fmod/fmodf implementation.

4 года назад
FloorTest.h

[libc] apply formatting to tests

5 лет назад
FmaTest.h

[libc] Implement double precision FMA for targets without FMA instructions.

4 года назад
FrexpTest.h

[libc] apply formatting to tests

5 лет назад
HypotTest.h

[libc] Implement correct rounding with all rounding modes for hypot functions.

5 лет назад
ILogbTest.h

[libc] apply formatting to tests

5 лет назад
LdExpTest.h

[libc] apply formatting to tests

5 лет назад
LogbTest.h

[libc] apply formatting to tests

5 лет назад
ModfTest.h

[libc] apply formatting to tests

5 лет назад
NextAfterTest.h

[libc] Replace type punning with bit_cast

5 лет назад
RIntTest.h

[libc] Remove the redundant header FPUtil/FEnvUtils.h

4 года назад
RemQuoTest.h

[libc] apply formatting to tests

5 лет назад
RoundTest.h

[libc] apply formatting to tests

5 лет назад
RoundToIntegerTest.h

[libc] Initial support for darwin-aarch64.

4 года назад
SqrtTest.h

[libc] Replace type punning with bit_cast

5 лет назад
TruncTest.h

[libc] apply formatting to tests

5 лет назад
ceil_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
ceilf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
ceill_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
copysign_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
copysignf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
copysignl_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
cos_test.cpp

[libc] apply formatting to tests

5 лет назад
cosf_test.cpp

[libc] Add testing macros for errno and floating point exceptions.

4 года назад
exp2f_test.cpp

[libc] Improve the performance of exp2f.

4 года назад
expf_test.cpp

[libc] Improve the performance of expf.

4 года назад
expm1f_test.cpp

[libc] Make expm1f correctly rounded when the targets have no FMA instructions.

4 года назад
fabs_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fabsf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fabsl_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fdim_test.cpp

[libc] apply formatting to tests

5 лет назад
fdimf_test.cpp

[libc] apply formatting to tests

5 лет назад
fdiml_test.cpp

[libc] apply formatting to tests

5 лет назад
floor_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
floorf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
floorl_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fma_test.cpp

[libc] Implement double precision FMA for targets without FMA instructions.

4 года назад
fmaf_test.cpp

[libc] Implement double precision FMA for targets without FMA instructions.

4 года назад
fmax_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fmaxf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fmaxl_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fmin_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fminf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fminl_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
fmod_test.cpp

[libc][math] fmod/fmodf implementation.

4 года назад
fmodf_test.cpp

[libc][math] fmod/fmodf implementation.

4 года назад
frexp_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
frexpf_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
frexpl_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
generic_sqrt_test.cpp

[libc] Refactor sqrt implementations and add tests for generic sqrt implementations.

5 лет назад
generic_sqrtf_test.cpp

[libc] Refactor sqrt implementations and add tests for generic sqrt implementations.

5 лет назад
generic_sqrtl_test.cpp

[libc] Refactor sqrt implementations and add tests for generic sqrt implementations.

5 лет назад
hypot_test.cpp

[libc] apply formatting to tests

5 лет назад
hypotf_hard_to_round.h

[libc] Improve hypotf performance with different algorithm correctly rounded to all rounding modes.

4 года назад
hypotf_test.cpp

[libc] Implement correct rounding with all rounding modes for hypot functions.

5 лет назад
ilogb_test.cpp

[libc] apply formatting to tests

5 лет назад
ilogbf_test.cpp

[libc] apply formatting to tests

5 лет назад
ilogbl_test.cpp

[libc] apply formatting to tests

5 лет назад
ldexp_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
ldexpf_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
ldexpl_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
llrint_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
llrintf_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
llrintl_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
llround_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
llroundf_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
llroundl_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
log10f_test.cpp

[libc] Implement log10f correctly rounded for all rounding modes.

5 лет назад
log1pf_test.cpp

[libc] Implement log1pf correctly rounded to all rounding modes.

5 лет назад
log2f_test.cpp

[libc] Make log2f correctly rounded for all rounding modes when FMA is not available.

5 лет назад
logb_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
logbf_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
logbl_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
logf_test.cpp

[libc] Make logf function correctly rounded for all rounding modes.

5 лет назад
lrint_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
lrintf_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
lrintl_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
lround_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
lroundf_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
lroundl_test.cpp

[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

6 лет назад
mod_k_pi_test.cpp

[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.

5 лет назад
modf_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
modff_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
modfl_test.cpp

[libc][NFC] Remove few deprecated FPUtil header files and test patterns.

5 лет назад
nextafter_test.cpp

[libc] Add implementations of nextafter[f|l] functions.

6 лет назад
nextafterf_test.cpp

[libc] Add implementations of nextafter[f|l] functions.

6 лет назад
nextafterl_test.cpp

[libc] Add implementations of nextafter[f|l] functions.

6 лет назад
remquo_test.cpp

[libc] Fix couple of corner cases in remquo.

6 лет назад
remquof_test.cpp

[libc] Fix couple of corner cases in remquo.

6 лет назад
remquol_test.cpp

[libc] Fix couple of corner cases in remquo.

6 лет назад
rint_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
rintf_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
rintl_test.cpp

[libc] Add implementations of rounding functions which depend rounding mode.

6 лет назад
round_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
roundf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
roundl_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
sdcomp26094.h

[libc] apply formatting to tests

5 лет назад
sin_test.cpp

[libc] apply formatting to tests

5 лет назад
sincosf_test.cpp

[libc] Add testing macros for errno and floating point exceptions.

4 года назад
sinf_test.cpp

[libc] Implement sinf function that is correctly rounded to all rounding modes.

4 года назад
sqrt_test.cpp

[libc][NFC] Add common template test class for sqrt, sqrtf and sqrtl.

5 лет назад
sqrtf_test.cpp

[libc][NFC] Add common template test class for sqrt, sqrtf and sqrtl.

5 лет назад
sqrtl_test.cpp

[libc][NFC] Add common template test class for sqrt, sqrtf and sqrtl.

5 лет назад
tan_test.cpp

[libc] apply formatting to tests

5 лет назад
trunc_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
truncf_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад
truncl_test.cpp

[libc][NFC] Add template tests for a bunch of math functions.

5 лет назад