Home
last modified time | relevance | path

Searched refs:test_abs (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp24 void test_abs() in test_abs() function
55 test_abs<short int, int>(); in main()
56 test_abs<SignedChar, int>(); in main()
57 test_abs<signed char, int>(); in main()
60 test_abs<int, int>(); in main()
61 test_abs<long int, long int>(); in main()
62 test_abs<long long int, long long int>(); in main()
66 test_abs<std::int8_t, correct_size_int<std::int8_t>::type>(); in main()
71 test_abs<long double, long double>(); in main()
72 test_abs<double, double>(); in main()
[all …]
H A Dcmath.pass.cpp112 void test_abs() in test_abs() function
1580 test_abs(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dfloat.ll31 ; V8-LABEL: test_abs:
35 ; V8-UNOPT-LABEL: test_abs:
41 ; V9-LABEL: test_abs:
45 ; SPARC64-LABEL: test_abs:
48 define double @test_abs() {
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfp128-bitcast-after-operation.ll8 define i128 @test_abs(ppc_fp128 %x) nounwind {
9 ; PPC64-P8-LABEL: test_abs:
18 ; PPC64-LABEL: test_abs:
29 ; PPC32-LABEL: test_abs:
H A Dppc64-calls.ll57 define dso_local void @test_abs() nounwind {
58 ; CHECK-LABEL: test_abs:
H A Dcalls.ll22 define void @test_abs() {
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dasm-label.c45 long test_abs(int x) { in test_abs() function
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp69 void test_abs() { in test_abs() function
159 test_abs(); in main()
H A Dmath_h.pass.cpp109 void test_abs() in test_abs() function
1498 test_abs(); in main()
/llvm-project-15.0.7/libcxx/test/std/language.support/support.runtime/
H A Dcstdlib.pass.cpp54 void test_abs() { in test_abs() function
150 test_abs(); in main()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-tmmintrin.c22 test_abs() { in test_abs() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dvfp.ll16 define void @test_abs(float* %P, double* %D) {
17 ;CHECK-LABEL: test_abs:
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimdrover.h53 bool test_abs(testspec_t* t, FILE* ofp);
H A Dimtest.c101 {"abs", 2, 1, test_abs}, /* r1 = |r0| */
H A Dimdrover.c497 bool test_abs(testspec_t* t, FILE* ofp) { in test_abs() function
/llvm-project-15.0.7/mlir/test/Conversion/TosaToLinalg/
H A Dtosa-to-linalg.mlir5 // CHECK-LABEL: @test_abs
6 func.func @test_abs(%arg0: tensor<f32>) -> tensor<f32> {
24 // CHECK-LABEL: @test_abs
25 func.func @test_abs(%arg0: tensor<2xf32>) -> tensor<2xf32> {
42 // CHECK-LABEL: @test_abs
43 func.func @test_abs(%arg0: tensor<2x3xf32>) -> tensor<2x3xf32> {
58 // CHECK-LABEL: @test_abs
59 func.func @test_abs(%arg0: tensor<?xf32>) -> tensor<?xf32> {
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dabs-1.ll13 define i32 @test_abs(i32 %x) {
14 ; CHECK-LABEL: @test_abs(
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir232 func.func @test_abs(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {