Searched refs:test_negate (Results 1 – 7 of 7) sorted by relevance
80 void test_negate() { in test_negate() function161 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()
78 void test_negate() { in test_negate() function159 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()
331 // CHECK-LABEL: test_negate333 func @test_negate(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
327 // CHECK-LABEL: test_negate329 func @test_negate(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
261 func @test_negate(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
535 // CHECK-LABEL: func private @test_negate(%arg0: tensor<16xf32>) -> tensor<16xf32>536 %test_negate (arg0.1: f32[16]) -> f32[16] {
2926 return test_negate(x); in test_abs()3003 static inline T test_negate (T x) in test_negate() function in vkt::SpirVAssembly::TestMath