/external/boringssl/mac-x86/crypto/fipsmodule/ |
D | co-586.S | 24 # ################## Calculate word 0 36 # ################## Calculate word 1 55 # ################## Calculate word 2 81 # ################## Calculate word 3 114 # ################## Calculate word 4 154 # ################## Calculate word 5 201 # ################## Calculate word 6 255 # ################## Calculate word 7 316 # ################## Calculate word 8 370 # ################## Calculate word 9 [all …]
|
/external/boringssl/win-x86/crypto/fipsmodule/ |
D | co-586.asm | 37 ; ################## Calculate word 0 49 ; ################## Calculate word 1 68 ; ################## Calculate word 2 94 ; ################## Calculate word 3 127 ; ################## Calculate word 4 167 ; ################## Calculate word 5 214 ; ################## Calculate word 6 268 ; ################## Calculate word 7 329 ; ################## Calculate word 8 383 ; ################## Calculate word 9 [all …]
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | aws_crypto.cc | 30 virtual Aws::Utils::Crypto::HashResult Calculate( in Calculate() function in tensorflow::AWSSha256HMACOpenSSLImpl 56 virtual Aws::Utils::Crypto::HashResult Calculate( in Calculate() function in tensorflow::AWSSha256OpenSSLImpl 68 virtual Aws::Utils::Crypto::HashResult Calculate( in Calculate() function in tensorflow::AWSSha256OpenSSLImpl
|
/external/e2fsprogs/debugfs/ |
D | ro_debug_cmds.ct | 72 request do_dx_hash, "Calculate the directory hash of a filename", 78 request do_bmap, "Calculate the logical->physical block mapping for an inode", 81 request do_imap, "Calculate the location of an inode",
|
D | debug_cmds.ct | 154 request do_dx_hash, "Calculate the directory hash of a filename", 160 request do_bmap, "Calculate the logical->physical block mapping for an inode", 172 request do_imap, "Calculate the location of an inode",
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | mulmod-ppro.txt | 7 Calculate (a * b) % p using the 80-bit x87 FPU 54 Calculate an estimate for q = floor(n/p). The multiplication has another 64 b) n = a * b # Calculate exact product. 66 c) qest = n * pinv # Calculate estimate for the quotient. 70 f) r = n - q * p # Calculate remainder.
|
/external/libmpeg2/common/arm/ |
D | icv_variance_a9.s | 79 @ Calculate Sum(values) 88 @ Calculate SumOfSquares
|
D | ideint_spatial_filter_a9.s | 109 @ Calculate absolute differences 126 @ Calculate sum of absolute differeces for each edge
|
D | ideint_cac_a9.s | 84 @ Calculate row based adj and alt values 155 @ Calculate column based adj and alt values
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/ |
D | calculator.h | 45 uint3 Calculate(const ShaderCode& shader_code) const;
|
D | calculator.cc | 64 uint3 WorkgroupsCalculator::Calculate(const ShaderCode& shader_code) const { in Calculate() function in tflite::gpu::gl::WorkgroupsCalculator
|
D | calculator_from_metadata.cc | 61 : default_calculator_->Calculate(shader_code); in CalculateInternal()
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_ballot.txt | 78 a) Calculate color value for primitive dependent on invocation index. 83 b) Save first invocation index to the SSBO. Calculate color value for
|
/external/curl/projects/ |
D | build-openssl.bat | 37 rem Calculate the program files directory 251 rem Calculate our output directory 298 rem Calculate our output directory 360 rem Calculate the build directory 363 rem Calculate the configure options 395 rem Calculate the build directory 398 rem Calculate the configure options 549 rem Calculate the build directory
|
/external/llvm/include/llvm/IR/ |
D | Dominators.h | 35 extern template void Calculate<Function, BasicBlock *>( 37 extern template void Calculate<Function, Inverse<BasicBlock *>>(
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SparseMatrixSoftmax.pbtxt | 14 Calculate the softmax of the innermost dimensions of a SparseMatrix.
|
D | api_def_TridiagonalMatMul.pbtxt | 38 summary: "Calculate product with tridiagonal matrix."
|
/external/llvm/lib/IR/ |
D | Dominators.cpp | 66 template void llvm::Calculate<Function, BasicBlock *>( 68 template void llvm::Calculate<Function, Inverse<BasicBlock *>>(
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_calculate.cpp | 38 XFA_Element::Calculate, in CXFA_Calculate()
|
/external/compiler-rt/lib/builtins/arm/ |
D | divsi3.S | 34 @ Calculate and return the quotient of the (signed) division.
|
D | modsi3.S | 30 @ Calculate and return the remainder of the (signed) division.
|
D | divmodsi4.S | 31 @ Calculate the quotient and remainder of the (signed) division. The return
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/ |
D | VertShader.vsh | 17 Calculate the displacemnt value by taking the colour value from our texture
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Dominators.h | 48 extern template void Calculate<BBDomTree>(BBDomTree &DT); 49 extern template void Calculate<BBPostDomTree>(BBPostDomTree &DT);
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 180 void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType> &DT, 640 Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType> &DT, FuncT &F); 727 Calculate<FT, NodeT *>(*this, F); in recalculate() 736 Calculate<FT, Inverse<NodeT *>>(*this, F); in recalculate()
|