Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_iir_lattice_f32.c135 float32_t k1, k2; in arm_iir_lattice_f32() local
175 k1 = *pk; in arm_iir_lattice_f32()
178 fnext1 = fnext2 - (k1 * gcurr1); in arm_iir_lattice_f32()
196 gnext = gcurr1 + (k1 * fnext1); in arm_iir_lattice_f32()
199 k1 = *(pk + 2u); in arm_iir_lattice_f32()
211 fnext1 = fnext2 - (k1 * gcurr1); in arm_iir_lattice_f32()
232 gnext = gcurr1 + (k1 * fnext1); in arm_iir_lattice_f32()
/AliOS-Things-master/components/sensor/
A DREADME.md93 …建工程》](https://help.aliyun.com/document_detail/302379.html),硬件类型选择“haas edu k1”, 解决方案选择“ helloworld…
161 …建工程》](https://help.aliyun.com/document_detail/302379.html),硬件类型选择“haas edu k1”, 解决方案选择“ WI-FI设备连接阿…
193 char *device_name = "haas-edu-k1-calon";
261 [LK-0309] pub: /sys/a1eykua9RBq/haas-edu-k1-calon/thing/event/property/post
263 [LK-0309] pub: /sys/a1eykua9RBq/haas-edu-k1-calon/thing/event/property/post
264 [LK-0309] pub: /sys/a1eykua9RBq/haas-edu-k1-calon/thing/event/property/post_reply
/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; in ft_trig_downscale() local
92 k1 = (FT_UInt32)FT_TRIG_SCALE >> 16; /* constant */ in ft_trig_downscale()
95 hi = k1 * v1; in ft_trig_downscale()
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */ in ft_trig_downscale()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_N.c2712 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey() local
2716 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2728 if (k0 != s0 || k1 != s1 || k2 != s2) { in BlitNtoNKey()
2750 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey() local
2754 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2765 if (k0 != s0 || k1 != s1 || k2 != s2) { in BlitNtoNKey()
2817 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey() local
2821 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2837 if (k0 != s0 || k1 != s1 || k2 != s2) { in BlitNtoNKey()
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Decc.h289 uECC_word_t *k1, uECC_Curve curve);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_sse2.c50 const __m128i k1 = _mm_set1_epi16(20091); in Transform_SSE2() local
91 const __m128i c2 = _mm_mulhi_epi16(in3, k1); in Transform_SSE2()
96 const __m128i d1 = _mm_mulhi_epi16(in1, k1); in Transform_SSE2()
122 const __m128i c2 = _mm_mulhi_epi16(T3, k1); in Transform_SSE2()
127 const __m128i d1 = _mm_mulhi_epi16(T1, k1); in Transform_SSE2()
A Denc_sse2.c47 const __m128i k1 = _mm_set1_epi16(20091); in ITransform_SSE2() local
89 const __m128i c2 = _mm_mulhi_epi16(in3, k1); in ITransform_SSE2()
94 const __m128i d1 = _mm_mulhi_epi16(in1, k1); in ITransform_SSE2()
120 const __m128i c2 = _mm_mulhi_epi16(T3, k1); in ITransform_SSE2()
125 const __m128i d1 = _mm_mulhi_epi16(T1, k1); in ITransform_SSE2()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/barometer/
A Dbarometer.md3 …本章主要介绍大气压计的实现,EDU k1板载了SI的一款温湿度传感器SPL06,该传感器不但能测量大气压,还能测量温度。由于大气压的跟海拔成反比关系,如果知道当地大气压,则可以估算出当地的海拔高度…
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c1028 limb_t k, a, v, k1; in mp_add() local
1034 k1 = a < v; in mp_add()
1036 k = (a < k) | k1; in mp_add()
1062 limb_t k, a, v, k1; in mp_sub() local
1068 k1 = a > v; in mp_sub()
1070 k = (v > a) | k1; in mp_sub()
1080 limb_t k, a, v, k1; in mp_neg() local
1086 k1 = a > v; in mp_neg()
7944 int k1, k2; in ntt_conv() local
7947 k1 = k; in ntt_conv()
[all …]
A Dquickjs.c37811 int64_t len, k, k1; in js_array_reduce() local
37840 k1 = (special & special_reduceRight) ? len - k - 1 : k; in js_array_reduce()
37842 present = JS_TryGetPropertyInt64(ctx, obj, k1, &acc); in js_array_reduce()
37850 k1 = (special & special_reduceRight) ? len - k - 1 : k; in js_array_reduce()
37851 present = JS_TryGetPropertyInt64(ctx, obj, k1, &val); in js_array_reduce()
37855 index_val = JS_NewInt64(ctx, k1); in js_array_reduce()
39993 int i, j, j0, k, k1; in js_string___GetSubstitution() local
40047 k1 = k * 10 + c1 - '0'; in js_string___GetSubstitution()
40048 if (k1 >= 1 && k1 < captures_len) { in js_string___GetSubstitution()
40049 k = k1; in js_string___GetSubstitution()
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc.c775 uECC_word_t *k1, uECC_Curve curve) in regularize_k() argument
786 uECC_vli_add(k1, k0, curve->n, num_n_words); in regularize_k()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/
A Dlightmeter.md395 1. ap3216c连接到HaaS edu k1的I2C1端口, 所以i2c_dev的端口好需要设定为1
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5k1&q7,m4)l3(o6+l3(p7,~H<�SK�TJ�QJ�PJ�PL�OM�PN�RO�OG�SH�[K{ePsiPhkLdrOgxT\uKXoEPf?Ka:K_:K\:GV7CP4<F…

Completed in 138 milliseconds