Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtVector3.cpp889 # define vld1q_f32_aligned_postincrement( _ptr ) ({ float32x4_t _r; asm( "vld1.f32 {%0}, [%1, :128]… macro
892 # define vld1q_f32_aligned_postincrement( _ptr) ({ float32x4_t _r = ((float32x4_t*)(_ptr))[0]; (_pt… macro
899 float32x4_t vvec = vld1q_f32_aligned_postincrement( vec ); in _maxdot_large_v0()
912 float32x4_t v0 = vld1q_f32_aligned_postincrement( vv ); in _maxdot_large_v0()
913 float32x4_t v1 = vld1q_f32_aligned_postincrement( vv ); in _maxdot_large_v0()
914 float32x4_t v2 = vld1q_f32_aligned_postincrement( vv ); in _maxdot_large_v0()
915 float32x4_t v3 = vld1q_f32_aligned_postincrement( vv ); in _maxdot_large_v0()
941 v0 = vld1q_f32_aligned_postincrement( vv ); in _maxdot_large_v0()
942 v1 = vld1q_f32_aligned_postincrement( vv ); in _maxdot_large_v0()
943 v2 = vld1q_f32_aligned_postincrement( vv ); in _maxdot_large_v0()
[all …]