Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dv_math.h43 typedef uint32_t u32_t; typedef
50 static inline u32_t
53 union { f32_t f; u32_t u; } r = {x}; in as_u32_f32()
57 as_f32_u32 (u32_t x) in as_f32_u32()
59 union { u32_t u; f32_t f; } r = {x}; in as_f32_u32()
63 as_s32_u32 (u32_t x) in as_s32_u32()
65 union { u32_t u; s32_t i; } r = {x}; in as_s32_u32()
68 static inline u32_t
71 union { s32_t i; u32_t u; } r = {x}; in as_u32_s32()
102 typedef u32_t v_u32_t;
[all …]
/external/clang/test/CodeGenCXX/
Dcopy-assign-volatile-synthesis.cpp6 typedef unsigned int u32_t; typedef
27 volatile u32_t raw[2];