Home
last modified time | relevance | path

Searched refs:Digit (Results 1 – 11 of 11) sorted by relevance

/minix3/minix/drivers/power/acpi/executer/
H A Dexoparg1.c291 UINT64 Digit; in AcpiExOpcode_1A_1T_1R() local
370 Digit = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
374 for (i = 0; (i < AcpiGbl_IntegerNybbleWidth) && (Digit > 0); i++) in AcpiExOpcode_1A_1T_1R()
378 Temp32 = ((UINT32) Digit) & 0xF; in AcpiExOpcode_1A_1T_1R()
399 Digit >>= 4; in AcpiExOpcode_1A_1T_1R()
410 Digit = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
414 for (i = 0; (i < AcpiGbl_IntegerNybbleWidth) && (Digit > 0); i++) in AcpiExOpcode_1A_1T_1R()
416 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Temp32); in AcpiExOpcode_1A_1T_1R()
428 if (Digit > 0) in AcpiExOpcode_1A_1T_1R()
H A Dexconvrt.c318 UINT64 Digit; in AcpiExConvertToAscii() local
363 Digit = Integer; in AcpiExConvertToAscii()
366 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder); in AcpiExConvertToAscii()
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.out59 \BOOKMARK [1][-]{section.4.3}{Bit and Digit Shifting}{chapter.4}
95 \BOOKMARK [2][-]{subsection.6.3.1}{Digit Based Montgomery Reduction}{section.6.3}
107 \BOOKMARK [2][-]{subsection.7.1.1}{Single Digit Exponentiation}{section.7.1}
119 \BOOKMARK [1][-]{section.8.2}{Single Digit Helpers}{chapter.8}
120 \BOOKMARK [2][-]{subsection.8.2.1}{Single Digit Addition and Subtraction}{section.8.2}
121 \BOOKMARK [2][-]{subsection.8.2.2}{Single Digit Multiplication}{section.8.2}
122 \BOOKMARK [2][-]{subsection.8.2.3}{Single Digit Division}{section.8.2}
123 \BOOKMARK [2][-]{subsection.8.2.4}{Single Digit Root Extraction}{section.8.2}
H A Dbn.tex646 \subsection{Single Digit}
921 \subsection{Single Digit}
1548 \section{Single Digit Exponentiation}
1816 \section{Single Digit Functions}
H A Dtommath.tex2010 \section{Bit and Digit Shifting}
3992 \subsection{Digit Based Montgomery Reduction}
4783 \subsection{Single Digit Exponentiation}
5518 \section{Single Digit Helpers}
5523 \subsection{Single Digit Addition and Subtraction}
5561 \subsection{Single Digit Multiplication}
5609 \subsection{Single Digit Division}
5668 \subsection{Single Digit Root Extraction}
H A Dtommath.src1911 \section{Bit and Digit Shifting}
3801 \subsection{Digit Based Montgomery Reduction}
4548 \subsection{Single Digit Exponentiation}
5252 \section{Single Digit Helpers}
5257 \subsection{Single Digit Addition and Subtraction}
5290 \subsection{Single Digit Multiplication}
5333 \subsection{Single Digit Division}
5387 \subsection{Single Digit Root Extraction}
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp148 static bool doesRoundUp(char Digit) { in doesRoundUp() argument
149 switch (Digit) { in doesRoundUp()
H A DAPInt.cpp2262 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local
2263 Str.push_back(Digits[Digit]); in toString()
2273 unsigned Digit = (unsigned)APdigit.getZExtValue(); in toString() local
2274 assert(Digit < Radix && "divide failed"); in toString()
2275 Str.push_back(Digits[Digit]); in toString()
/minix3/share/locale/ctype/
H A Dko_KR.eucKR.src88 DIGIT 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* Greek Digit */
91 SWIDTH2 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* Greek Digit */
H A Dja_JP.eucJP.src62 DIGIT 0xa3b0 - 0xa3b9 /* Zenkaku Digit */
65 SWIDTH2 0xa3b0 - 0xa3b9 /* Zenkaku Digit */
/minix3/external/bsd/libc++/dist/libcxx/include/
H A Dlocale1039 // Digit grouping checked
1089 // Digit grouping checked
1144 // Digit grouping checked