/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 49 …intersector_helper1(const Object2 &inStored, Intersector &in) : stored(inStored), intersector(in) … in intersector_helper1() 50 …bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } in intersectVolume() 51 …bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); } in intersectObject() 52 Object2 stored; member 61 …intersector_helper2(const Object1 &inStored, Intersector &in) : stored(inStored), intersector(in) … in intersector_helper2() 62 …bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); } in intersectVolume() 63 …bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); } in intersectObject() 64 Object1 stored; member 186 minimizer_helper1(const Object2 &inStored, Minimizer &m) : stored(inStored), minimizer(m) {} in minimizer_helper1() 187 …Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); } in minimumOnVolume() [all …]
|
/external/eigen/doc/ |
D | I15_StorageOrders.dox | 16 The entries of a matrix form a two-dimensional grid. However, when the matrix is stored in memory, … 19 We say that a matrix is stored in \b row-major order if it is stored row by row. The entire first r… 20 stored first, followed by the entire second row, and so on. Consider for example the matrix 30 If this matrix is stored in row-major order, then the entries are laid out in memory as follows: 34 On the other hand, a matrix is stored in \b column-major order if it is stored column by column, st… 35 …ire first column, followed by the entire second column, and so on. If the above matrix is stored in 59 parameter is set to \c RowMajor, then the matrix or array is stored in row-major order; if it is se… 60 \c ColMajor, then it is stored in column-major order. This mechanism is used in the above Eigen pro… 80 …- Algorithms that traverse a matrix row by row will go faster when the matrix is stored in row-maj…
|
/external/clang/test/CodeGenCXX/ |
D | mangle-subst-std.cpp | 53 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_istream() 55 int stored; member 59 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream() 61 float stored; member
|
/external/dropbear/libtomcrypt/src/misc/pkcs5/ |
D | pkcs_5_2.c | 38 unsigned long stored, left, x, y; in pkcs_5_alg2() local 68 stored = 0; in pkcs_5_alg2() 105 out[stored++] = buf[1][y]; in pkcs_5_alg2() 109 *outlen = stored; in pkcs_5_alg2()
|
/external/zlib/src/examples/ |
D | gzlog.c | 296 uint stored; /* bytes currently in last stored block */ member 426 log->stored = PULL2(buf + HEAD + 32); in log_head() 448 PUT2(ext + 32, log->stored); in log_mark() 489 PUT2(buf + 2, log->stored); in log_last() 490 PUT2(buf + 4, log->stored ^ 0xffff); in log_last() 493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; in log_last() 517 put = (MAX_STORE << 10) - log->stored; in log_append() 526 log->stored += put; in log_append() 538 log->last += 4 + log->stored + 1; in log_append() 539 log->stored = 0; in log_append() [all …]
|
/external/chromium/net/disk_cache/ |
D | entry_impl.cc | 574 EntryStore* stored = entry_.Data(); in SanityCheck() local 575 if (!stored->rankings_node || stored->key_len <= 0) in SanityCheck() 578 if (stored->reuse_count < 0 || stored->refetch_count < 0) in SanityCheck() 581 Addr rankings_addr(stored->rankings_node); in SanityCheck() 586 Addr next_addr(stored->next); in SanityCheck() 594 if (stored->state > ENTRY_DOOMED || stored->state < ENTRY_NORMAL) in SanityCheck() 597 Addr key_addr(stored->long_key); in SanityCheck() 598 if ((stored->key_len <= kMaxInternalKeyLength && key_addr.is_initialized()) || in SanityCheck() 599 (stored->key_len > kMaxInternalKeyLength && !key_addr.is_initialized())) in SanityCheck() 606 ((stored->key_len <= kMaxBlockSize && key_addr.is_separate_file()) || in SanityCheck() [all …]
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | expect | 4 Extended attributes stored in inode body: 14 Extended attributes stored in inode body:
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebHistory.idl | 157 @discussion Limits the number of items that will be stored by the WebHistory. 158 @param limit The maximum number of items that will be stored by the WebHistory. 165 @result The maximum number of items that will be stored by the WebHistory. 173 stored history. 174 @param limit The maximum number of days to be read from stored history. 181 @return Returns the maximum number of days to be read from stored history.
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/ |
D | simple.apt | 28 Your input files under <<<antlr3>>> should be stored in sub directories that 37 Then the .g file should be stored in: <<<src/main/antlr3/org/jimi/themuss/parser.g>>>. THis way
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0006.txt | 22 Keys are stored as 47 Signatures are stored as 60 Encryption : Homebrew [based on X9.63, differs in that the public point is stored as an ECCPubli…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/ |
D | es-ES_zl0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
D | es-ES_zl0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/ |
D | de-DE_gl0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
D | de-DE_gl0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/ |
D | en-US_lh0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
D | en-US_lh0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/ |
D | en-GB_kh0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
D | en-GB_kh0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/ |
D | fr-FR_nk0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
D | fr-FR_nk0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/ |
D | it-IT_cm0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
D | it-IT_cm0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/libvpx/vp8/common/arm/armv6/ |
D | bilinearfilter_v6.asm | 78 strh r6, [r1], r3 ; result is transposed and stored 86 strh r8, [r1], r3 ; result is transposed and stored 186 strb r6, [r1], r2 ; the result is transposed back and stored 193 strb r8, [r1], r2 ; the result is transposed back and stored
|
/external/llvm/test/CodeGen/X86/ |
D | fp-immediate-shorten.ll | 1 ;; Test that this FP immediate is stored in the constant pool as a float.
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
D | Parallax.glsllib | 38 //parallax map is stored in the alpha channel of the normal map 66 //parallax map is stored in the alpha channel of the normal map
|