| /third_party/mindspore/mindspore/nn/probability/distribution/ |
| D | uniform.py | 135 low=None, argument 181 def low(self): member in Uniform 197 def _get_dist_args(self, low=None, high=None): argument 208 def _range(self, low=None, high=None): argument 218 def _mean(self, low=None, high=None): argument 226 def _var(self, low=None, high=None): argument 234 def _entropy(self, low=None, high=None): argument 242 def _cross_entropy(self, dist, low_b, high_b, low=None, high=None): argument 256 def _prob(self, value, low=None, high=None): argument 282 def _kl_loss(self, dist, low_b, high_b, low=None, high=None): argument [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | returnTypeInferenceNotTooBroad.js | 11 export const y = sepsis({ low: 1, sign: { kind: 'a', a: 3 }}); property 15 export const yone = unwrap(sepsis({ low: 1, sign: { kind: 'a', a: 3 }})); property 21 exports.y = sepsis({ low: 1, sign: { kind: 'a', a: 3 } }); property 25 exports.yone = unwrap(sepsis({ low: 1, sign: { kind: 'a', a: 3 } })); property
|
| /third_party/ffmpeg/libavcodec/ |
| D | cfhddsp.c | 28 const int16_t *low, ptrdiff_t low_stride, in filter() 69 const int16_t *low, ptrdiff_t low_stride, in vert_filter() 82 const int16_t *low, ptrdiff_t lstride, in horiz_filter() 94 static void horiz_filter_clip(int16_t *output, const int16_t *low, const int16_t *high, in horiz_filter_clip() 100 static void horiz_filter_clip_bayer(int16_t *output, const int16_t *low, const int16_t *high, in horiz_filter_clip_bayer()
|
| D | cfhdencdsp.c | 28 int16_t *low, ptrdiff_t low_stride, in filter() 50 static void horiz_filter(int16_t *input, int16_t *low, int16_t *high, in horiz_filter() 63 static void vert_filter(int16_t *input, int16_t *low, int16_t *high, in vert_filter()
|
| /third_party/boost/libs/icl/test/ |
| D | test_value_maker.hpp | 171 #define I_I(low,up) icl::interval<T>::closed (test_value<T>::make(low), test_value<T>::make(up)) argument 173 #define I_D(low,up) icl::interval<T>::right_open(test_value<T>::make(low), test_value<T>::make(up)) argument 175 #define C_I(low,up) icl::interval<T>::left_open (test_value<T>::make(low), test_value<T>::make(up)) argument 177 #define C_D(low,up) icl::interval<T>::open (test_value<T>::make(low), test_value<T>::make(up)) argument 179 #define MK_I(ItvT,low,up) ItvT(test_value<T>::make(low), test_value<T>::make(up)) argument 186 #define IIv(low,up,val) map_val<IntervalMapT>::mk_segment(I_I(low,up), val) argument 187 #define IDv(low,up,val) map_val<IntervalMapT>::mk_segment(I_D(low,up), val) argument 188 #define CIv(low,up,val) map_val<IntervalMapT>::mk_segment(C_I(low,up), val) argument 189 #define CDv(low,up,val) map_val<IntervalMapT>::mk_segment(C_D(low,up), val) argument
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | cabac.h | 58 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument 66 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument 80 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument 120 #define BRANCHLESS_GET_CABAC_UPDATE(ret, low, range, tmp)\ argument 130 #define BRANCHLESS_GET_CABAC_UPDATE(ret, low, range, tmp)\ argument 144 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument
|
| /third_party/mbedtls/include/mbedtls/ |
| D | error.h | 127 #define MBEDTLS_ERROR_ADD( high, low ) \ argument 156 static inline int mbedtls_error_add( int high, int low, in mbedtls_error_add()
|
| /third_party/selinux/libsepol/src/ |
| D | port_record.c | 10 int low, high; member 21 int low, high; member 29 int low, int high, int proto, in sepol_port_key_create() 51 int *low, int *high, int *proto) in sepol_port_key_unpack() 157 void sepol_port_set_range(sepol_port_t * port, int low, int high) in sepol_port_set_range()
|
| D | ports.c | 64 int low = sepol_port_get_low(data); in port_from_record() local 120 int low = port->u.port.low_port; in port_to_record() local 183 int low, high, proto; in sepol_port_exists() local 221 int low, high, proto; in sepol_port_query() local 261 int low, high, proto; in sepol_port_modify() local
|
| D | ibpkey_record.c | 17 int low, high; member 28 int low, high; member 100 int low, int high, in sepol_ibpkey_key_create() 132 uint64_t *subnet_prefix, int *low, int *high) in sepol_ibpkey_key_unpack() 226 void sepol_ibpkey_set_range(sepol_ibpkey_t *ibpkey, int low, int high) in sepol_ibpkey_set_range()
|
| D | ibpkeys.c | 23 int low = sepol_ibpkey_get_low(data); in ibpkey_from_record() local 126 int low, high; in sepol_ibpkey_exists() local 156 int low, high; in sepol_ibpkey_query() local 192 int low, high; in sepol_ibpkey_modify() local
|
| /third_party/python/Modules/_sha3/kcp/ |
| D | KeccakP-1600-inplace32BI.c | 32 #define prepareToBitInterleaving(low, high, temp, temp0, temp1) \ argument 44 #define toBitInterleavingAndXOR(low, high, even, odd, temp, temp0, temp1) \ argument 49 #define toBitInterleavingAndAND(low, high, even, odd, temp, temp0, temp1) \ argument 54 #define toBitInterleavingAndSet(low, high, even, odd, temp, temp0, temp1) \ argument 76 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \ argument 89 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local 125 UINT32 low, high; in KeccakP1600_AddByte() local 145 UINT32 low, high; in KeccakP1600_AddBytesInLane() local 178 UINT32 low; in KeccakP1600_AddLanes() local 234 UINT32 low; in KeccakP1600_OverwriteLanes() local [all …]
|
| /third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/ |
| D | arm_clip_q15.c | 55 q15_t low, in arm_clip_q15() 115 q15_t low, in arm_clip_q15()
|
| D | arm_clip_f32.c | 65 float32_t low, in arm_clip_f32() 125 float32_t low, in arm_clip_f32()
|
| D | arm_clip_f16.c | 57 float16_t low, in arm_clip_f16() 120 float16_t low, in arm_clip_f16()
|
| D | arm_clip_q31.c | 55 q31_t low, in arm_clip_q31() 115 q31_t low, in arm_clip_q31()
|
| D | arm_clip_q7.c | 55 q7_t low, in arm_clip_q7() 115 q7_t low, in arm_clip_q7()
|
| /third_party/pulseaudio/src/pulse/ |
| D | gccmacro.h | 143 #define PA_CLAMP(x, low, high) \ argument 151 #define PA_CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument 155 #define PA_CLAMP_UNLIKELY(x, low, high) \ argument 163 #define PA_CLAMP_UNLIKELY(x, low, high) (PA_UNLIKELY((x) > (high)) ? (high) : (PA_UNLIKELY((x) < (l… argument
|
| /third_party/boost/boost/polygon/ |
| D | interval_data.hpp | 32 interval_data(coordinate_type low, coordinate_type high) { in interval_data() 62 coordinate_type low() const { in low() function in boost::polygon::interval_data 66 interval_data& low(coordinate_type value) { in low() function in boost::polygon::interval_data
|
| D | segment_data.hpp | 33 segment_data(const point_type& low, const point_type& high) { in segment_data() 63 point_type low() const { in low() function in boost::polygon::segment_data 67 segment_data& low(const point_type& point) { in low() function in boost::polygon::segment_data
|
| /third_party/gptfdisk/ |
| D | gpttext.cc | 149 uint32_t low, high; in GetPartNum() local 268 uint32_t low, high; in DeletePartition() local 283 uint32_t low, high; in ChangePartType() local 297 uint32_t low, high; in ChangeUniqueGuid() local 367 uint32_t low, high; in SwapPartitions() local 418 uint32_t low, high; in ShowDetails() local 558 uint64_t GPTDataTextUI::GetSectorNum(uint64_t low, uint64_t high, uint64_t def, in GetSectorNum()
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
| D | fix_word_test.cpp | 46 uint32_t low = 0x53780921; in TEST() local 56 uint32_t low = 0x53780921; in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| D | fix_word_test.cpp | 47 uint32_t low = 0x53780921; in TEST() local 57 uint32_t low = 0x53780921; in TEST() local
|
| /third_party/spirv-tools/test/ |
| D | fix_word_test.cpp | 47 uint32_t low = 0x53780921; in TEST() local 57 uint32_t low = 0x53780921; in TEST() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| D | fix_word_test.cpp | 47 uint32_t low = 0x53780921; in TEST() local 57 uint32_t low = 0x53780921; in TEST() local
|