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.cc119 bool has_fp16 = FindVariantInArray(arm64_variants_with_fp16, in FromVariant() local
156 has_fp16, in FromVariant()
165 bool has_fp16 = (bitmap & kFP16BitField) != 0; in FromBitmap() local
172 has_fp16, in FromBitmap()
185 bool has_fp16 = false; in FromCppDefines() local
199 has_fp16 = true; in FromCppDefines()
214 has_fp16, in FromCppDefines()
229 bool has_fp16 = false; in FromHwcap() local
237 has_fp16 = hwcaps & HWCAP_FPHP ? true : false; in FromHwcap()
246 has_fp16, in FromHwcap()
[all …]
Dinstruction_set_features_arm64.h124 bool has_fp16, in Arm64InstructionSetFeatures() argument
132 has_fp16_(has_fp16), in Arm64InstructionSetFeatures()