Searched refs:getWord (Results 1 – 16 of 16) sorted by relevance
103 int getWord();114 int getWord();
141 m_width = m_strm.getWord(); in readHeader()142 m_height = m_strm.getWord(); in readHeader()256 int code = m_strm.getWord(); in readData()345 int code = m_strm.getWord(); in readData()
251 int RLByteStream::getWord() in getWord() function in cv::RLByteStream292 int RMByteStream::getWord() in getWord() function in cv::RMByteStream
53 return ((ANameVariable) variable).getWord().getText(); in quickEval()84 descendVariable(node.getWord().getText()); in caseANameVariable()
254 result.append(node.getWord().getText()); in getFullFunctionName()
444 argumentNames[i++] = ((ANameVariable) argument).getWord().getText(); in caseADefCommand()
37 public TWord getWord() in getWord() method in ANameVariable
133 String name = ((ANameVariable) functionName).getWord().getText(); in isNumericFunction()
235 String name = ((ANameVariable) nvar).getWord().getText(); in escapeNameOf()
73 components.add(new StringExpression(node.getWord().getText())); in caseANameVariable()
159 fullFunctionName.append(node11.getWord().getText()); in caseAFunctionExpression()
329 fullFunctionName.append(node11.getWord().getText()); in caseAFunctionExpression()
1498 if(node.getWord() != null) in caseANameVariable()1500 node.getWord().apply(this); in caseANameVariable()
1505 if(node.getWord() != null) in caseANameVariable()1507 node.getWord().apply(this); in caseANameVariable()
156 uint64_t getWord(unsigned bitPosition) const { in getWord() function
877 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble()880 return double(getWord(0)); in roundToDouble()