/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 236 template void explain_unary_operation_single_output_error(Operation op, float16, in cos() 237 float16, double, in cos() 240 float16, double, in cos() 243 float16, double, in cosh() 246 long double, float16, in cosh() 250 float128, float16, in cospi() 395 Operation, const BinaryInput<float16> &, float16, double, RoundingMode); in log1p() 398 float16, double, RoundingMode); in pow() 400 Operation, const BinaryInput<double> &, float16, doubl in pow() [all...] |
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/ |
H A D | matmul.py | 90 input_type=np.float16, 156 input_type=np.float16, 173 ity = "f16" if input_type == np.float16 else "f32" 174 oty = "f16" if output_type == np.float16 else "f32" 263 np.float16, 273 np.float16, 289 np.float16, 298 np.float16,
|
/llvm-project/libc/src/math/generic/ |
H A D | fmodf16.cpp | 16 LLVM_LIBC_FUNCTION(float16, fmodf16, (float16 x, float16 y)) { 17 return fputil::generic::FMod<float16, uint32_t>::eval(x, y);
|
H A D | fmaximumf16.cpp | 16 LLVM_LIBC_FUNCTION(float16, fmaximumf16, (float16 x, float16 y)) {
|
H A D | fminf16.cpp | 16 LLVM_LIBC_FUNCTION(float16, fminf16, (float16 x, float16 y)) {
|
H A D | fmaximum_magf16.cpp | 16 LLVM_LIBC_FUNCTION(float16, fmaximum_magf16, (float16 x, float16 y)) {
|
H A D | fdimf16.cpp | 16 LLVM_LIBC_FUNCTION(float16, fdimf16, (float16 x, float16 y)) {
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | nanf16_test.cpp | 19 using StorageType = LIBC_NAMESPACE::fputil::FPBits<float16>::StorageType; 22 float16 result = LIBC_NAMESPACE::nanf16(input_str); in run_test() 23 auto actual_fp = LIBC_NAMESPACE::fputil::FPBits<float16>(result); in run_test() 24 auto expected_fp = LIBC_NAMESPACE::fputil::FPBits<float16>(bits); in run_test()
|
/llvm-project/libc/src/math/ |
H A D | nextafterf16.h | 17 float16 nextafterf16(float16 x, float16 y);
|
H A D | fmodf16.h | 17 float16 fmodf16(float16 x, float16 y);
|
H A D | fminimumf16.h | 17 float16 fminimumf16(float16 x, float16 y);
|
H A D | fdimf16.h | 17 float16 fdimf16(float16 x, float16 y);
|
H A D | modff16.h | 17 float16 modff16(float16 x, float16 *iptr);
|
H A D | fminimum_magf16.h | 17 float16 fminimum_magf16(float16 x, float16 y);
|
H A D | fminimum_numf16.h | 17 float16 fminimum_numf16(float16 x, float16 y);
|
H A D | copysignf16.h | 17 float16 copysignf16(float16 x, float16 y);
|
H A D | fmaximum_magf16.h | 17 float16 fmaximum_magf16(float16 x, float16 y);
|
H A D | fmaximum_numf16.h | 17 float16 fmaximum_numf16(float16 x, float16 y);
|
H A D | fmaximumf16.h | 17 float16 fmaximumf16(float16 x, float16 y);
|
H A D | fminimum_mag_numf16.h | 17 float16 fminimum_mag_numf16(float16 x, float16 y);
|
H A D | fminf16.h | 17 float16 fminf16(float16 x, float16 y);
|
H A D | fmaxf16.h | 17 float16 fmaxf16(float16 x, float16 y);
|
H A D | remainderf16.h | 17 float16 remainderf16(float16 x, float16 y);
|
H A D | fmaximum_mag_numf16.h | 17 float16 fmaximum_mag_numf16(float16 x, float16 y);
|
H A D | remquof16.h | 17 float16 remquof16(float16 x, float16 y, int *exp);
|