OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intrin
(Results
1 - 25
of
147
) sorted by null
1
2
3
4
5
6
/external/clang/test/CodeGen/
ms-mm-align.c
5
//
Intrin
.h needs size_t, but -ffreestanding prevents us from getting it from
8
#include <
Intrin
.h>
ms-intrinsics.c
11
//
Intrin
.h needs size_t, but -ffreestanding prevents us from getting it from
15
#include <
Intrin
.h>
/external/clang/test/Sema/
builtins-decl.c
5
// mingw-w64's
intrin
.h has decls below.
/external/opencv3/cmake/templates/
opencv_abi.xml.in
24
opencv2/hal/
intrin
*
/external/clang/test/Headers/
altivec-intrin.c
15
// FIXME: As noted in ms-
intrin
.cpp, it would be nice if we didn't have to
ms-intrin.cpp
23
//
Intrin
.h needs size_t, but -ffreestanding prevents us from getting it from
27
#include <
Intrin
.h>
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_cpuinfo.h
33
/* Need to do this here because
intrin
.h has C++ code in it */
34
/* Visual Studio 2005 has a bug where
intrin
.h conflicts with winnt.h */
36
#include <
intrin
.h>
44
#include <
intrin
.h>
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_cpuinfo.h
33
/* Need to do this here because
intrin
.h has C++ code in it */
34
/* Visual Studio 2005 has a bug where
intrin
.h conflicts with winnt.h */
36
#include <
intrin
.h>
44
#include <
intrin
.h>
/prebuilts/misc/windows/sdl2/include/
SDL_cpuinfo.h
33
/* Need to do this here because
intrin
.h has C++ code in it */
34
/* Visual Studio 2005 has a bug where
intrin
.h conflicts with winnt.h */
36
#include <
intrin
.h>
44
#include <
intrin
.h>
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_cpuinfo.h
33
/* Need to do this here because
intrin
.h has C++ code in it */
34
/* Visual Studio 2005 has a bug where
intrin
.h conflicts with winnt.h */
36
#include <
intrin
.h>
44
#include <
intrin
.h>
/external/libvpx/libvpx/vpx_ports/
bitops.h
19
# include <math.h> // the ceil() definition must precede
intrin
.h
21
# include <
intrin
.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_systemdependent.h
15
# include <math.h> // the ceil() definition must precede
intrin
.h
17
# include <
intrin
.h>
/external/compiler-rt/lib/profile/
CMakeLists.txt
4
#include <
Intrin
.h> /* Workaround for PR19898. */
/external/jemalloc/include/msvc_compat/
strings.h
7
# include <
intrin
.h>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ivec.h
14
#include <
intrin
.h>
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btCpuFeatureUtility.h
11
#include <
intrin
.h>
/external/llvm/cmake/modules/
CheckAtomic.cmake
46
#include <
Intrin
.h> /* Workaround for PR19898. */
/external/opencv3/modules/hal/
precomp.hpp
44
#include "opencv2/hal/
intrin
.hpp"
/external/opencv3/modules/hal/src/
precomp.hpp
44
#include "opencv2/hal/
intrin
.hpp"
/external/webrtc/webrtc/system_wrappers/source/
cpu_features.cc
16
#include <
intrin
.h>
/external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateKernelFeatures.cpp
27
void addAttrToCallers(Function *
Intrin
, StringRef AttrName);
58
void AMDGPUAnnotateKernelFeatures::addAttrToCallers(Function *
Intrin
,
62
for (User *U :
Intrin
->users()) {
/external/clang/lib/Headers/
CMakeLists.txt
31
Intrin
.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c
14
#include <
intrin
.h>
/external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp
301
#define OPENCV_HAL_IMPL_NEON_BIN_OP(bin_op, _Tpvec,
intrin
) \
304
return _Tpvec(
intrin
(a.val, b.val)); \
308
a.val =
intrin
(a.val, b.val); \
399
#define OPENCV_HAL_IMPL_NEON_FLT_BIT_OP(bin_op,
intrin
) \
402
return v_float32x4(vreinterpretq_f32_s32(
intrin
(vreinterpretq_s32_f32(a.val), vreinterpretq_s32_f32(b.val)))); \
406
a.val = vreinterpretq_f32_s32(
intrin
(vreinterpretq_s32_f32(a.val), vreinterpretq_s32_f32(b.val))); \
441
#define OPENCV_HAL_IMPL_NEON_BIN_FUNC(_Tpvec, func,
intrin
) \
444
return _Tpvec(
intrin
(a.val, b.val)); \
/external/libchrome/base/
atomicops_internals_x86_msvc.h
12
#include <
intrin
.h>
Completed in 1691 milliseconds
1
2
3
4
5
6