Home
last modified time | relevance | path

Searched refs:wl_fixed_to_double (Results 1 – 6 of 6) 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()
Dprotocol-logger-test.c218 fprintf(stderr, "%f", wl_fixed_to_double(args[i].f)); in client_log_to_stderr_demo()
/external/wayland/src/
Dwayland-util.h614 wl_fixed_to_double(wl_fixed_t f) in wl_fixed_to_double() function
Dconnection.c1290 wl_fixed_to_double(closure->args[i].f)); in wl_closure_print()
/external/wayland/patches/
D0002-tests-Add-demo-real-world-protocol-logging.diff97 + fprintf(stderr, "%f", wl_fixed_to_double(args[i].f));