OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHI
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-operands.h
182
#define PHI_RESULT_PTR(
PHI
) gimple_phi_result_ptr (
PHI
)
183
#define PHI_RESULT(
PHI
) DEF_FROM_PTR (PHI_RESULT_PTR (
PHI
))
184
#define SET_PHI_RESULT(
PHI
, V) SET_DEF (PHI_RESULT_PTR (
PHI
), (V))
186
#define PHI_ARG_DEF_PTR(
PHI
, I) gimple_phi_arg_imm_use_ptr ((
PHI
), (I))
187
#define PHI_ARG_DEF(
PHI
, I) USE_FROM_PTR (PHI_ARG_DEF_PTR ((
PHI
), (I))
[
all
...]
/external/speex/libspeex/
mdf.c
157
spx_word32_t *
PHI
; /* scratch */
464
st->
PHI
= (spx_word32_t*)speex_alloc(N*sizeof(spx_word32_t));
611
speex_free(st->
PHI
);
822
weighted_spectral_mul_conj(st->power_1, FLOAT_SHL(PSEUDOFLOAT(st->prop[j]),-15), &st->X[(j+1)*N*K+speak*N], st->E+chan*N, st->
PHI
, N);
824
st->W[chan*N*K*M + j*N*K + speak*N + i] += st->
PHI
[i];
[
all
...]
Completed in 23 milliseconds