/external/libgav1/libgav1/src/ |
D | reconstruction.h | 35 void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, 40 extern template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, 46 extern template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type,
|
D | reconstruction.cc | 133 void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, in Reconstruct() function 178 template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, 183 template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type,
|
/external/swiftshader/third_party/marl/include/marl/ |
D | pool.h | 32 Reconstruct, enumerator 207 template <typename T, int N, PoolPolicy POLICY = PoolPolicy::Reconstruct> 289 if (POLICY == PoolPolicy::Reconstruct) { in borrow() 309 if (POLICY == PoolPolicy::Reconstruct) { in tryBorrow() 317 if (POLICY == PoolPolicy::Reconstruct) { in return_() 337 template <typename T, PoolPolicy POLICY = PoolPolicy::Reconstruct> 422 if (POLICY == PoolPolicy::Reconstruct) { in borrow() 431 if (POLICY == PoolPolicy::Reconstruct) { in return_()
|
/external/swiftshader/third_party/marl/src/ |
D | pool_test.cpp | 95 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Reconstruct> pool; in TEST_P() 116 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Reconstruct> pool; in TEST_P()
|
/external/XNNPACK/src/f32-vscaleexpminusmax/ |
D | avx512f-p5-scalef.c.in | 80 // Reconstruct the final f value: 119 // Reconstruct the final f value: 157 // Reconstruct the final f value:
|
D | avx2-p5.c.in | 90 // Reconstruct the final f value: 144 // Reconstruct the final f value: 194 // Reconstruct the final f value:
|
/external/XNNPACK/src/f32-raddstoreexpminusmax/ |
D | avx512f-p5-scalef.c.in | 81 // Reconstruct the final f value: 130 // Reconstruct the final f value: 168 // Reconstruct the final f value:
|
D | avx2-p5.c.in | 90 // Reconstruct the final f value: 154 // Reconstruct the final f value: 204 // Reconstruct the final f value:
|
D | sse2-p5.c.in | 90 // Reconstruct the final f value: 154 // Reconstruct the final f value: 202 // Reconstruct the final f value:
|
D | wasmsimd-p5.c.in | 91 // Reconstruct the final f value: 155 // Reconstruct the final f value: 205 // Reconstruct the final f value:
|
D | scalar-p5.c.in | 90 // Reconstruct the final f value: 160 // Reconstruct the final f value:
|
D | neon-p5.c.in | 99 // Reconstruct the final f value: 167 // Reconstruct the final f value: 224 // Reconstruct the final f value:
|
D | scalar-lut64-p2.c.in | 102 // Reconstruct the final f value: 183 // Reconstruct the final f value:
|
D | neon-lut64-p2.c.in | 121 // Reconstruct the final f value: 206 // Reconstruct the final f value: 282 // Reconstruct the final f value:
|
/external/XNNPACK/src/f32-raddexpminusmax/ |
D | avx512f-p5-scalef.c.in | 80 // Reconstruct the final f value: 123 // Reconstruct the final f value: 157 // Reconstruct the final f value:
|
D | avx2-p5.c.in | 89 // Reconstruct the final f value: 147 // Reconstruct the final f value: 193 // Reconstruct the final f value:
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-dead-local-var.ll | 4 ; Reconstruct this via clang and -O2.
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | debug-dead-local-var.ll | 4 ; Reconstruct this via clang and -O2.
|
/external/llvm-project/libclc/generic/lib/math/ |
D | asin.cl | 148 // Reconstruct asin carefully in transformed region
|
D | acos.cl | 151 // Reconstruct acos carefully in transformed region
|
D | asinpi.cl | 151 // Reconstruct asin carefully in transformed region
|
D | acospi.cl | 152 // Reconstruct acos carefully in transformed region
|
/external/llvm-project/mlir/test/Transforms/ |
D | loop-coalescing.mlir | 28 // Reconstruct original IVs from the linearized one.
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 653 Reconstruct the active formatting elements, if any. 905 Reconstruct the active formatting elements, if any. 912 Reconstruct the active formatting elements, if any. 918 Reconstruct the active formatting elements, if any. 1023 Reconstruct the active formatting elements, if any. 1032 Reconstruct the active formatting elements, if any. 1057 Reconstruct the active formatting elements, if any. 1071 Reconstruct the active formatting elements, if any. 1168 Reconstruct the active formatting elements, if any. 1182 Reconstruct the active formatting elements, if any. [all …]
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 1740 Reconstruct(dsp_, tx_type, tx_size, in ReconstructBlock() 1747 Reconstruct(dsp_, tx_type, tx_size, in ReconstructBlock()
|