Searched defs:f4 (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | python34.py | 11 def f4(*vargs, **kwargs): function
|
A D | fun_kwvarargs.py | 21 def f4(*vargs, **kwargs): function
|
A D | fun_varargs.py | 26 def f4(a=0, *args): function
|
A D | fun_kwonlydef.py | 24 def f4(*, a=1, b, c=3, d, e=5, f): function
|
A D | class_bind_self.py | 26 def f4(self, arg): # generator member in C
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | viper_args.py | 37 def f4(x1: int, x2: int, x3: int, x4: int): function
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_closure.js | 129 function f4() { function
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_color.c | 261 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
|
Completed in 11 milliseconds