OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86_FEATURE_FPU
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
cpufeature_32.h
22
#define
X86_FEATURE_FPU
(0*32+ 0)
114
#define cpu_has_fpu boot_cpu_has(
X86_FEATURE_FPU
)
/development/ndk/platforms/android-5/arch-x86/include/asm/
cpufeature_32.h
22
#define
X86_FEATURE_FPU
(0*32+ 0)
114
#define cpu_has_fpu boot_cpu_has(
X86_FEATURE_FPU
)
/external/kernel-headers/original/asm-x86/
cpufeature_32.h
18
#define
X86_FEATURE_FPU
(0*32+ 0) /* Onboard FPU */
133
#define cpu_has_fpu boot_cpu_has(
X86_FEATURE_FPU
)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
cpufeature_32.h
22
#define
X86_FEATURE_FPU
(0*32+ 0)
114
#define cpu_has_fpu boot_cpu_has(
X86_FEATURE_FPU
)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
cpufeature_32.h
22
#define
X86_FEATURE_FPU
(0*32+ 0)
114
#define cpu_has_fpu boot_cpu_has(
X86_FEATURE_FPU
)
Completed in 1993 milliseconds