Searched defs:in (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.3/include/revolution/os/ |
| D | OSFastCast.h | 225 #define OSu8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 2 " : "=f" (*(out)) : "b" (in) ) argument 226 #define OSu16tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 3 " : "=f" (*(out)) : "b" (in) ) argument 227 #define OSs8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 4 " : "=f" (*(out)) : "b" (in) ) argument 228 #define OSs16tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 5 " : "=f" (*(out)) : "b" (in) ) argument 232 static inline f32 __OSu8tof32(register u8* in) in __OSu8tof32() 242 static inline void OSu8tof32(register u8* in, volatile register f32* out) in OSu8tof32() 248 static inline f32 __OSu16tof32(register u16* in) in __OSu16tof32() 258 static inline void OSu16tof32(register u16* in, volatile register f32* out) in OSu16tof32() 264 static inline f32 __OSs8tof32(register s8* in) in __OSs8tof32() 274 static inline void OSs8tof32(register s8* in, volatile register f32* out) in OSs8tof32() [all …]
|
| /RvlSDK-3.3/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 408 u32 in=0; in main() local
|
| D | kbdUTF8Sync.c | 407 u32 in=0; in main() local
|
| /RvlSDK-3.3/build/demos/kprdemo/src/ |
| D | kprdemo.c | 404 u32 in=0; in main() local
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Lighting/ |
| D | lit-tx-alpha.c | 385 u32 in; in CreateTessPanel() local
|
| D | lit-spot.c | 492 u32 in; in CreateTessPanel() local
|