Searched defs:C_ (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/ |
D | glibintl.h | 20 #define C_(Context,String) glib_pgettext (Context "\004" String, strlen (Context) + 1) macro 31 #define C_(Context,String) (String) macro
|
D | gi18n.h | 29 #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1) macro
|
D | gi18n-lib.h | 33 #define C_(Context,String) g_dpgettext (GETTEXT_PACKAGE, Context "\004" String, strlen (Context) + … macro
|
/third_party/boost/libs/algorithm/string/test/ |
D | replace_test.cpp | 57 #define C_ , macro
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | prelu.cc | 46 int C_ = weight_tensor->ElementsNum(); in InitWeights() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nccl/ |
D | sync_batch_norm_grad_gpu_kernel.h | 193 size_t C_; variable
|
D | sync_batch_norm_gpu_kernel.h | 229 size_t C_; variable
|
/third_party/boost/boost/math/special_functions/detail/ |
D | daubechies_scaling_integer_grid.hpp | 26 # define C_(x) static_cast<Real>(x##Q) macro 28 # define C_(x) static_cast<Real>(x##L) macro 30 # define C_(x) static_cast<Real>(x) macro
|