Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/run-make/extern-fn-struct-passing-abi/
Dtest.rs48 struct FloatOne { struct
49 x: f64,
100 fn float_one(f: FloatOne) -> FloatOne; in float_one()
Dtest.c36 struct FloatOne { struct
37 double x;