Home
last modified time | relevance | path

Searched refs:Calculate (Results 1 – 25 of 121) sorted by relevance

12345

/external/boringssl/mac-x86/crypto/fipsmodule/
Dco-586.S24 # ################## 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/
Dco-586.asm37 ; ################## 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/
Daws_crypto.cc30 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/
Dro_debug_cmds.ct72 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",
Ddebug_cmds.ct154 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/
Dmulmod-ppro.txt7 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/
Dicv_variance_a9.s79 @ Calculate Sum(values)
88 @ Calculate SumOfSquares
Dideint_spatial_filter_a9.s109 @ Calculate absolute differences
126 @ Calculate sum of absolute differeces for each edge
Dideint_cac_a9.s84 @ Calculate row based adj and alt values
155 @ Calculate column based adj and alt values
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/
Dcalculator.h45 uint3 Calculate(const ShaderCode& shader_code) const;
Dcalculator.cc64 uint3 WorkgroupsCalculator::Calculate(const ShaderCode& shader_code) const { in Calculate() function in tflite::gpu::gl::WorkgroupsCalculator
Dcalculator_from_metadata.cc61 : default_calculator_->Calculate(shader_code); in CalculateInternal()
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_ballot.txt78 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/
Dbuild-openssl.bat37 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/
DDominators.h35 extern template void Calculate<Function, BasicBlock *>(
37 extern template void Calculate<Function, Inverse<BasicBlock *>>(
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseMatrixSoftmax.pbtxt14 Calculate the softmax of the innermost dimensions of a SparseMatrix.
Dapi_def_TridiagonalMatMul.pbtxt38 summary: "Calculate product with tridiagonal matrix."
/external/llvm/lib/IR/
DDominators.cpp66 template void llvm::Calculate<Function, BasicBlock *>(
68 template void llvm::Calculate<Function, Inverse<BasicBlock *>>(
/external/pdfium/xfa/fxfa/parser/
Dcxfa_calculate.cpp38 XFA_Element::Calculate, in CXFA_Calculate()
/external/compiler-rt/lib/builtins/arm/
Ddivsi3.S34 @ Calculate and return the quotient of the (signed) division.
Dmodsi3.S30 @ Calculate and return the remainder of the (signed) division.
Ddivmodsi4.S31 @ Calculate the quotient and remainder of the (signed) division. The return
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DVertShader.vsh17 Calculate the displacemnt value by taking the colour value from our texture
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDominators.h48 extern template void Calculate<BBDomTree>(BBDomTree &DT);
49 extern template void Calculate<BBPostDomTree>(BBPostDomTree &DT);
/external/llvm/include/llvm/Support/
DGenericDomTree.h180 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()

12345