Searched defs:t_structs_d (Results 1 – 2 of 2) sorted by relevance
140 double t_structs_d (struct struct1 tstruct) { return (tstruct.d); } in t_structs_d() function153 double t_structs_d (tstruct) struct struct1 tstruct; { return (tstruct.d); } in t_structs_d() function
157 double t_structs_d (struct struct1 tstruct) { return (tstruct.d); } in t_structs_d() function170 double t_structs_d (tstruct) struct struct1 tstruct; { return (tstruct.d); } in t_structs_d() function