OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_fp
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
963
int
has_fp
= (hwcaps & HWCAP_FP);
local
971
if(
has_fp
== 0) {
978
if (
has_fp
)
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
964
int
has_fp
= (hwcaps & HWCAP_FP);
local
972
if(
has_fp
== 0) {
979
if (
has_fp
)
[
all
...]
Completed in 43 milliseconds