Lines Matching refs:i32
48 pub const CEED_STRIDES_BACKEND: [i32; 3] = [0; 3];
165 pub(crate) fn check_error<F>(ceed_ptr: F, ierr: i32) -> Result<i32> in check_error()
332 fn check_error(&self, ierr: i32) -> Result<i32> { in check_error() argument
453 offsets: &[i32], in elem_restriction() argument
517 offsets: &[i32], in oriented_elem_restriction() argument
604 offsets: &[i32], in curl_oriented_elem_restriction() argument
654 strides: [i32; 3], in strided_elem_restriction()
1203 let mut indx: Vec<i32> = vec![0; 2 * nelem]; in ceed_t501()
1206 indx[2 * i + j] = (i + j) as i32; in ceed_t501()
1210 let mut indu: Vec<i32> = vec![0; p * nelem]; in ceed_t501()
1213 indu[p * i + j] = (i + j) as i32; in ceed_t501()
1217 let strides: [i32; 3] = [1, q as i32, q as i32]; in ceed_t501()