Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_float_test/
Dhazard3_test_gen.c60 } un; in bitcast_f2u() local
61 un.f = x; in bitcast_f2u()
62 return un.u; in bitcast_f2u()
69 } un; in bitcast_u2f() local
70 un.u = x; in bitcast_u2f()
71 return un.f; in bitcast_u2f()