/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | unboundlocal.py | 3 def f1(): function
|
A D | ifcond.py | 62 def f(t1, t2, f1): argument
|
A D | fun_kwargs.py | 1 def f1(a): function
|
A D | try_finally2.py | 3 def f1(a, b): function
|
A D | fun_kwvarargs.py | 1 def f1(**kwargs): function
|
A D | async_with_break.py | 10 async def f1(): function
|
A D | async_with_return.py | 10 async def f1(): function
|
A D | fun_varargs.py | 2 def f1(*args): function
|
A D | fun_kwonlydef.py | 4 def f1(*, a=1): function
|
A D | class_bind_self.py | 22 def f1(self, arg): member in C
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | native_for.py | 5 def f1(n): function
|
A D | viper_types.py | 7 def f1(x: bool): function
|
A D | heapalloc.py | 20 def f1(a): function
|
A D | heapalloc_inst_call.py | 27 f1 = Foo1() variable
|
A D | viper_args.py | 13 def f1(x1: int): function
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_trig.c | 25 FT_Fixed f1, f2; in test_cos() local 51 FT_Fixed f1, f2; in test_sin() local 77 FT_Fixed f1, f2; in test_tan() local
|
/AliOS-Things-master/components/cplusplus/example/cpp_standard/ |
A D | rtti_test.cpp | 18 double f1 = 1.0; in rtti_test() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ControllerFunctions/ |
A D | arm_sin_cos_q31.c | 59 q31_t f1, f2, d1, d2; /* Two nearest output values */ in arm_sin_cos_q31() local
|
A D | arm_sin_cos_f32.c | 81 float32_t f1, f2, d1, d2; /* Two nearest output values */ in arm_sin_cos_f32() local
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | executor_ut.cc | 19 static void f1() { in f1() function
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_closure.js | 120 function f1() { function
|
A D | test_builtin.js | 613 function *f1() { generator in test_generator
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 1098 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ in Line_Up() local 1282 Short f1; in Bezier_Up() local 2304 Byte f1, f2; in Vertical_Sweep_Span() local 2355 Short c1, f1; in Vertical_Sweep_Drop() local 2544 Byte f1; in Horizontal_Sweep_Span() local 2578 Byte f1; in Horizontal_Sweep_Drop() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_color.c | 258 { float f1 = 2-2*LumaRed; int32 D1 = FIX(CLAMP(f1,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_gesture.c | 311 float f1 = dollarDifference(points,templ,x1); in bestDollarDifference() local
|