Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Dfun_kwvarargs.py13 def f3(a, *vargs, **kwargs): function
16 f3(1)
17 f3(1, 2)
18 f3(1, b=2)
19 f3(1, 2, b=3)
A Dfun_kwonlydef.py16 def f3(a, *, b=2, c): function
18 f3(1, c=3)
19 f3(1, b=3, c=4)
20 f3(1, **{'c':3})
21 f3(1, **{'b':'3', 'c':4})
A Dfun_kwargs.py23 def f3(a, b, *args): function
27 f3(1, b=3)
29 f3(1, a=3)
33 f3(1, 2, 3, 4, a=5)
A Dfun_varargs.py18 def f3(a, b, *args): function
21 f3(1, 2)
22 f3(1, 2, 3)
23 f3(1, 2, 3, 4)
A Dasync_with_break.py41 async def f3(): function
55 o = f3()
A Dasync_with_return.py35 async def f3(): function
46 o = f3()
A Dclass_inherit_mul.py22 def f3(self): member in B
42 o.f3()
A Dclass_bind_self.py25 f3 = make_closure('f3') # closure variable in C
40 print(c.f3())
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dviper_types.py27 def f3(x) -> bool: function
31 print(f3([]))
32 print(f3(-1))
A Dheapalloc_inst_call.py29 f3 = Foo3() variable
35 f3(1, 2, 3)
A Dheapalloc.py28 def f3(a, b, c, d): function
48 f3(1, 2, 3, 4) # function with lots of local state
A Dviper_args.py29 def f3(x1: int, x2: int, x3: int): function
33 f3(1, 2, 3)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_closure.js126 function f3() { function
139 assert(f3.call("this_val") === "this_val");
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip.py208 f3 = tarfile.TarFile(fileobj=f2)
209 meta = install_tar(f3, install_path)
212 del f3
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_color.c260 float f3 = 2-2*LumaBlue; int32 D3 = FIX(CLAMP(f3,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
261 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit()
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/
A Dport_s.S123 fsd f3, (112+112)(sp)
259 fld f3, (112+112)(sp)
355 fld f3, (112+112)(sp)
/AliOS-Things-master/hardware/arch/riscv/src/rv32f_32gpr/
A Dport_s.S113 fsw f3, 112(sp)
240 flw f3, 112(sp)
/AliOS-Things-master/hardware/arch/riscv/src/rv32fd_32gpr/
A Dport_s.S113 fsd f3, (112+112)(sp)
239 fld f3, (112+112)(sp)
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_archflag.m4101 *f3[[347]]:*:*:*|*f4[1347]:*:*:*)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Denc_sse2.c270 const __m128i f3 = _mm_packs_epi32(e3, e3); in FTransformPass2_SSE2() local
290 const __m128i d2_f3 = _mm_unpacklo_epi64(d2, f3); in FTransformPass2_SSE2()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1478 183168f3 cosmetics: enc_sse2: add const to some casts

Completed in 25 milliseconds