/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/kissfft/ |
A D | _kiss_fft_guts.h | 128 # 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 D | cmath.py | 41 def phase(z): function
|
/AliOS-Things-master/components/py_engine/engine/drivers/bus/ |
A D | spi.h | 44 uint8_t phase; member
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrsbit.c | 127 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 D | tiffstream.cpp | 155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map()
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftzopen.h | 114 FT_LzwPhase phase; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_qdec.c | 416 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 D | pppol2tp.h | 166 u8_t phase; /* L2TP phase */ member
|
A D | ppp.h | 322 u8_t phase; /* where the link is at */ member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | pppol2tp.h | 166 u8_t phase; /* L2TP phase */ member
|
A D | ppp.h | 322 u8_t phase; /* where the link is at */ member
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffgload.c | 1457 FT_Int phase = ( op == cff_op_hlineto ); in cff_decoder_parse_charstrings() local 1619 FT_Int phase; in cff_decoder_parse_charstrings() local
|
A D | cffparse.c | 133 FT_UInt phase; in cff_parse_real() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_cli.c | 252 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 D | cfg_srv.c | 2783 …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 D | SDL_haptic.h | 578 Uint16 phase; /**< Positive phase shift given by hundredth of a degree. */ member
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttinterp.h | 228 FT_F26Dot6 phase; /* `SuperRounding' */ member
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 1430 u8_t status, phase; in cmd_krp_set() local 1466 u8_t status, phase; in cmd_krp_get() local
|