Searched refs:sub (Results 551 - 559 of 559) sorted by relevance

<<212223

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.cpp3502 m_jit.assembler().sub(quotientThenRemainderGPR, dividendGPR, multiplyAnswerGPR);
3504 m_jit.assembler().sub<32>(quotientThenRemainderGPR, dividendGPR, multiplyAnswerGPR);
/macosx-10.10/vim-55/runtime/syntax/
H A Dmuttrc.vim446 syn match muttrcFunction contained "\<tag-\%(pattern\|\%(sub\)\?thread\|prefix\%(-cond\)\?\)\>"
H A Dperl6.vim88 \ "macro sub submethod method multi proto only rule token regex category",
/macosx-10.10/libxml2-26/libxml2/
H A Dtestapi.c8178 xmlDictPtr sub; /* an existing dictionnary */ local
8183 sub = gen_xmlDictPtr(n_sub, 0);
8185 ret_val = xmlDictCreateSub(sub);
8188 des_xmlDictPtr(n_sub, sub, 0);
33448 xmlExpNodePtr sub; /* the subexpression */ local
33457 sub = gen_xmlExpNodePtr(n_sub, 2);
33459 ret_val = xmlExpSubsume(ctxt, exp, sub);
33464 des_xmlExpNodePtr(n_sub, sub, 2);
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtestapi.c8182 xmlDictPtr sub; /* an existing dictionnary */ local
8187 sub = gen_xmlDictPtr(n_sub, 0);
8189 ret_val = xmlDictCreateSub(sub);
8192 des_xmlDictPtr(n_sub, sub, 0);
33178 xmlExpNodePtr sub; /* the subexpression */ local
33187 sub = gen_xmlExpNodePtr(n_sub, 2);
33189 ret_val = xmlExpSubsume(ctxt, exp, sub);
33194 des_xmlExpNodePtr(n_sub, sub, 2);
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex467 reasons that will be explained in the following sub-sections.
2512 Recall from sub-section 4.2.2 the definition of $\gamma$ as the number of bits in the type \textbf{mp\_digit}. We shall now extend the variable set to
2514 constant $\delta = 2^{\alpha - 2lg(\beta)}$ will represent the maximal weight of any column in a product (\textit{see sub-section 5.2.2 for more information}).
3051 of two, two divisions by three and one multiplication by three. All of these $19$ sub-operations require less than quadratic time, meaning that
4105 the size of the input. This algorithm is discussed in sub-section 6.3.3.
6532 the multiplicative sub group is $n - 1$. Any base $a$ must have an order which divides $n - 1$ and as such $a^n$ is equivalent to
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js4558 * Dummy function for sub-menus without URLs *
4720 MTMItemName = "sub" + (MTMClickedItem ? MTMClickedItem : MTMTrackedItem);
4990 tempString += '<a name="sub' + thisItem.number + '" href="javascript:parent.frames[\'code\'].myVoid();" onclick="' + thisCmd + '" onmouseover="window.status=\'' + thisText + '\';return true;" onmouseout="window.status=\'' + window.defaultStatus.replace(/'/g,"") + '\';return true;"';
5006 tempString += ' name="sub' + thisItem.number + '"';
5061 // variable for determining whether a sub-menu always gets a plus-sign
5062 // regardless of whether it holds another sub-menu or not
5108 // Whether you want an open sub-menu to close automagically
5109 // when another sub-menu is opened. 'true' means auto-close
5314 //expand the second item to display the sub contents on first display
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp6656 bool isSub = ARM_AM::getAM2Op(Offset) == ARM_AM::sub;
7128 // (sub x, (select cc, 0, c)) -> (select cc, x, (sub, x, c))
7475 // fold (sub x, (select cc, 0, c)) -> (select cc, x, (sub, x, c))
7561 // (mul x, 2^N - 1) => (sub (shl x, N), x)
7573 // (mul x, -(2^N - 1)) => (sub x, (shl x, N))
9324 /// *or sub* immediate, that is the target has add or sub instructions which can
9328 // Same encoding for add/sub, jus
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim7409 " call Decho("response: ok<".ok."> (after sub)")

Completed in 686 milliseconds

<<212223