Searched refs:firstDigit (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dbmputils.h19 int firstDigit = (int)(dec/16.0); local
20 int secondDigit = (int)(dec - (firstDigit*16.0));
21 buf[0] = hexArray[firstDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp835 int firstDigit, secondDigit; local
838 firstDigit = buf[0] - wxT('A') + 10;
840 firstDigit = buf[0] - wxT('0');
847 return firstDigit * 16 + secondDigit;
853 int firstDigit = (int)(dec/16.0); local
854 int secondDigit = (int)(dec - (firstDigit*16.0));
855 buf[0] = sg_HexArray[firstDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp208 int firstDigit, secondDigit; local
211 firstDigit = buf.GetChar(0) - wxT('A') + 10;
213 firstDigit = buf.GetChar(0) - wxT('0');
220 return (firstDigit & 0xF) * 16 + (secondDigit & 0xF );
226 int firstDigit = (int)(dec/16.0); local
227 int secondDigit = (int)(dec - (firstDigit*16.0));
228 buf[0] = hexArray[firstDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dpnghand.cpp802 int firstDigit = (int)(dec/16.0); local
803 int secondDigit = (int)(dec - (firstDigit*16.0));
804 buf[0] = hexArray[firstDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp878 int firstDigit, secondDigit;
888 firstDigit = (int)(*data/16.0);
889 secondDigit = (int)(*data - (firstDigit*16.0));
890 *(bufferindex++) = hexArray[firstDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp9507 int firstDigit = (int)(dec/16.0); local
9508 int secondDigit = (int)(dec - (firstDigit*16.0));
9509 buf[0] = hexArray[firstDigit];
9515 int firstDigit, secondDigit; local
9518 firstDigit = buf[0] - wxT('A') + 10;
9520 firstDigit = buf[0] - wxT('0');
9527 return (firstDigit & 0xF) * 16 + (secondDigit & 0xF );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...

Completed in 147 milliseconds