Searched defs:isDouble (Results 1 – 9 of 9) sorted by relevance
49 isDouble(const Formattable& n) in isDouble() function
222 - (BOOL)isDouble; // Not a valid property method
215 - (BOOL)isDouble; // Not a valid property method
218 - (BOOL)isDouble; // Not a valid property method
509 bool isDouble = false; in decodeNumber() local
1174 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value
815 public boolean isDouble () { in isDouble() method in JsonValue
175 bool isDouble() const { return Float && ElementBitwidth == 64; } in isDouble() function in __anonb7c1857d0111::Type
1106 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local