| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | abs.pass.cpp | 24 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 D | cmath.pass.cpp | 112 void test_abs() in test_abs() function 1580 test_abs(); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | float.ll | 31 ; 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 D | fp128-bitcast-after-operation.ll | 8 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 D | ppc64-calls.ll | 57 define dso_local void @test_abs() nounwind { 58 ; CHECK-LABEL: test_abs:
|
| H A D | calls.ll | 22 define void @test_abs() {
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | asm-label.c | 45 long test_abs(int x) { in test_abs() function
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdlib_h.pass.cpp | 69 void test_abs() { in test_abs() function 159 test_abs(); in main()
|
| H A D | math_h.pass.cpp | 109 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 D | cstdlib.pass.cpp | 54 void test_abs() { in test_abs() function 150 test_abs(); in main()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc-tmmintrin.c | 22 test_abs() { in test_abs() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | vfp.ll | 16 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 D | imdrover.h | 53 bool test_abs(testspec_t* t, FILE* ofp);
|
| H A D | imtest.c | 101 {"abs", 2, 1, test_abs}, /* r1 = |r0| */
|
| H A D | imdrover.c | 497 bool test_abs(testspec_t* t, FILE* ofp) { in test_abs() function
|
| /llvm-project-15.0.7/mlir/test/Conversion/TosaToLinalg/ |
| H A D | tosa-to-linalg.mlir | 5 // 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 D | abs-1.ll | 13 define i32 @test_abs(i32 %x) { 14 ; CHECK-LABEL: @test_abs(
|
| /llvm-project-15.0.7/mlir/test/Dialect/Tosa/ |
| H A D | ops.mlir | 232 func.func @test_abs(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
|