Searched refs:v0 (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/build/issue34613-neon/jni/ |
D | issue34613-neon.cpp | 4 void x(float32x4_t v0, float32_t f) in x() argument 6 float32x4_t vv = vmulq_n_f32( v0, f); in x()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | valarray_test.cpp | 115 valarray<double> v0(2, 10); in transcendentals() local 116 valarray<double> v1(v0[slice(0, 1, 5)]); in transcendentals() 117 v0[slice(0, 1, 5)] = 5; in transcendentals() 118 valarray<double> v2(v0[gslice()]); in transcendentals() 120 valarray<double> v4(v0[valarray<size_t>()]); in transcendentals()
|
D | iter_test.cpp | 135 bool v0 = *i1; in iterswp2() local 140 CPPUNIT_ASSERT(( *i1 == v1 && *i2 == v0 )); in iterswp2()
|
/ndk/tests/device/test-stlport/unit/ |
D | valarray_test.cpp | 115 valarray<double> v0(2, 10); in transcendentals() local 116 valarray<double> v1(v0[slice(0, 1, 5)]); in transcendentals() 117 v0[slice(0, 1, 5)] = 5; in transcendentals() 118 valarray<double> v2(v0[gslice()]); in transcendentals() 120 valarray<double> v4(v0[valarray<size_t>()]); in transcendentals()
|
D | iter_test.cpp | 135 bool v0 = *i1; in iterswp2() local 140 CPPUNIT_ASSERT(( *i1 == v1 && *i2 == v0 )); in iterswp2()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get_float.cpp | 124 const uint64 v0 = v & low_mask; in _Stl_mult64() local 127 uint64 t = u0 * v0; in _Stl_mult64() 130 t = u1 * v0 + (t >> 32); in _Stl_mult64()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 196 SAVE_VECTOR_UNALIGNED( v0, 424+0x000)
|