Searched refs:test_max (Results 1 – 9 of 9) sorted by relevance
21 void test_max(size_t count) in test_max() function38 test_max<T> (AT::max_size(a) + 1); // just barely too large in test()39 test_max<T> (AT::max_size(a) * 2); // significantly too large in test()40 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow in test()41 test_max<T> ((size_t) -1); // way too large in test()
7 define i64 @test_max(i64* nocapture %ptr, i64 signext %val) {8 ; MIPS-LABEL: test_max:25 ; MIPSR6-LABEL: test_max:
8 ; CHECK-DAG: OpName [[MAX:%.*]] "test_max"64 define i32 @test_max(i32* %ptr, i32 %val) {
557 test_max() { in test_max() function
701 test_max() { in test_max() function
105 __device__ float test_max() {
190 func.func @test_max(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x1xf32>) -> tensor<13x21x3xf32> {