Home
last modified time | relevance | path

Searched defs:OSu16tof32 (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-2.1/include/revolution/os/
DOSFastCast.h226 #define OSu16tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 3 " : "=f" (*(out)) : "b" (in) ) macro
258 static inline void OSu16tof32(register u16* in, volatile register f32* out) in OSu16tof32() function