OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCH_ARM_HAVE_VFP
(Results
1 - 8
of
8
) sorted by null
/build/core/combo/arch/arm/
armv7-a.mk
5
ARCH_ARM_HAVE_VFP
:= true
armv7-a-neon.mk
5
ARCH_ARM_HAVE_VFP
:= true
/frameworks/compile/libbcc/
libbcc-targets.mk
21
ifeq ($(
ARCH_ARM_HAVE_VFP
),true)
/frameworks/base/native/graphics/jni/
Android.mk
8
ifneq ($(
ARCH_ARM_HAVE_VFP
),true)
/frameworks/rs/cpu_ref/
Android.mk
59
ifeq ($(
ARCH_ARM_HAVE_VFP
),true)
rsCpuCore.cpp
208
#if defined(
ARCH_ARM_HAVE_VFP
) || defined(ARCH_ARM_USE_INTRINSICS)
[
all
...]
rsCpuIntrinsicBLAS.cpp
676
#if defined(
ARCH_ARM_HAVE_VFP
) || defined(ARCH_ARM_USE_INTRINSICS)
[
all
...]
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
115
#if defined(__HOST__) || defined(
ARCH_ARM_HAVE_VFP
)
120
#endif // __HOST__ ||
ARCH_ARM_HAVE_VFP
Completed in 371 milliseconds