OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mm_castps_pd
(Results
1 - 25
of
27
) sorted by null
1
2
/external/libvpx/libvpx/vpx_ports/
emmintrin_compat.h
31
_mm_castps_pd
(__m128 __A)
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
emmintrin_compat.h
31
_mm_castps_pd
(__m128 __A)
function
/external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h
381
template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to),
_mm_castps_pd
(from)); }
701
first =
_mm_castps_pd
(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));
702
first =
_mm_castps_pd
(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
Complex.h
127
template<> EIGEN_STRONG_INLINE Packet2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(
_mm_castps_pd
(a.v)))); }
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h
325
#define btCastfTo128d(a) (
_mm_castps_pd
(a))
/external/vulkan-validation-layers/libs/glm/detail/
setup.hpp
620
inline __m128d
_mm_castps_pd
(__m128 PS) { union { __m128 ps; __m128d pd; } c; c.ps = PS; return c.pd; }
function
/external/clang/lib/Headers/
emmintrin.h
1458
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
emmintrin.h
1442
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
emmintrin.h
1441
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
emmintrin.h
1458
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
emmintrin.h
1458
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
emmintrin.h
1458
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
emmintrin.h
1441
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
emmintrin.h
1458
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
emmintrin.h
1458
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
emmintrin.h
1458
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
emmintrin.h
1442
_mm_castps_pd
(__m128 __a)
function
[
all
...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
emmintrin.h
1988
_mm_castps_pd
(__m128 __A)
function
[
all
...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
emmintrin.h
1988
_mm_castps_pd
(__m128 __A)
function
[
all
...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
emmintrin.h
1513
_mm_castps_pd
(__m128 __A)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
emmintrin.h
1495
_mm_castps_pd
(__m128 __A)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
emmintrin.h
1495
_mm_castps_pd
(__m128 __A)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
emmintrin.h
1495
_mm_castps_pd
(__m128 __A)
function
[
all
...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
emmintrin.h
1513
_mm_castps_pd
(__m128 __A)
function
[
all
...]
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
emmintrin.h
1394
_mm_castps_pd
(__m128 __a)
function
[
all
...]
Completed in 1530 milliseconds
1
2