Searched refs:circle_f (Results 1 – 1 of 1) sorted by relevance
79 struct circle_f { struct point o; float r; }; struct80 struct circle_f get_circle_f() { in get_circle_f()81 struct circle_f result; in get_circle_f()88 struct circle_f c; in struct_in_struct_f()