HomeSort by relevance Sort by last modified time
    Searched refs:fltCategory (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 170 enum fltCategory {
185 APFloat(const fltSemantics &, fltCategory, bool negative);
319 fltCategory getCategory() const { return category; }
444 fltCategory category: 3;
  /external/llvm/include/llvm/ADT/
APFloat.h 181 enum fltCategory {
439 fltCategory getCategory() const { return category; }
639 fltCategory category : 3;
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp 755 fltCategory ourCategory, bool negative)
    [all...]

Completed in 111 milliseconds