/external/python/cpython3/Modules/ |
D | getpath.c | 451 search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in search_for_prefix() 571 calculate_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_prefix() 606 calculate_set_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_set_prefix() 700 search_for_exec_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in search_for_exec_prefix() 794 calculate_exec_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_exec_prefix() 841 calculate_set_exec_prefix(PyCalculatePath *calculate, in calculate_set_exec_prefix() 957 calculate_program_impl(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_program_impl() 1012 calculate_program(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_program() 1096 calculate_argv0_path_framework(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_argv0_path_framework() 1178 calculate_argv0_path(PyCalculatePath *calculate, in calculate_argv0_path() [all …]
|
/external/python/cpython3/PC/ |
D | getpathp.c | 669 get_pth_filename(PyCalculatePath *calculate, wchar_t *filename, in get_pth_filename() 689 calculate_pth_file(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in calculate_pth_file() 707 calculate_pyvenv_file(PyCalculatePath *calculate, in calculate_pyvenv_file() 750 calculate_home_prefix(PyCalculatePath *calculate, in calculate_home_prefix() 775 calculate_module_search_path(PyCalculatePath *calculate, in calculate_module_search_path() 956 calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_path() 1031 calculate_init(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in calculate_init() 1044 calculate_free(PyCalculatePath *calculate) in calculate_free() 1082 PyCalculatePath calculate; in _PyPathConfig_Calculate() local
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | ids.py | 34 calculate = hash_65599 variable
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 96 inline void calculate( void ) { in calculate() function in Action_hessenberg 199 inline void calculate( void ) { in calculate() function in Action_tridiagonalization
|
D | action_matrix_matrix_product_bis.hh | 46 static double calculate( int nb_calc, int size ) { in calculate() function in Action_matrix_matrix_product_bis
|
D | action_lu_solve.hh | 47 static double calculate( int nb_calc, int size ) { in calculate() function in Action_lu_solve
|
D | action_lu_decomp.hh | 90 inline void calculate( void ) { in calculate() function in Action_lu_decomp
|
D | action_partial_lu.hh | 92 inline void calculate( void ) { in calculate() function in Action_partial_lu
|
D | action_rot.hh | 79 BTL_DONT_INLINE void calculate( void ) { in calculate() function in Action_rot
|
D | action_aat_product.hh | 100 inline void calculate( void ) { in calculate() function in Action_aat_product
|
D | action_ata_product.hh | 100 inline void calculate( void ) { in calculate() function in Action_ata_product
|
D | action_cholesky.hh | 97 inline void calculate( void ) { in calculate() function in Action_cholesky
|
D | action_axpy.hh | 98 inline void calculate( void ) { in calculate() function in Action_axpy
|
D | action_atv_product.hh | 88 BTL_DONT_INLINE void calculate( void ) { in calculate() function in Action_atv_product
|
/external/python/cpython3/Doc/includes/ |
D | mp_workers.py | 19 def calculate(func, args): function
|
D | mp_pool.py | 10 def calculate(func, args): function
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | OutStreamWithCRC.h | 31 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc()
|
/external/python/cpython2/Doc/includes/ |
D | mp_workers.py | 32 def calculate(func, args): function
|
D | mp_pool.py | 17 def calculate(func, args): function
|
/external/llvm-project/mlir/include/mlir/Dialect/ |
D | CommonFolders.h | 31 const CalculationT &calculate) { in constFoldBinaryOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineDominators.cpp | 57 void MachineDominatorTree::calculate(MachineFunction &F) { in calculate() function in MachineDominatorTree
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineDominators.cpp | 57 void MachineDominatorTree::calculate(MachineFunction &F) { in calculate() function in MachineDominatorTree
|
/external/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 21 void IDFCalculator<NodeTy>::calculate( in calculate() function in llvm::IDFCalculator
|
/external/rust/crates/crc32fast/src/specialized/ |
D | aarch64.rs | 40 pub unsafe fn calculate(crc: u32, data: &[u8]) -> u32 { in calculate() function
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | subgroup_common_templates.h | 309 template <typename Ty> inline Ty calculate(Ty a, Ty b, ArithmeticOp operation) in calculate() function 329 inline cl_double calculate(cl_double a, cl_double b, ArithmeticOp operation) in calculate() function 351 inline cl_float calculate(cl_float a, cl_float b, ArithmeticOp operation) in calculate() function 373 inline subgroups::cl_half calculate(subgroups::cl_half a, subgroups::cl_half b, in calculate() function
|