Home
last modified time | relevance | path

Searched refs:has_fp16 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc111 bool has_fp16 = FindVariantInArray(arm64_variants_with_fp16, in FromVariant() local
144 has_fp16, in FromVariant()
152 bool has_fp16 = (bitmap & kFP16BitField) != 0; in FromBitmap() local
158 has_fp16, in FromBitmap()
170 bool has_fp16 = false; in FromCppDefines() local
183 has_fp16 = true; in FromCppDefines()
194 has_fp16, in FromCppDefines()
208 bool has_fp16 = false; in FromHwcap() local
215 has_fp16 = hwcaps & HWCAP_FPHP ? true : false; in FromHwcap()
223 has_fp16, in FromHwcap()
[all …]
Dinstruction_set_features_arm64.h109 bool has_fp16, in Arm64InstructionSetFeatures() argument
116 has_fp16_(has_fp16), in Arm64InstructionSetFeatures()