OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_f16c
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/util/
cpuid.c
82
int
has_f16c
= TestCpuFlag(kCpuHasF16C);
local
92
printf("Has F16C %x\n",
has_f16c
);
/external/libyuv/files/unit_test/
cpu_test.cc
48
int
has_f16c
= TestCpuFlag(kCpuHasF16C);
local
49
printf("Has F16C %x\n",
has_f16c
);
Completed in 207 milliseconds