OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:float32x2_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
arm_neon.h
46
typedef __Float32x2_t
float32x2_t
;
typedef
258
__extension__ extern __inline
float32x2_t
260
vadd_f32 (
float32x2_t
__a,
float32x2_t
__b)
881
__extension__ extern __inline
float32x2_t
883
vdiv_f32 (
float32x2_t
__a,
float32x2_t
__b)
930
__extension__ extern __inline
float32x2_t
932
vmul_f32 (
float32x2_t
__a,
float32x2_t
__b
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm_neon.h
65
typedef __simd64_float32_t
float32x2_t
;
typedef
208
float32x2_t
val[2];
347
float32x2_t
val[3];
486
float32x2_t
val[4];
550
__extension__ extern __inline
float32x2_t
552
vadd_f32 (
float32x2_t
__a,
float32x2_t
__b)
557
return (
float32x2_t
) __builtin_neon_vaddv2sf (__a, __b);
1132
__extension__ extern __inline
float32x2_t
1134
vmul_f32 (
float32x2_t
__a, float32x2_t __b
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm_neon.h
65
typedef __simd64_float32_t
float32x2_t
;
typedef
208
float32x2_t
val[2];
347
float32x2_t
val[3];
486
float32x2_t
val[4];
550
__extension__ extern __inline
float32x2_t
552
vadd_f32 (
float32x2_t
__a,
float32x2_t
__b)
557
return (
float32x2_t
) __builtin_neon_vaddv2sf (__a, __b);
1132
__extension__ extern __inline
float32x2_t
1134
vmul_f32 (
float32x2_t
__a, float32x2_t __b
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
arm_neon.h
46
typedef __Float32x2_t
float32x2_t
;
typedef
258
__extension__ extern __inline
float32x2_t
260
vadd_f32 (
float32x2_t
__a,
float32x2_t
__b)
881
__extension__ extern __inline
float32x2_t
883
vdiv_f32 (
float32x2_t
__a,
float32x2_t
__b)
930
__extension__ extern __inline
float32x2_t
932
vmul_f32 (
float32x2_t
__a,
float32x2_t
__b
[
all
...]
Completed in 52 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026