Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/llvm/test/MC/AArch64/SVE/
H A Dabs.s12 abs z0.b, p0/m, z0.b label
18 abs z0.h, p0/m, z0.h label
24 abs z0.s, p0/m, z0.s label
30 abs z0.d, p0/m, z0.d label
36 abs z31.b, p7/m, z31.b label
42 abs z31.h, p7/m, z31.h label
48 abs z31.s, p7/m, z31.s label
54 abs z31.d, p7/m, z31.d label
70 abs z4.d, p7/m, z31.d label
82 abs z4.d, p7/m, z31.d label
H A Dabs-diagnostics.s4 abs z0.h, p0/m, z0.b label
10 abs z29.d, p7, z29.d label
18 abs z0.b, p8/m, z0.b label
23 abs z0.h, p8/m, z0.h label
28 abs z0.s, p8/m, z0.s label
33 abs z0.d, p8/m, z0.d label
H A Dmovprfx-diagnostics.s26 abs z2.d, p0/m, z2.d label
66 abs z0.d, p0/m, z0.d label
127 abs z0.d, p1/m, z1.d label
167 abs z0.d, p0/m, z1.d label
/llvm-project/llvm/test/MC/AArch64/CSSC/
H A Dabs_64.s13 abs x0, x0 label
18 abs x21, x10 label
23 abs x23, x13 label
28 abs xzr, xzr label
H A Dabs_32.s13 abs w0, w0 label
18 abs w21, w10 label
23 abs w23, w13 label
28 abs wzr, wzr label
/llvm-project/libcxx/include/
H A Dstdlib.h113 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long abs(long __x) _NOEXCEPT { return __builtin_labs(__x); } abs() function
114 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long long abs(long long __x) _NOEXCEPT { return __builtin_llabs(__x); } abs() function
117 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float abs(float __lcpp_x) _NOEXCEPT { abs() function
121 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double abs(double __lcpp_x) _NOEXCEPT { abs() function
125 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double abs(long double __lcpp_x) _NOEXCEPT { abs() function
[all...]
/llvm-project/flang/test/Semantics/
H A Dgeneric01.f907 interface abs interface
23 interface abs interface
63 interface abs interface
88 integer function abs(n) ! override module's use of m1 function
97 integer function abs(n) function
102 interface abs interface
/llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/
H A DCOFF_abs.s17 .globl abs define
16 .globl abs global() symbol
/llvm-project/lld/test/ELF/Inputs/
H A Dabs.s1 .global abs symbol
2 abs = 0x42 define
/llvm-project/lld/test/ELF/
H A Driscv-relax-hi20-lo12-pie.s19 .globl abs symbol
20 abs = 0x200001 define
H A Dmap-file.s47 .global abs symbol
48 abs = 0xAB5 define
H A Dexport-symbols.s62 .globl abs symbol
63 abs = 0xDEADBEEF define
H A Dsymbols.s31 .globl abs symbol
32 abs = 0x123 define
H A Driscv-relax-call2.s58 abs = 8; define
H A Dlocal.s91 abs = 42 define
H A Dmany-alloc-sections.s154 .global abs symbol
155 abs = 0x12345678 define
H A Drelocatable.s133 abs = 42 define
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Ampere/Ampere1B/
H A Dcssc-instructions.s4 abs w1, w2 label
5 abs x2, x3 label
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Neoverse/
H A D512tvb-sve-instructions.s6 abs z0.b, p0/m, z0.b label
/llvm-project/llvm/test/tools/llvm-cov/Inputs/sources_specified/
H A Dabs.h1 int abs(int x) { in abs() function
/llvm-project/clang/test/Modules/Inputs/libc-libcxx/include/c++/
H A Dmath.h2 template<typename T> T abs(T t) { return (t < 0) ? -t : t; } in abs() function
/llvm-project/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/
H A Dabs.h2 T abs(T x) { in abs() function
/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/
H A Dmath.h5 template<typename T> T abs(T t) { return (t < 0) ? -t : t; } in abs() function
/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/
H A Dexpect_step_kinds.cpp11 int abs(int i){ in abs() function
/llvm-project/clang/lib/Headers/
H A D__clang_hip_stdlib.h26 int abs(int __x) { in abs() function

1234