Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/kissfft/
A D_kiss_fft_guts.h128 # define KISS_FFT_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument
129 # define KISS_FFT_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument
132 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
133 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
136 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
137 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
141 #define kf_cexp(x,phase) \ argument
/AliOS-Things-master/components/amp-utility/python/
A Dcmath.py41 def phase(z): function
/AliOS-Things-master/components/py_engine/engine/drivers/bus/
A Dspi.h44 uint8_t phase; member
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrsbit.c127 FT_Int n, phase, count, counts[2], reload; in pfr_bitwriter_decode_rle1() local
207 FT_Int n, phase, count, reload; in pfr_bitwriter_decode_rle2() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.cpp155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map()
/AliOS-Things-master/components/freetype/src/lzw/
A Dftzopen.h114 FT_LzwPhase phase; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_qdec.c416 void QDEC_SetRstMod(QDEC_TypeDef *QDec, u32 mode, u32 phase) in QDEC_SetRstMod()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dpppol2tp.h166 u8_t phase; /* L2TP phase */ member
A Dppp.h322 u8_t phase; /* where the link is at */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dpppol2tp.h166 u8_t phase; /* L2TP phase */ member
A Dppp.h322 u8_t phase; /* where the link is at */ member
/AliOS-Things-master/components/freetype/src/cff/
A Dcffgload.c1457 FT_Int phase = ( op == cff_op_hlineto ); in cff_decoder_parse_charstrings() local
1619 FT_Int phase; in cff_decoder_parse_charstrings() local
A Dcffparse.c133 FT_UInt phase; in cff_parse_real() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_cli.c252 uint8_t *phase; member
259 u8_t status, phase; in net_krp_status() local
1204 int bt_mesh_cfg_krp_set(u16_t net_idx, u16_t addr, u16_t key_net_idx, u8_t *phase, u8_t *status) in bt_mesh_cfg_krp_set()
1244 int bt_mesh_cfg_krp_get(u16_t net_idx, u16_t addr, u16_t key_net_idx, u8_t *phase, u8_t *status) in bt_mesh_cfg_krp_get()
A Dcfg_srv.c2783 …id send_krp_status(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, u16_t idx, u8_t phase, in send_krp_status()
2824 u8_t phase; in krp_set() local
/AliOS-Things-master/components/SDL2/include/
A DSDL_haptic.h578 Uint16 phase; /**< Positive phase shift given by hundredth of a degree. */ member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.h228 FT_F26Dot6 phase; /* `SuperRounding' */ member
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c1430 u8_t status, phase; in cmd_krp_set() local
1466 u8_t status, phase; in cmd_krp_get() local

Completed in 39 milliseconds