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

  /external/llvm/include/llvm/ADT/
APFloat.h 170 enum fltCategory {
185 APFloat(const fltSemantics &, fltCategory, bool negative);
320 fltCategory getCategory() const { return category; }
455 fltCategory category: 3;
  /external/llvm/lib/Support/
APFloat.cpp 732 fltCategory ourCategory, bool negative) {
    [all...]

Completed in 393 milliseconds