Home
last modified time | relevance | path

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

/external/wayland/tests/
Dfixed-test.c48 d = wl_fixed_to_double(f); in TEST()
53 d = wl_fixed_to_double(f); in TEST()
58 d = wl_fixed_to_double(f); in TEST()
63 d = wl_fixed_to_double(f); in TEST()
68 d = wl_fixed_to_double(f); in TEST()
Dfixed-benchmark.c56 global_d = wl_fixed_to_double(f); in magic_conversion()
/external/wayland/src/
Dwayland-util.h614 wl_fixed_to_double(wl_fixed_t f) in wl_fixed_to_double() function
Dconnection.c1311 wl_fixed_to_double(closure->args[i].f)); in wl_closure_format_to_buffer()