#include <stdint.h>
Go to the source code of this file.
◆ __attribute__()
__attribute__ |
( |
(unused) | | ) |
const |
Load / Store
Arithmetic
Reduce
Manipulation
Definition at line 43 of file neon.h.
◆ return()
Initial value:{
a.e[2] *
b.e[2],
a.e[3] *
b.e[3] } }
Definition at line 55 of file neon.h.
Initial value:{
a.e[0] +
b.e[0] *
c.e[0],
a.e[1] +
b.e[1] *
c.e[1] } }
float32x2_t float32x2_t c
Definition at line 215 of file neon.h.
r e = a.e[0] + ((int64_t)b.e[0] + b.e[1]) |
Initial value:{
int16_t
x[] = {
a.e[0],
a.e[1],
a.e[2],
a.e[3],
b.e[0],
b.e[1],
b.e[2],
b.e[3] }
Definition at line 103 of file neon.h.
Initial value:{
p[0] =
v.e[0], p[1] =
v.e[1]
Definition at line 173 of file neon.h.