OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:div5
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/manual-tests/resources/
hash-ref-test.html
22
<div id="
div5
">
div5
</div>
/external/webkit/WebCore/manual-tests/
hash-ref.html
14
<li>Set hash ref to "#
div5
" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the
div5
box <em>without</em> reloading the page.</li>
/frameworks/base/opengl/libagl/
dxt.cpp
39
// #define
div5
(x) ((x)/5)
45
#define
div5
(x) (((x)*3277) >> 14)
macro
496
a[2] =
div5
(4*alpha0 + alpha1);
497
a[4] =
div5
(2*alpha0 + 3*alpha1);
Completed in 13 milliseconds