Searched refs:new_scalar (Results 1 – 1 of 1) sorted by relevance
/btstack/3rd-party/lc3-google/test/ |
H A D | ctypes.h | 58 #define new_scalar(obj, ptr) \ macro 222 new_scalar(NPY_INT32, &attdet->en1)); in from_attdet_analysis() 225 new_scalar(NPY_INT32, &attdet->an1)); in from_attdet_analysis() 228 new_scalar(NPY_INT, &attdet->p_att)); in from_attdet_analysis() 257 new_scalar(NPY_INT64, &hp50->s1)); in from_ltpf_hp50_state() 260 new_scalar(NPY_INT64, &hp50->s2)); in from_ltpf_hp50_state() 312 new_scalar(NPY_BOOL, <pf->active)); in from_ltpf_analysis() 315 new_scalar(NPY_INT, <pf->pitch)); in from_ltpf_analysis() 330 new_scalar(NPY_INT, <pf->tc)); in from_ltpf_analysis() 367 new_scalar(NPY_BOOL, <pf->active)); in from_ltpf_synthesis() [all …]
|