OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:float32x4_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
arm_neon.h
59
typedef __Float32x4_t
float32x4_t
;
typedef
335
__extension__ extern __inline
float32x4_t
337
vaddq_f32 (
float32x4_t
__a,
float32x4_t
__b)
895
__extension__ extern __inline
float32x4_t
897
vdivq_f32 (
float32x4_t
__a,
float32x4_t
__b)
993
__extension__ extern __inline
float32x4_t
995
vmulq_f32 (
float32x4_t
__a,
float32x4_t
__b
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm_neon.h
84
typedef __simd128_float32_t
float32x4_t
;
typedef
213
float32x4_t
val[2];
352
float32x4_t
val[3];
491
float32x4_t
val[4];
624
__extension__ extern __inline
float32x4_t
626
vaddq_f32 (
float32x4_t
__a,
float32x4_t
__b)
631
return (
float32x4_t
) __builtin_neon_vaddv4sf (__a, __b);
1186
__extension__ extern __inline
float32x4_t
1188
vmulq_f32 (
float32x4_t
__a, float32x4_t __b
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm_neon.h
84
typedef __simd128_float32_t
float32x4_t
;
typedef
213
float32x4_t
val[2];
352
float32x4_t
val[3];
491
float32x4_t
val[4];
624
__extension__ extern __inline
float32x4_t
626
vaddq_f32 (
float32x4_t
__a,
float32x4_t
__b)
631
return (
float32x4_t
) __builtin_neon_vaddv4sf (__a, __b);
1186
__extension__ extern __inline
float32x4_t
1188
vmulq_f32 (
float32x4_t
__a, float32x4_t __b
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
arm_neon.h
59
typedef __Float32x4_t
float32x4_t
;
typedef
335
__extension__ extern __inline
float32x4_t
337
vaddq_f32 (
float32x4_t
__a,
float32x4_t
__b)
895
__extension__ extern __inline
float32x4_t
897
vdivq_f32 (
float32x4_t
__a,
float32x4_t
__b)
993
__extension__ extern __inline
float32x4_t
995
vmulq_f32 (
float32x4_t
__a,
float32x4_t
__b
[
all
...]
Completed in 61 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026