Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc119 bool has_fp16 = FindVariantInArray(arm64_variants_with_fp16, in FromVariant() local
165 bool has_fp16 = (bitmap & kFP16BitField) != 0; in FromBitmap() local
185 bool has_fp16 = false; in FromCppDefines() local
229 bool has_fp16 = false; in FromHwcap() local
364 bool has_fp16 = has_fp16_; in AddFeaturesFromSplitString() local
H A Dinstruction_set_features_arm64.h124 bool has_fp16, in Arm64InstructionSetFeatures()