Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/codegen/riscv-abi/
Driscv64-lp64d-abi.rs102 pub struct DoubleInt64 { struct
103 f: f64,
104 i: i64,
139 pub extern "C" fn f_double_int64_s_arg(a: DoubleInt64) {} in f_double_int64_s_arg()
/third_party/rust/rust/tests/codegen/loongarch-abi/
Dloongarch64-lp64d-abi.rs102 pub struct DoubleInt64 { struct
103 f: f64,
104 i: i64,
139 pub extern "C" fn f_double_int64_s_arg(a: DoubleInt64) {} in f_double_int64_s_arg()