| /llvm-project-15.0.7/llvm/test/MC/AArch64/SVE/ |
| H A D | fmax.s | 18 fmax z0.h, p0/m, z0.h, #0.0 label 24 fmax z0.s, p0/m, z0.s, #0.0 label 30 fmax z31.d, p7/m, z31.d, #1.0 label 36 fmax z31.h, p7/m, z31.h, #1.0 label 42 fmax z31.s, p7/m, z31.s, #1.0 label 48 fmax z0.d, p0/m, z0.d, #0.0 label 54 fmax z0.h, p7/m, z0.h, z31.h label 60 fmax z0.s, p7/m, z0.s, z31.s label 66 fmax z0.d, p7/m, z0.d, z31.d label 82 fmax z0.d, p0/m, z0.d, #0.0 label [all …]
|
| H A D | fmax-diagnostics.s | 6 fmax z0.h, p0/m, z0.h, #0.5 label 11 fmax z0.h, p0/m, z0.h, #-0.0 label 16 fmax z0.h, p0/m, z0.h, #0.0000000000000000000000001 label 21 fmax z0.h, p0/m, z0.h, #1.0000000000000000000000001 label 26 fmax z0.h, p0/m, z0.h, #0.9999999999999999999999999 label 35 fmax z0.h, p7/m, z1.h, z31.h label 44 fmax z0.b, p7/m, z0.b, z31.b label 49 fmax z0.h, p7/m, z0.h, z31.s label 58 fmax z0.h, p8/m, z0.h, z31.h label
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | BasicOperations.h | 48 static inline T fmax(T x, T y) { in fmax() function
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfminmax.S | 58 fmax: label
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | arm64-fp-encoding.s | 52 fmax d1, d2, d3 define
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 1303 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1304 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1314 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 77 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 78 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
| H A D | A55-neon-instructions.s | 207 fmax v0.2d, v0.2d, v0.2d label 208 fmax v0.2s, v0.2s, v0.2s label 209 fmax v0.4s, v0.4s, v0.4s label
|
| H A D | A55-basic-instructions.s | 636 fmax s10, s11, s12 label 645 fmax d10, d11, d12 label
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Neoverse/ |
| H A D | N2-neon-instructions.s | 207 fmax v0.2d, v0.2d, v0.2d label 208 fmax v0.2s, v0.2s, v0.2s label 209 fmax v0.4s, v0.4s, v0.4s label
|
| H A D | N2-sve-instructions.s | 687 fmax z0.d, p0/m, z0.d, #0.0 label 688 fmax z0.d, p7/m, z0.d, z31.d label 689 fmax z0.h, p0/m, z0.h, #0.0 label 690 fmax z0.h, p7/m, z0.h, z31.h label 691 fmax z0.s, p0/m, z0.s, #0.0 label 692 fmax z0.s, p7/m, z0.s, z31.s label 693 fmax z31.d, p7/m, z31.d, #1.0 label 694 fmax z31.h, p7/m, z31.h, #1.0 label 695 fmax z31.s, p7/m, z31.s, #1.0 label
|
| H A D | N2-basic-instructions.s | 636 fmax s10, s11, s12 label 645 fmax d10, d11, d12 label
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 131 __DEVICE__ double fmax(double __a, double __b) { return __nv_fmax(__a, __b); } in fmax() function
|
| H A D | tgmath.h | 762 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
|