Home
last modified time | relevance | path

Searched defs:init_value (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/math/tools/
Dseries.hpp24 …eries(Functor& func, const U& factor, boost::uintmax_t& max_terms, const V& init_value) BOOST_NOEX… in sum_series()
49 typename Functor::result_type init_value = 0; in sum_series() local
54 …e sum_series(Functor& func, int bits, boost::uintmax_t& max_terms, const U& init_value) BOOST_NOEX… in sum_series()
82 inline typename Functor::result_type sum_series(Functor& func, int bits, const U& init_value) BOOST… in sum_series()
92 …eries(Functor& func, const U& factor, boost::uintmax_t& max_terms, const V& init_value, V& norm) B… in checked_sum_series()
/third_party/boost/boost/test/utils/
Dclass_properties.hpp54 explicit class_property( write_param_t init_value ) in class_property()
131 explicit readonly_property( write_param_t init_value ) : base_prop( init_value ) {} in readonly_property()
174 explicit readwrite_property( write_param_t init_value ) : base_prop( init_value ) {} in readwrite_property()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativePPC_32.c258 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
DsljitNativeSPARC_32.c263 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
DsljitNativePPC_64.c480 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
DsljitNativeMIPS_32.c419 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
DsljitNativeMIPS_64.c515 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
DsljitNativeS390X.c117 sljit_sw init_value; /* required to build literal pool */ member
2952 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeSPARC_common.c1518 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeARM_64.c1991 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeARM_32.c2771 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeARM_T2_32.c2335 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativePPC_common.c2400 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/
Dtest_yolov3.py53 def init_net_param(network, init_value='ones'): argument
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/
Dtest_yolov3_darknet53.py56 def init_net_param(network, init_value='ones'): argument
/third_party/boost/boost/math/special_functions/
Dgamma.hpp339 inline T lower_gamma_series(T a, T z, const Policy& pol, T init_value = 0) in lower_gamma_series()
1017 T init_value = invert ? *pgam : 0; in tgamma_small_upper_part() local
1165 T init_value = 0; in gamma_incomplete_imp() local
1189 T init_value = 0; in gamma_incomplete_imp() local
1367 T init_value = 0; in gamma_incomplete_imp() local
/third_party/spirv-tools/source/opt/
Dloop_descriptor.cpp723 int64_t init_value = 0; in FindNumberOfIterations() local
756 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_descriptor.cpp723 int64_t init_value = 0; in FindNumberOfIterations() local
756 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.cpp723 int64_t init_value = 0; in FindNumberOfIterations() local
756 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dctcloss_cpu_kernel.cc65 …xFromVector(uint32_t row, uint32_t col, std::vector<std::vector<T>> *array2D, const T init_value) { in MatrixFromVector()
/third_party/boost/boost/signals2/detail/
Dauto_buffer.hpp549 auto_buffer( size_type size_arg, optimized_const_reference init_value ) in auto_buffer()
568 auto_buffer( size_type size_arg, optimized_const_reference init_value, in auto_buffer()
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc168 void InitAccumParallel(float init_value, size_t total_len, float *embedding_data) { in InitAccumParallel()
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c496 int init_value = init_values[init_type][i]; in cabac_init_state() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-iter.hh495 InitT init_value; member
/third_party/harfbuzz/src/
Dhb-iter.hh504 InitT init_value; member

12