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

  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 180 bool IsIntegral = isa<BitsInit>(I);
187 OS << "(" << (IsIntegral ? FieldType : "StringRef") << " " << Field
190 if (IsIntegral) {
203 if (IsIntegral)
223 bool IsIntegral = isa<BitsInit>(I);
227 OS << "(" << (IsIntegral ? FieldType : "StringRef") << " " << Field
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaDataTable.py 147 def IsIntegral(self):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaDataTable.py 148 def IsIntegral(self):
  /external/jsoncpp/src/lib_json/
json_value.cpp 1087 static bool IsIntegral(double d) {
1104 IsIntegral(value_.real_);
1119 IsIntegral(value_.real_);
1138 value_.real_ < double(maxInt64) && IsIntegral(value_.real_);
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 39 inline bool IsIntegral(double value) {
484 if (json_value->type != cJSON_Number || !IsIntegral(d) ||
501 if (json_value->type != cJSON_Number || !IsIntegral(d) ||
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp     [all...]

Completed in 537 milliseconds