HomeSort by relevance Sort by last modified time
    Searched defs:HasFP16 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 101 /// HasFP16 - True if subtarget supports half-precision FP (We support VFP+HF
103 bool HasFP16;
218 bool hasFP16() const { return HasFP16; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 153 /// HasFP16 - True if subtarget supports half-precision FP conversions
154 bool HasFP16 = false;
479 bool hasFP16() const { return HasFP16; }

Completed in 702 milliseconds