Home
last modified time | relevance | path

Searched defs:matrix_equal (Results 1 – 2 of 2) sorted by relevance

/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/src/
Dffi.rs31 pub fn matrix_equal(a: *const Matrix, b: *const Matrix) -> c_int; in matrix_equal() function
/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/c/
Dmatrix.c99 int matrix_equal(const Matrix* a, const Matrix* b) { in matrix_equal() function