Searched defs:Radix (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/libtommath/
H A Dbn.tex1493 \section{Restricted Dimminished Radix}
1495 ``Dimminished Radix'' reduction refers to reduction with respect to moduli that are ameniable to simple
1526 \section{Unrestricted Dimminshed Radix}
1567 detect when Barrett, Montgomery, Restricted and Unrestricted Dimminished Radix based exponentiation can be used. Generally
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp201 unsigned Radix = doLookAhead(CurPtr, 10); local
202 bool isHex = Radix == 16;
212 if (Result.getAsInteger(Radix, Value)) {
216 if (Result.getAsInteger(Radix, UValue))
223 if (Radix == 2 || Radix == 16)
290 unsigned Radix = doLookAhead(CurPtr, 8); local
291 bool isHex = Radix == 16;
293 if (Result.getAsInteger(Radix, Value))
298 if (Radix
[all...]
/external/clang/lib/Lex/
H A DLiteralSupport.cpp809 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { argument
810 switch (Radix) {
820 llvm_unreachable("impossible Radix");
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c629 value Radix) {
631 Int_val(Radix));
628 llvm_const_int_of_string(LLVMTypeRef IntTy, value S, value Radix) argument
/external/llvm/lib/IR/
H A DCore.cpp642 uint8_t Radix) {
644 Radix));
648 unsigned SLen, uint8_t Radix) {
650 Radix));
641 LLVMConstIntOfString(LLVMTypeRef IntTy, const char Str[], uint8_t Radix) argument
647 LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[], unsigned SLen, uint8_t Radix) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 240 milliseconds