Home
last modified time | relevance | path

Searched defs:C_ (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/glib/
Dglibintl.h20 #define C_(Context,String) glib_pgettext (Context "\004" String, strlen (Context) + 1) macro
31 #define C_(Context,String) (String) macro
Dgi18n.h29 #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1) macro
Dgi18n-lib.h33 #define C_(Context,String) g_dpgettext (GETTEXT_PACKAGE, Context "\004" String, strlen (Context) + … macro
/third_party/boost/libs/algorithm/string/test/
Dreplace_test.cpp57 #define C_ , macro
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dprelu.cc46 int C_ = weight_tensor->ElementsNum(); in InitWeights() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nccl/
Dsync_batch_norm_grad_gpu_kernel.h193 size_t C_; variable
Dsync_batch_norm_gpu_kernel.h229 size_t C_; variable
/third_party/boost/boost/math/special_functions/detail/
Ddaubechies_scaling_integer_grid.hpp26 # 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