Searched defs:isDouble (Results 1 – 13 of 13) sorted by relevance
51 isDouble(const Formattable& n) in isDouble() function
80 void showXMM ( XMM* vec, int isDouble ) in showXMM()97 void showYMM ( YMM* vec, int isDouble ) in showYMM()105 void showBlock ( char* msg, Block* block, int isDouble ) in showBlock()
286 bool isDouble = N->getValueType(0) == MVT::f64; in Select() local
623 bool isDouble = Op.getValueType() == MVT::f64; in LowerOperation() local630 bool isDouble = Op.getOperand(0).getValueType() == MVT::f64; in LowerOperation() local
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
719 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local
177 bool isDouble() const { return Float && ElementBitwidth == 64; } in isDouble() function in __anon66c363900111::Type
1150 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local
3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value