/third_party/python/Lib/test/libregrtest/ |
D | refleak.py | 114 def check_rc_deltas(deltas): argument 129 def check_fd_deltas(deltas): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | ragged_range_fp32.c | 18 void RaggedRangeFp32(const float *starts, const float *limits, const float *deltas, int *splits, fl… in RaggedRangeFp32() 34 void RaggedRangeInt(const int *starts, const int *limits, const int *deltas, int *splits, int *valu… in RaggedRangeInt()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/ |
D | ragged_range_infer.c | 61 int *deltas = (int *)(inputs[2]->data_); in GetOutputValueElementNum() local 73 float *deltas = (float *)(inputs[2]->data_); in GetOutputValueElementNum() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | boundingbox_encode_impl.cu | 20 …oundingBoxEncodeKernel(const size_t size, const T *anchor_box, const T *groundtruth_box, T *deltas, in BoundingBoxEncodeKernel() 52 void BoundingBoxEncode(const size_t size, const T *anchor_box, const T *groundtruth_box, T *deltas,… in BoundingBoxEncode()
|
D | boundingbox_decode_impl.cu | 20 __global__ void BoundingBoxDecodeKernel(const size_t size, const T *rois, const T *deltas, T *bboxe… in BoundingBoxDecodeKernel() 68 void BoundingBoxDecode(const size_t size, const T *rois, const T *deltas, T *bboxes, const float &m… in BoundingBoxDecode()
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout-bsln-table.hh | 51 HBINT16 deltas[32]; /* These are the FUnit distance deltas from member 68 HBINT16 deltas[32]; /* ditto */ member
|
D | hb-cff2-interp-cs.hh | 73 hb_vector_t<number_t> deltas; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-bsln-table.hh | 51 HBINT16 deltas[32]; /* These are the FUnit distance deltas from member 68 HBINT16 deltas[32]; /* ditto */ member
|
D | hb-cff2-interp-cs.hh | 73 hb_vector_t<number_t> deltas; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-bsln-table.hh | 51 HBINT16 deltas[32]; /* These are the FUnit distance deltas from member 68 HBINT16 deltas[32]; /* ditto */ member
|
D | hb-cff2-interp-cs.hh | 73 hb_vector_t<number_t> deltas; member
|
/third_party/ffmpeg/libavcodec/ |
D | truemotion2.c | 76 int deltas[TM2_NUM_STREAMS][TM2_DELTAS]; member 454 static inline void tm2_apply_deltas(TM2Context *ctx, int* Y, int stride, int *deltas, int *last) in tm2_apply_deltas() 472 static inline void tm2_high_chroma(int *data, int stride, int *last, unsigned *CD, int *deltas) in tm2_high_chroma() 485 static inline void tm2_low_chroma(int *data, int stride, int *clast, unsigned *CD, int *deltas, int… in tm2_low_chroma() 507 int deltas[16]; in tm2_hi_res_block() local 528 int deltas[16]; in tm2_med_res_block() local 551 int deltas[16]; in tm2_low_res_block() local 594 int deltas[16]; in tm2_null_res_block() local
|
D | indeo3data.h | 324 const int16_t *deltas; ///< delta tables for 4x4 block modes member
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | ragged_range_fp16.c | 18 void RaggedRangeFp16(const float16_t *starts, const float16_t *limits, const float16_t *deltas, int… in RaggedRangeFp16()
|
/third_party/ltp/testcases/realtime/func/measurement/ |
D | rdtsc-latency.c | 103 unsigned long long deltas[ITERATIONS]; in main() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 157 const HSBModify *deltas = GetConstDeltas (); in GetDelta() local
|
D | dng_misc_opcodes.cpp | 864 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), in dng_opcode_DeltaPerRow() local 915 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), in PutData() local 1070 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), in dng_opcode_DeltaPerColumn() local 1121 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), in PutData() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 117 const uint8_t* deltas = dec->alpha_data_ + ALPHA_HEADER_LEN + row * width; in ALPHDecode() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 117 const uint8_t* deltas = dec->alpha_data_ + ALPHA_HEADER_LEN + row * width; in ALPHDecode() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | boundingbox_encode_cpu_kernel.cc | 66 auto deltas = reinterpret_cast<T *>(outputs[0]->addr); in Launch() local
|
D | boundingbox_decode_cpu_kernel.cc | 74 auto deltas = reinterpret_cast<T *>(inputs[1]->addr); in Launch() local
|
/third_party/python/Lib/encodings/ |
D | punycode.py | 106 def generate_integers(baselen, deltas): argument
|
/third_party/libinput/tools/ |
D | ptraccel-debug.c | 115 double *deltas) in print_ptraccel_sequence()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | other_ops.py | 257 def infer_shape(self, anchor_box, deltas): argument 265 def infer_dtype(self, anchor_box, deltas): argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdateintervalformattest.c | 171 static const double deltas[] = { variable
|