Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/run-make/extern-fn-struct-passing-abi/
Dtest.rs41 struct FloatPoint { struct
42 x: f64,
43 y: f64,
98 fn float_point(p: FloatPoint) -> FloatPoint; in float_point()
Dtest.c31 struct FloatPoint { struct
32 double x;
33 double y;