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
148 has_fp16, in FromVariant()
157 bool has_fp16 = (bitmap & kFP16BitField) != 0; in FromBitmap() local
164 has_fp16, in FromBitmap()
177 bool has_fp16 = false; in FromCppDefines() local
191 has_fp16 = true; in FromCppDefines()
206 has_fp16, in FromCppDefines()
221 bool has_fp16 = false; in FromHwcap() local
229 has_fp16 = hwcaps & HWCAP_FPHP ? true : false; in FromHwcap()
238 has_fp16, in FromHwcap()
[all …]
Dinstruction_set_features_arm64.h113 bool has_fp16, in Arm64InstructionSetFeatures() argument
121 has_fp16_(has_fp16), in Arm64InstructionSetFeatures()