Home
last modified time | relevance | path

Searched refs:test_negate (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dtest_neg_one.pass.cpp80 void test_negate() { in test_negate() function
161 test_negate<unsigned short>(); in main()
162 test_negate<unsigned int>(); in main()
163 test_negate<unsigned long>(); in main()
164 test_negate<unsigned long long>(); in main()
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dtest_neg_one.pass.cpp78 void test_negate() { in test_negate() function
159 test_negate<unsigned short>(); in main()
160 test_negate<unsigned int>(); in main()
161 test_negate<unsigned long>(); in main()
162 test_negate<unsigned long long>(); in main()
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir331 // CHECK-LABEL: test_negate
333 func @test_negate(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
Dtfl-to-tosa-pipeline.mlir327 // CHECK-LABEL: test_negate
329 func @test_negate(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/external/llvm-project/mlir/test/Dialect/Tosa/
Dops.mlir261 func @test_negate(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt535 // CHECK-LABEL: func private @test_negate(%arg0: tensor<16xf32>) -> tensor<16xf32>
536 %test_negate (arg0.1: f32[16]) -> f32[16] {
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2926 return test_negate(x); in test_abs()
3003 static inline T test_negate (T x) in test_negate() function in vkt::SpirVAssembly::TestMath