Home
last modified time | relevance | path

Searched refs:f4 (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Dfun_varargs.py26 def f4(a=0, *args): function
29 f4()
30 f4(1)
31 f4(1, 2)
32 f4(1, 2, 3)
A Dfun_kwonlydef.py24 def f4(*, a=1, b, c=3, d, e=5, f): function
26 f4(b=2, d=4, f=6)
27 f4(a=11, b=2, d=4, f=6)
28 f4(a=11, b=2, c=33, d=4, e=55, f=6)
29 f4(f=6, e=55, d=4, c=33, b=2, a=11)
A Dfun_kwvarargs.py21 def f4(*vargs, **kwargs): function
23 f4(*(1, 2))
24 f4(kw_arg=3)
25 f4(*(1, 2), kw_arg=3)
A Dpython34.py11 def f4(*vargs, **kwargs): function
16 f4(*print_ret(['a', 'b']), kw_arg=print_ret(None))
A Dclass_bind_self.py26 def f4(self, arg): # generator member in C
41 print(next(c.f4(4)))
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dviper_args.py37 def f4(x1: int, x2: int, x3: int, x4: int): function
41 f4(1, 2, 3, 4)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_closure.js129 function f4() { function
140 assert(new f4() === f4);
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/
A Dport_s.S122 fsd f4, (108+108)(sp)
258 fld f4, (108+108)(sp)
354 fld f4, (108+108)(sp)
/AliOS-Things-master/hardware/arch/riscv/src/rv32f_32gpr/
A Dport_s.S112 fsw f4, 108(sp)
239 flw f4, 108(sp)
/AliOS-Things-master/hardware/arch/riscv/src/rv32fd_32gpr/
A Dport_s.S112 fsd f4, (108+108)(sp)
238 fld f4, (108+108)(sp)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_color.c261 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt105 2.3.4 U-0010FFFF = f4 8f bf bf = "��" |
108 2.3.5 U-00110000 = f4 90 80 80 = "����" |
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_archflag.m4101 *f3[[347]]:*:*:*|*f4[1347]:*:*:*)
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5f4)uC8�JE�LH�PJ�TL�WN�YOx[Mp]Nj^N]WGPQAKN=CJ:9B12:+08)36-17-06,/5+/5)17+2:-4<-9D4;F6=H7<I7:G56C/3@…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm327 >97��5�$�. h[��i�ދ��j��s��d�;^Dmc&|n0{`+�^.�7(�;+�N/�T0�f4�q5Ӆ9ҡJиT��x�̊�Β�Ӟ�٬�د�׭�޸����…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1291 888429f4 lossless: 0.5 % compression density improvement

Completed in 23 milliseconds