Home
last modified time | relevance | path

Searched refs:anc (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/base/
Ddivision-by-constant.cc24 const T anc = t - 1 - t % ad; // Absolute value of nc in SignedDivisionByConstant() local
26 T q1 = min / anc; // Init. q1 = 2**p/|nc|. in SignedDivisionByConstant()
27 T r1 = min - q1 * anc; // Init. r1 = rem(2**p, |nc|). in SignedDivisionByConstant()
35 if (r1 >= anc) { // Must be an unsigned comparison here. in SignedDivisionByConstant()
37 r1 = r1 - anc; in SignedDivisionByConstant()
/external/curl/docs/examples/
Dadddocsref.pl16 my ($prefix, $anc) = ($1, $2);
17 $anc =~ s/_//g;
18 print NEW "$prefix/* $docroot/curl_easy_setopt.html#$anc */\n";
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIntDiv.h213 unsigned anc = t - 1 - t%ad; // Absolute value of nc.
215 unsigned q1 = two31/anc; // Init. q1 = 2**p/|nc|.
216 unsigned r1 = two31 - q1*anc; // Init. r1 = rem(2**p, |nc|).
224 if (r1 >= anc) { // (Must be an unsigned
226 r1 = r1 - anc;}
/external/icu/icu4c/source/data/brkitr/
Dfr.txt26 "anc.",
/external/llvm/lib/Support/
DAPInt.cpp1426 APInt ad, anc, delta, q1, r1, q2, r2, t; in magic() local
1432 anc = t - 1 - t.urem(ad); // absolute value of nc in magic()
1434 q1 = signedMin.udiv(anc); // initialize q1 = 2p/abs(nc) in magic()
1435 r1 = signedMin - q1*anc; // initialize r1 = rem(2p,abs(nc)) in magic()
1442 if (r1.uge(anc)) { // must be unsigned comparison in magic()
1444 r1 = r1 - anc; in magic()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1497 APInt ad, anc, delta, q1, r1, q2, r2, t; in magic() local
1503 anc = t - 1 - t.urem(ad); // absolute value of nc in magic()
1505 q1 = signedMin.udiv(anc); // initialize q1 = 2p/abs(nc) in magic()
1506 r1 = signedMin - q1*anc; // initialize r1 = rem(2p,abs(nc)) in magic()
1513 if (r1.uge(anc)) { // must be unsigned comparison in magic()
1515 r1 = r1 - anc; in magic()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_klex.pkb50 ancêtres4andante%N8NE!+android 6!5A%82B=8ange5anglaisO anglaisez angoisse�animal|…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_klex.pkb3anc�app�asp�aut�avr�ben�can�cer�cit�com�com�con�con�con�cos�dav�dev�dip�don �eco…
/external/libxml2/
Dxmlschemas.c17917 xmlSchemaTypePtr anc; in xmlSchemaTypeFixupWhitespace() local
17919 for (anc = type->baseType; anc != NULL && in xmlSchemaTypeFixupWhitespace()
17920 anc->builtInType != XML_SCHEMAS_ANYTYPE; in xmlSchemaTypeFixupWhitespace()
17921 anc = anc->baseType) { in xmlSchemaTypeFixupWhitespace()
17923 if (anc->type == XML_SCHEMA_TYPE_BASIC) { in xmlSchemaTypeFixupWhitespace()
17924 if (anc->builtInType == XML_SCHEMAS_NORMSTRING) { in xmlSchemaTypeFixupWhitespace()
17927 } else if ((anc->builtInType == XML_SCHEMAS_STRING) || in xmlSchemaTypeFixupWhitespace()
17928 (anc->builtInType == XML_SCHEMAS_ANYSIMPLETYPE)) { in xmlSchemaTypeFixupWhitespace()
/external/icu/icu4c/source/data/misc/
DlikelySubtags.txt46 anc{"anc_Latn_ZZ"}
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_lexpos.utf2576 N_M_PL "ancêtres" :G2P
Dfr-FR_tpp_net.utf1458 7682 "anc"
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...