/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_deque.h | [all...] |
stl_vector.h | [all...] |
/external/valgrind/memcheck/docs/ |
mc-tech-docs.xml | 195 does its own special thing with these calls. In effect this [all...] |
/external/eigen/doc/ |
InsideEigenExample.dox | 35 The first important thing about compiling it, is that the arrays should be traversed only once, like 51 The second important thing about compiling the above program, is to make correct use of SSE2 instructions. Notice that Eigen also supports AltiVec and that all the discussion that we make here applies also to AltiVec. 55 However, in the above program, we have chosen size=50, so our vectors consist of 50 float's, and 50 is not a multiple of 4. This means that we cannot hope to do all of that computation using SSE2 instructions. The second best thing, to which we should aim, is to handle the 48 first coefficients with SSE2 instructions, since 48 is the biggest multiple of 4 below 50, and then handle separately, without SSE2, the 49th and 50th coefficients. Something like this:
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_g_l_y_f.py | 25 # Funny thing: Apple seems to _only_ do their thing in the 561 # fancy thing here, just get extremas of all coord
|
/external/icu/icu4c/source/common/ |
ucnv_lmb.c | 176 character sets? The first thing that was done, in the earlier years of 269 code point back into LMBCS. The first thing we do is look up into a table 616 function, which will do basically the same thing except set a different [all...] |
/external/llvm/docs/tutorial/ |
LangImpl7.rst | 271 variables is a useful thing regardless of whether you will be mutating 583 The other strange thing is that it requires the LHS to be a variable. It 681 With this in place, we can define the parser pieces. The first thing we
|
OCamlLangImpl2.rst | 45 subclass which we use for numeric literals. The important thing to note 69 expressions. One thing that is nice about our AST is that it captures 441 The next thing missing is handling of function prototypes. In [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
UpdateHandler.java | 207 // is a bug and it happens anyway, doing nothing is the right thing to do. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelper.java | 184 // first thing we do is convert the \ into / 378 // same thing for the library container 397 // same thing for the dependencies container [all...] |
/art/test/201-built-in-exception-detail-messages/src/ |
Main.java | 256 // There is no such thing as an array of void.
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strcmp.S | 64 /* The main thing to look out for when comparing large blocks is that
|
/bionic/libc/arch-arm/krait/bionic/ |
strcmp.S | 64 /* The main thing to look out for when comparing large blocks is that
|
/bionic/libc/dns/include/ |
resolv_private.h | 75 * It can change every day so the right thing to do with it is use it
|
/cts/tools/dasm/src/java_cup/ |
lalr_item.java | 236 /* if the dot is at the end, we have a problem, but the cleanest thing
|
/device/asus/fugu/libaudio/ |
AudioHardwareOutput.cpp | 76 // ATV pretty much always uses a 60fps output rate, and the only thing
|
/device/htc/flounder/audio/soundtrigger/ |
sound_trigger_hw.c | 315 // Start reading data from the DSP while the upper levels do their thing.
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 300 // First thing we need is an instance of the ANTLR 3.1 build tool
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3debugeventlistener.h | 113 /** This is the last thing executed before leaving a rule. It is
|
antlr3tokenstream.h | 287 * and reallocating the token pools if the thing you are building is
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 67 * This is the last thing executed before leaving a rule. It is
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 69 * This is the last thing executed before leaving a rule. It is
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventListener.java | 63 /** This is the last thing executed before leaving a rule. It is
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRLexer.m | 405 * a token, so do the easy thing and just kill a character and hope
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 178 m_simpleString = stringedValue; // then do the simple thing
|