Home
last modified time | relevance | path

Searched refs:double_s (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CodeGen/RISCV/
Driscv32-ilp32f-abi.c14 struct double_s { double d; }; struct
17 void f_double_s_arg(struct double_s a) {} in f_double_s_arg()
20 struct double_s f_ret_double_s() { in f_ret_double_s()
21 return (struct double_s){1.0}; in f_ret_double_s()
Driscv64-lp64d-abi.c26 struct double_s { double f; }; struct
29 void f_double_s_arg(struct double_s a) {} in f_double_s_arg()
32 struct double_s f_ret_double_s() { in f_ret_double_s()
33 return (struct double_s){1.0}; in f_ret_double_s()
Driscv32-ilp32d-abi.c26 struct double_s { double f; }; struct
29 void f_double_s_arg(struct double_s a) {} in f_double_s_arg()
32 struct double_s f_ret_double_s() { in f_ret_double_s()
33 return (struct double_s){1.0}; in f_ret_double_s()
/external/rust/crates/nom/
DCHANGELOG.md236 …eStr` and any type that implements the required traits). `float_s` and `double_s` got the same mod…
520 - `float`, `float_s`, `double`, `double_s` can recognize floating point numbers in text