Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h14 typedef float float32x4_t __attribute__((__vector_size__(16)));
26 float32x4_t orientation;
28 float32x4_t position;
30 float32x4_t right_orientation;
32 float32x4_t right_position;
34 float32x4_t angular_velocity;
36 float32x4_t velocity;
72 float32x4_t orientation;
77 float32x4_t angular_velocity;
80 float32x4_t position;
[all …]
Ddvr_display_types.h15 typedef float float32x4_t __attribute__((__vector_size__(16)));
16 typedef struct float32x4x4_t { float32x4_t val[4]; } float32x4x4_t;
/frameworks/native/libs/vr/libvrsensor/include/dvr/
Dpose_client.h9 typedef float float32x4_t __attribute__ ((__vector_size__ (16))); typedef
10 typedef struct float32x4x4_t { float32x4_t val[4]; } float32x4x4_t;
/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcessNeon.h381 float32x4_t accum, accum2; in ProcessNeonIntrinsic()