Home
last modified time | relevance | path

Searched defs: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
157 bool has_fp16 = (bitmap & kFP16BitField) != 0; in FromBitmap() local
177 bool has_fp16 = false; in FromCppDefines() local
221 bool has_fp16 = false; in FromHwcap() local
340 bool has_fp16 = has_fp16_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_arm64.h113 bool has_fp16, in Arm64InstructionSetFeatures()