Searched refs:TwoInputSingleOutputDiff (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libc/fuzzing/math/ |
| H A D | math_differential_fuzz.cpp | 104 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::hypotf, &::hypotf, data, in LLVMFuzzerTestOneInput() 107 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::remainderf, in LLVMFuzzerTestOneInput() 109 TwoInputSingleOutputDiff<double, double>(&__llvm_libc::remainder, in LLVMFuzzerTestOneInput() 111 TwoInputSingleOutputDiff<long double, long double>(&__llvm_libc::remainderl, in LLVMFuzzerTestOneInput() 114 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::fdimf, &::fdimf, data, in LLVMFuzzerTestOneInput() 116 TwoInputSingleOutputDiff<double, double>(&__llvm_libc::fdim, &::fdim, data, in LLVMFuzzerTestOneInput() 118 TwoInputSingleOutputDiff<long double, long double>(&__llvm_libc::fdiml, in LLVMFuzzerTestOneInput() 140 TwoInputSingleOutputDiff<float, int>(&__llvm_libc::ldexpf, &::ldexpf, data, in LLVMFuzzerTestOneInput() 142 TwoInputSingleOutputDiff<double, int>(&__llvm_libc::ldexp, &::ldexp, data, in LLVMFuzzerTestOneInput() 144 TwoInputSingleOutputDiff<long double, int>(&__llvm_libc::ldexpl, &::ldexpl, in LLVMFuzzerTestOneInput()
|
| H A D | nextafter_differential_fuzz.cpp | 21 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::nextafterf, in LLVMFuzzerTestOneInput() 23 TwoInputSingleOutputDiff<double, double>(&__llvm_libc::nextafter, in LLVMFuzzerTestOneInput()
|
| H A D | CMakeLists.txt | 9 TwoInputSingleOutputDiff.h 57 TwoInputSingleOutputDiff.h
|
| H A D | TwoInputSingleOutputDiff.h | 23 void TwoInputSingleOutputDiff(TwoInputSingleOutputFunc<T1, T2> func1, in TwoInputSingleOutputDiff() function
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 2582 libc/fuzzing/math/TwoInputSingleOutputDiff.h
|