Lines Matching refs:alloc_error_check
5 #define alloc_error_check(p) { \ macro
18 alloc_error_check(i); in alloc_1d_int()
34 alloc_error_check(d); in alloc_1d_double()
51 alloc_error_check(ii); in alloc_2d_int()
53 alloc_error_check(i); in alloc_2d_int()
75 alloc_error_check(dd); in alloc_2d_double()
77 alloc_error_check(d); in alloc_2d_double()
99 alloc_error_check(iii); in alloc_3d_int()
101 alloc_error_check(ii); in alloc_3d_int()
107 alloc_error_check(i); in alloc_3d_int()
130 alloc_error_check(ddd); in alloc_3d_double()
132 alloc_error_check(dd); in alloc_3d_double()
138 alloc_error_check(d); in alloc_3d_double()