Home
last modified time | relevance | path

Searched refs:TwoInputSingleOutputDiff (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libc/fuzzing/math/
H A Dmath_differential_fuzz.cpp104 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 Dnextafter_differential_fuzz.cpp21 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::nextafterf, in LLVMFuzzerTestOneInput()
23 TwoInputSingleOutputDiff<double, double>(&__llvm_libc::nextafter, in LLVMFuzzerTestOneInput()
H A DCMakeLists.txt9 TwoInputSingleOutputDiff.h
57 TwoInputSingleOutputDiff.h
H A DTwoInputSingleOutputDiff.h23 void TwoInputSingleOutputDiff(TwoInputSingleOutputFunc<T1, T2> func1, in TwoInputSingleOutputDiff() function
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt2582 libc/fuzzing/math/TwoInputSingleOutputDiff.h