/external/v8/test/unittests/heap/ |
D | gc-idle-time-handler-unittest.cc | 96 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 108 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 119 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 131 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 143 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 151 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 161 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 170 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 179 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() 182 action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | covariance.cc | 48 bool Covariance::Compute( in Compute() function in ceres::Covariance 51 return impl_->Compute(covariance_blocks, problem->problem_impl_.get()); in Compute()
|
D | covariance_impl.h | 54 bool Compute(
|
/external/gemmlowp/internal/ |
D | compute.h | 51 void Compute() { in Compute() function 90 void Compute(const KernelBase& kernel, const BlockParams& block_params, in Compute() function 97 impl.Compute(); in Compute()
|
D | single_thread_gemm.h | 101 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in SingleThreadGemm()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | complexityMeasures.m | 35 % Compute each function's mean complexity 38 % Compute each function's maximum complexity in encoding 46 % Compute maximum complexity for a single frame (enc/dec separately and together)
|
/external/libmpeg2/common/arm/ |
D | ideint_spatial_filter_a9.s | 147 @ Compute shift for first half of the block 153 @ Compute shift 174 @ Compute shift for first half of the block 179 @ Compute shift
|
D | ideint_cac_a9.s | 127 @ Compute absolute diff between top and bottom row sums 140 @ Compute adj 145 @ Compute alt
|
/external/bison/m4/ |
D | po.m4 | 141 # Compute POFILES 143 # Compute UPDATEPOFILES 145 # Compute DUMMYPOFILES 147 # Compute GMOFILES 300 # Compute POTFILES_DEPS as 322 # Compute POFILES 324 # Compute UPDATEPOFILES 326 # Compute DUMMYPOFILES 328 # Compute GMOFILES 330 # Compute PROPERTIESFILES [all …]
|
/external/elfutils/m4/ |
D | po.m4 | 141 # Compute POFILES 143 # Compute UPDATEPOFILES 145 # Compute DUMMYPOFILES 147 # Compute GMOFILES 300 # Compute POTFILES_DEPS as 322 # Compute POFILES 324 # Compute UPDATEPOFILES 326 # Compute DUMMYPOFILES 328 # Compute GMOFILES 330 # Compute PROPERTIESFILES [all …]
|
/external/libexif/auto-m4/ |
D | po.m4 | 130 # Compute POFILES 132 # Compute UPDATEPOFILES 134 # Compute DUMMYPOFILES 136 # Compute GMOFILES 288 # Compute POTFILES_DEPS as 310 # Compute POFILES 312 # Compute UPDATEPOFILES 314 # Compute DUMMYPOFILES 316 # Compute GMOFILES 318 # Compute PROPERTIESFILES [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | multiple.inl | 62 detail::higherMultiple<std::numeric_limits<genType>::is_signed> Compute; local 63 return Compute(Source, Multiple);
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 78 Compute the matrix cosine. 95 Compute the matrix hyberbolic cosine. 112 Compute the matrix exponential. 167 Compute the matrix logarithm. 226 Compute the matrix raised to arbitrary real power. 288 Compute a matrix function. 344 Compute the matrix sine. 362 Compute the matrix hyperbolic sine. 379 Compute the matrix square root.
|
/external/ceres-solver/include/ceres/ |
D | covariance.h | 355 bool Compute(
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 107 \section TheSparseCompute The Compute Step 148 <TR><TH rowspan="4">vector_graphics <TD rowspan="4"> 12855 <TD rowspan="4"> 72069 <TH>Compute Time … 152 <TR><TH rowspan="4">poisson_SPD <TD rowspan="4"> 19788 <TD rowspan="4"> 308232 <TH>Compute Time <TD… 156 <TR><TH rowspan="4">sherman2 <TD rowspan="4"> 1080 <TD rowspan="4"> 23094 <TH>Compute Time <TD styl… 160 <TR><TH rowspan="4">bcsstk01_SPD <TD rowspan="4"> 48 <TD rowspan="4"> 400 <TH>Compute Time <TD>0.00… 164 <TR><TH rowspan="4">sherman1 <TD rowspan="4"> 1000 <TD rowspan="4"> 3750 <TH>Compute Time <TD>0.002… 168 <TR><TH rowspan="4">young1c <TD rowspan="4"> 841 <TD rowspan="4"> 4089 <TH>Compute Time <TD>0.00235… 172 <TR><TH rowspan="4">mhd1280b <TD rowspan="4"> 1280 <TD rowspan="4"> 22778 <TH>Compute Time <TD>0.00… 176 <TR><TH rowspan="4">crashbasis <TD rowspan="4"> 160000 <TD rowspan="4"> 1750416 <TH>Compute Time <T…
|
/external/iptables/extensions/ |
D | libxt_CHECKSUM.man | 5 Compute and fill in the checksum in a packet that lacks a checksum.
|
/external/v8/src/heap/ |
D | gc-idle-time-handler.h | 125 GCIdleTimeAction Compute(double idle_time_in_ms,
|
D | gc-idle-time-handler.cc | 122 GCIdleTimeAction GCIdleTimeHandler::Compute(double idle_time_in_ms, in Compute() function in v8::internal::GCIdleTimeHandler
|
/external/gmock/src/ |
D | gmock-matchers.cc | 207 ElementMatcherPairs Compute() { in Compute() function in testing::internal::MaxBipartiteMatchState 309 return MaxBipartiteMatchState(g).Compute(); in FindMaxBipartiteMatching()
|
/external/zlib/src/as400/ |
D | readme.txt | 69 adler32.c ADLER32 C ZLIB - Compute the Adler-32 checksum of a dta strm 71 crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream
|
/external/v8/build/config/ios/ |
D | ios_sdk.gni | 29 # Compute default target.
|
/external/llvm/tools/llvm-config/ |
D | CMakeLists.txt | 11 # Compute the substitution values for various items.
|
/external/fec/ |
D | README | 27 4. Compute dot product between a 16-bit buffer and a set of 16-bit 31 4. Compute sum of squares of a buffer of 16-bit signed integers. This is
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.basic.txt | 19 Basic Compute Shader Tests
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
D | Parallax.glsllib | 9 // Compute the actual reverse parallax displacement vector: (Ati's comment)
|