| /third_party/jerryscript/tests/jerry/ |
| D | array-prototype-shift.js | 40 var obj = { shift : Array.prototype.shift }; property 52 var obj = { shift : Array.prototype.shift }; property 64 var obj = { shift : Array.prototype.shift }; property 70 var obj = { shift : Array.prototype.shift, length : 1 }; property 87 Array.prototype.shift.call(arr); method in Array 100 Array.prototype.shift.call(arr); method in Array 111 Array.prototype.shift.call(arr); method in Array 122 Array.prototype.shift.call(arr); method in Array 133 Array.prototype.shift.call(arr); method in Array
|
| /third_party/boost/boost/sort/spreadsort/ |
| D | integer_sort.hpp | 167 Right_shift shift, Compare comp) { in integer_sort() 213 inline void integer_sort(Range& range, Right_shift shift, Compare comp) in integer_sort() 260 Right_shift shift) { in integer_sort() 306 inline void integer_sort(Range& range, Right_shift shift) in integer_sort()
|
| /third_party/ffmpeg/libavcodec/arm/ |
| D | simple_idct_armv6.S | 53 .macro idct_row shift argument 94 .macro idct_row4 shift argument 132 .macro idct_finish_shift shift argument 159 .macro idct_finish_shift_sat shift argument
|
| D | mlpdsp_init_arm.c | 44 #define DECLARE_PACK(order,channels,shift) \ argument 46 #define ENUMERATE_PACK(order,channels,shift) \ argument 95 int shift = output_shift[0] < 0 || output_shift[0] > 5 ? 6 : output_shift[0]; in mlp_select_pack_output_armv6() local
|
| /third_party/node/test/parallel/ |
| D | test-readline-emit-keypress-events.js | 25 { sequence: 'f', name: 'f', ctrl: false, meta: false, shift: false }, property 26 { sequence: 'o', name: 'o', ctrl: false, meta: false, shift: false }, property 27 { sequence: 'o', name: 'o', ctrl: false, meta: false, shift: false }, property
|
| D | test-readline-keys.js | 10 return Object.assign({ ctrl: false, meta: false, shift: false }, k); property 90 { name: 'j', sequence: 'J', shift: true }, property 91 { name: 's', sequence: 'S', shift: true }, property 134 { name: 'a', sequence: 'A', shift: true }, property 135 { name: 'a', sequence: '\x1bA', meta: true, shift: true }, property 141 { name: 'f1', sequence: '\x1b[2P', code: '[P', shift: true, meta: false, ctrl: false }, property 142 { name: 'f1', sequence: '\x1b[3P', code: '[P', shift: false, meta: true, ctrl: false }, property 143 { name: 'f1', sequence: '\x1b[4P', code: '[P', shift: true, meta: true, ctrl: false }, property 144 { name: 'f1', sequence: '\x1b[5P', code: '[P', shift: false, meta: false, ctrl: true }, property 145 { name: 'f1', sequence: '\x1b[6P', code: '[P', shift: true, meta: false, ctrl: true }, property [all …]
|
| /third_party/ffmpeg/libavfilter/x86/ |
| D | vf_noise.c | 29 const int8_t *noise, int len, int shift) in line_noise_mmx() 58 int len, const int8_t * const *shift) in line_noise_avg_mmx() 101 const int8_t *noise, int len, int shift) in line_noise_mmxext()
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | bitmap.h | 79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) in ntfs_rol32() 90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) in ntfs_ror32()
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
| D | rescaler_msa.c | 27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \ argument 47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \ argument 60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument 78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \ argument 87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument 102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument 121 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_0() local 183 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_1() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | rescaler_msa.c | 27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \ argument 47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \ argument 60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument 78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \ argument 87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument 102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument 121 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_0() local 183 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_1() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | nellymoser.c | 85 static inline int signed_shift(int i, int shift) { in signed_shift() 91 static int sum_bits(short *buf, short shift, short off) in sum_bits() 121 short shift, shift_saved; in ff_nelly_get_sample_bits() local
|
| D | hevcdsp_template.c | 109 int shift = 15 - BIT_DEPTH - log2_size; in FUNC() local 152 int shift = 7; in FUNC() local 307 int shift = BIT_DEPTH - 5; in FUNC() local 538 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local 562 int shift = denom + 14 - BIT_DEPTH; in FUNC() local 589 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local 691 int shift = 14 - BIT_DEPTH; in FUNC() local 719 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local 745 int shift = 14 - BIT_DEPTH; in FUNC() local 774 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local [all …]
|
| /third_party/node/lib/internal/ |
| D | fixed_queue.js | 80 shift() { method in FixedCircularBuffer 108 shift() { method in module.exports
|
| /third_party/skia/src/core/ |
| D | SkEdge.cpp | 37 int shift) { in setLine() 181 bool SkQuadraticEdge::setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) { in setQuadraticWithoutUpdate() 281 int SkQuadraticEdge::setQuadratic(const SkPoint pts[3], int shift) { in setQuadratic() 297 int shift = fCurveShift; in updateQuadratic() local 351 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) { in setCubicWithoutUpdate() 451 int SkCubicEdge::setCubic(const SkPoint pts[4], int shift) { in setCubic()
|
| /third_party/flutter/skia/src/core/ |
| D | SkEdge.cpp | 37 int shift) { in setLine() 181 bool SkQuadraticEdge::setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) { in setQuadraticWithoutUpdate() 281 int SkQuadraticEdge::setQuadratic(const SkPoint pts[3], int shift) { in setQuadratic() 297 int shift = fCurveShift; in updateQuadratic() local 351 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) { in setCubicWithoutUpdate() 451 int SkCubicEdge::setCubic(const SkPoint pts[4], int shift) { in setCubic()
|
| /third_party/mindspore/mindspore/core/ops/fusion/ |
| D | exp_fusion.cc | 26 void ExpFusion::Init(const float base, const float scale, const float shift) { in Init() 36 void ExpFusion::set_shift(const float shift) { (void)this->AddAttr(kShift, MakeValue(shift)); } in set_shift()
|
| /third_party/openssl/ssl/record/ |
| D | dtls1_bitmap.c | 41 unsigned int shift; in dtls1_record_replay_check() local 62 unsigned int shift; in dtls1_record_bitmap_update() local
|
| /third_party/mindspore/mindspore/core/ops/grad/ |
| D | power_grad.cc | 43 void PowerGrad::set_shift(const float shift) { (void)this->AddAttr(kShift, MakeValue(shift)); } in set_shift() 50 void PowerGrad::Init(const float power, const float scale, const float shift) { in Init()
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
| D | rescale_ir.cc | 31 RescaleOperation::RescaleOperation(float rescale, float shift) : rescale_(rescale), shift_(shift) {} in RescaleOperation() 63 float shift = op_params["shift"]; in from_json() local
|
| /third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/ |
| D | arm_scale_q31.c | 61 int8_t shift, in arm_scale_q31() 109 int8_t shift, in arm_scale_q31()
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/ |
| D | audio_spectrogram_infer.c | 26 const unsigned shift = (1 << (unsigned)i); in Log2Ceil() local 37 unsigned shift = Log2Ceil(length); in GetFftLength() local
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
| D | power_fp32.c | 51 …Cast(const float *input, const float *exponent, float *output, int len, float scale, float shift) { in PowerBroadCast() 83 …ngle(const float *input, const float *exponent, float *output, int len, float scale, float shift) { in PowerSingle() 104 …at *input, const float *exponent, float *output, int len, float scale, float shift, bool broadcast… in Power()
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
| D | quantize.c | 33 int shift = 0; in QuantizeMultiplierSmallerThanOne() local 40 int shift = 0; in QuantizeRoundParameterWithDoublePrecision() local 54 int shift = 0; in QuantizeRoundParameterWithSinglePrecision() local 111 void QuantizeMultiplier(double double_multiplier, int32_t *quantized_multiplier, int *shift) { in QuantizeMultiplier()
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
| D | power_fp16.c | 54 float shift) { in PowerBroadCastFp16() 87 float shift) { in PowerSingleFp16() 108 … float16_t *input, const float16_t *exponent, float16_t *output, int len, float scale, float shift, in PowerFp16()
|
| /third_party/mindspore/mindspore/nn/probability/bijector/ |
| D | scalar_affine.py | 72 shift=0.0, argument 100 def shift(self): member in ScalarAffine
|