/AliOS-Things-master/components/py_engine/tests/wipy/ |
A D | time.py | 82 t2 = time.time() variable 87 t2 = time.ticks_ms() variable 92 t2 = time.ticks_us() variable
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | machine_timer.py | 20 t2 = machine.Timer(freq=1) variable 26 t2 = machine.Timer(freq=1) variable
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | ifcond.py | 62 def f(t1, t2, f1): argument
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_math.c | 86 uint32_t t2 = (t * t) >> 10; in lv_bezier3() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_cfft_f32.c | 201 float32_t t1[4], t2[4], t3[4], t4[4], twR, twI; in arm_cfft_radix8by2_f32() local 315 float32_t t2[4], t3[4], t4[4], twR, twI; in arm_cfft_radix8by4_f32() local
|
A D | arm_cfft_radix4_q31.c | 156 q31_t t1, t2, r1, r2, s1, s2, co1, co2, co3, si1, si2, si3; in arm_radix4_butterfly_q31() local 812 q31_t t1, t2, r1, r2, s1, s2, co1, co2, co3, si1, si2, si3; in arm_radix4_butterfly_inverse_q31() local
|
A D | arm_cfft_radix4_f32.c | 487 float32_t t1, t2, r1, r2, s1, s2; in arm_radix4_butterfly_f32() local 1011 float32_t t1, t2, r1, r2, s1, s2; in arm_radix4_butterfly_inverse_f32() local
|
A D | arm_cfft_radix8_f32.c | 57 float32_t t1, t2; in arm_radix8_butterfly_f32() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testtimer.c | 44 SDL_TimerID t1, t2, t3; in main() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | log1pf.c | 33 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1pf() local
|
A D | math.c | 174 float y1,t1,t2,r,s,sn,t,u,v,w; in powf() local 638 float_t hfsq,f,s,z,R,w,t1,t2,dk; in logf() local
|
A D | erf_lgamma.c | 57 t2 = 6.4624942839e-02f, /* 0x3d845a15 */ variable
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | log.c | 80 double_t hfsq,f,s,z,R,w,t1,t2,dk; in log() local
|
A D | log1p.c | 72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1p() local
|
A D | pow.c | 95 double y1,t1,t2,r,s,t,u,v,w; in pow() local
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_log.c | 87 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local
|
A D | e_pow.c | 106 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/ |
A D | iperf_task.c | 182 uint32_t t2 = 0; in iperf_udp_run_server() local 479 uint32_t t1, t2, curr_t; in iperf_tcp_run_server() local 657 uint32_t t1, t2, curr_t; in iperf_tcp_run_client() local 834 uint32_t t1, t2, curr_t, t1_ms, last_tick, current_tick, last_sleep, current_sleep; in iperf_udp_run_client() local
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftconfig.h | 350 register FT_Int32 t, t2; in FT_MulFix_arm() local 383 register FT_Int32 t, t2; in FT_MulFix_arm() local
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afwarp.h | 37 FT_Pos t1, t2; member
|
/AliOS-Things-master/components/py_engine/engine/lib/crypto-algorithms/ |
A D | sha256.c | 46 WORD a, b, c, d, e, f, g, h, i, j, t1, t2, m[64]; in sha256_transform() local
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | sha256.c | 185 unsigned int t1, t2; in compress() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_pixarlog.c | 118 register float t0, t1, t2, t3; in horizontalAccumulateF() local 181 register float t0, t1, t2, t3; in horizontalAccumulate12() local 395 register unsigned char t0, t1, t2, t3; in horizontalAccumulate8abgr() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | huffman_encode_utils.c | 124 const HuffmanTree* const t2 = (const HuffmanTree*)ptr2; in CompareHuffmanTrees() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduasyncio.c | 80 mp_obj_task_t *t2 = (mp_obj_task_t *)n2; in task_lt() local
|