/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | dict2.py | 12 d2 = dict(d) variable
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_trig.c | 26 double d2; in test_cos() local 52 double d2; in test_sin() local 78 double d2; in test_tan() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ControllerFunctions/ |
A D | arm_sin_cos_q31.c | 59 q31_t f1, f2, d1, d2; /* Two nearest output values */ in arm_sin_cos_q31() local
|
A D | arm_sin_cos_f32.c | 81 float32_t f1, f2, d1, d2; /* Two nearest output values */ in arm_sin_cos_f32() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ComplexMathFunctions/ |
A D | arm_cmplx_mult_cmplx_f32.c | 84 …float32_t a2, b2, c2, d2; /* Temporary variables to store real and imaginary … in arm_cmplx_mult_cmplx_f32() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_biquad_cascade_df2T_f32.c | 156 float32_t d1, d2; /* state variables */ in arm_biquad_cascade_df2T_f32() local
|
A D | arm_biquad_cascade_df2T_f64.c | 156 float64_t d1, d2; /* state variables */ in arm_biquad_cascade_df2T_f64() local
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftcache.h | 692 #define FTC_IMAGE_TYPE_COMPARE( d1, d2 ) \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffmedian.c | 718 register int j, tmp, d2, dist; in map_colortable() local 851 register int cj, tmp, d2, dist; in quant_fsdither() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | kernel_util.cc | 444 int d2 = i >= dims2 ? 1 : SizeOfDimension(input2, dims2 - i - 1); in CalculateShapeForBroadcast() local 471 int d2 = i >= dims2 ? 1 : SizeOfDimension(input2, dims2 - i - 1); in CalculateShapeForBroadcast() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | poly1305.c | 111 uint64_t d0, d1, d2, d3; in poly1305_process() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc_sse2.c | 95 const __m128i d2 = _mm_mulhi_epi16(in3, k2); in ITransform_SSE2() local 126 const __m128i d2 = _mm_mulhi_epi16(T3, k2); in ITransform_SSE2() local 287 const __m128i d2 = _mm_srai_epi16(c2, 4); in FTransformPass2_SSE2() local 1075 const __m128i d2 = _mm_add_epi32(b2, c2); in Mean16x4_SSE2() local 1175 const __m128i d2 = _mm_sub_epi16(zero, B_b0); in TTransform_SSE2() local
|
A D | dec_sse2.c | 97 const __m128i d2 = _mm_mulhi_epi16(in3, k2); in Transform_SSE2() local 128 const __m128i d2 = _mm_mulhi_epi16(T3, k2); in Transform_SSE2() local
|
A D | enc.c | 163 const int d2 = src[2] - ref[2]; in FTransform_C() local
|
A D | enc_msa.c | 488 v8i16 d1, d2; in TrueMotion16x16() local
|
A D | dec_msa.c | 796 v8i16 d1, d2; in TM16() local
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 1140 FT_Pos d2 = ref2->u - v2; in af_iup_interp() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftstroke.c | 102 FT_Vector d1, d2; in ft_conic_is_small_enough() local 193 FT_Vector d1, d2, d3; in ft_cubic_is_small_enough() local
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshalgo.h | 110 #define PSH_DIR_COMPARE( d1, d2 ) ( (d1) == (d2) || (d1) == -(d2) ) argument
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 336 float dx,dy,d2,d3; in nsvg__flattenCubicBez() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 13093 double d1, d2; in js_binary_arith_slow() local 13264 double d1, d2; in js_add_slow() local 13346 double d1, d2; in js_add_slow() local 13619 double d1, d2; in js_relational_slow() local 13728 double d1, d2; in js_eq_slow() local 14027 double d1, d2, r; in js_binary_arith_slow() local 14095 double d1, d2; in js_add_slow() local 14209 double d1, d2; in js_relational_slow() local 14264 double d2; in js_eq_slow() local 14337 double d1, d2; in js_strict_eq2() local [all …]
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 36550 duk_double_t d1, d2; in duk__cbor_decode_push_aival_int() local 38069 duk_double_t d1, d2; in duk_bi_date_timeval_to_parts() local 70395 DUK_INTERNAL double duk_js_arith_mod(double d1, double d2) { 75728 duk_double_t d2 = DUK_TVAL_GET_NUMBER(tv2); local 81734 duk_double_t d1, d2; local 81759 duk_double_t d1, d2; local 87378 duk_double_t d1, d2; local 87472 duk_double_t d1, d2; local 87480 duk_double_t d1, d2; local 87729 duk_double_t d1, d2; local [all …]
|