OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vld1q_f32
(Results
1 - 9
of
9
) sorted by null
/external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h
86
EIGEN_STRONG_INLINE float32x4_t
vld1q_f32
(const float* x) { return ::
vld1q_f32
((const float32_t*)x); }
function in namespace:Eigen::internal
182
template<> EIGEN_STRONG_INLINE Packet4f pload<Packet4f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return
vld1q_f32
(from); }
185
template<> EIGEN_STRONG_INLINE Packet4f ploadu<Packet4f>(const float* from) { EIGEN_DEBUG_UNALIGNED_LOAD return
vld1q_f32
(from); }
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
arm_neon.h
7918
vld1q_f32
(const float32_t * __a)
function
[
all
...]
Completed in 173 milliseconds