Home
last modified time | relevance | path

Searched refs:c_name (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c63 #define MATH_FUN_1(py_name, c_name) \ argument
65 return math_generic_1(x_obj, MICROPY_FLOAT_C_FUN(c_name)); \
69 #define MATH_FUN_1_TO_BOOL(py_name, c_name) \ argument
70 …STATIC mp_obj_t mp_math_##py_name(mp_obj_t x_obj) { return mp_obj_new_bool(c_name(mp_obj_get_float…
73 #define MATH_FUN_1_TO_INT(py_name, c_name) \ argument
74 …e(mp_obj_t x_obj) { return mp_obj_new_int_from_float(MICROPY_FLOAT_C_FUN(c_name)(mp_obj_get_float(…
77 #define MATH_FUN_2(py_name, c_name) \ argument
79 return math_generic_2(x_obj, y_obj, MICROPY_FLOAT_C_FUN(c_name)); \
83 #define MATH_FUN_2_FLT_INT(py_name, c_name) \ argument
85 …return mp_obj_new_float(MICROPY_FLOAT_C_FUN(c_name)(mp_obj_get_float(x_obj), mp_obj_get_int(y_obj)…
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjsc.c176 FILE *fo, JSValueConst obj, const char *c_name, in output_object_code() argument
191 namelist_add(&cname_list, c_name, NULL, load_only); in output_object_code()
194 c_name, (unsigned int)out_buf_len); in output_object_code()
196 c_name, (unsigned int)out_buf_len); in output_object_code()
289 char c_name[1024]; in compile_file() local
315 pstrcpy(c_name, sizeof(c_name), c_name1); in compile_file()
317 get_c_name(c_name, sizeof(c_name), filename); in compile_file()
319 output_object_code(ctx, fo, obj, c_name, FALSE); in compile_file()

Completed in 4 milliseconds