MCPcopy Create free account
hub / github.com/digama0/lean-sys / lean_float_array_cptr

Function lean_float_array_cptr

src/sarray/float.rs:22–24  ·  view source on GitHub ↗
(a: b_lean_obj_arg)

Source from the content-addressed store, hash-verified

20
21#[inline(always)]
22pub unsafe fn lean_float_array_cptr(a: b_lean_obj_arg) -> *mut f64 {
23 lean_sarray_cptr(a) as *mut _
24}
25
26#[inline(always)]
27pub unsafe fn lean_float_array_uget(a: b_lean_obj_arg, i: usize) -> f64 {

Callers 2

lean_float_array_ugetFunction · 0.85
lean_float_array_usetFunction · 0.85

Calls 1

lean_sarray_cptrFunction · 0.85

Tested by

no test coverage detected