Home
last modified time | relevance | path

Searched refs:ftmp (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dfilterbanks.c95 float ftmp; in WebRtcIsac_SplitAndFilterFloat() local
103 ftmp = pin[k] - kHpStCoefInFloat[0] * prefiltdata->HPstates_float[0] - in WebRtcIsac_SplitAndFilterFloat()
106 prefiltdata->HPstates_float[0] = ftmp; in WebRtcIsac_SplitAndFilterFloat()
295 float ftmp, ftmp2; in WebRtcIsac_FilterAndCombineFloat() local
330 ftmp = Out[k] - kHpStCoefOut1Float[0] * postfiltdata->HPstates1_float[0] - in WebRtcIsac_FilterAndCombineFloat()
333 postfiltdata->HPstates1_float[0] = ftmp; in WebRtcIsac_FilterAndCombineFloat()
340 ftmp = Out[k] - kHpStCoefOut2Float[0] * postfiltdata->HPstates2_float[0] - in WebRtcIsac_FilterAndCombineFloat()
343 postfiltdata->HPstates2_float[0] = ftmp; in WebRtcIsac_FilterAndCombineFloat()
/external/openssl/crypto/asn1/
Da_object.c89 char ftmp[24], *tmp = ftmp; in a2d_ASN1_OBJECT() local
90 int tmpsize = sizeof ftmp; in a2d_ASN1_OBJECT()
182 if (tmp != ftmp) in a2d_ASN1_OBJECT()
217 if (tmp != ftmp) in a2d_ASN1_OBJECT()
223 if (tmp != ftmp) in a2d_ASN1_OBJECT()
/external/libvorbis/lib/
Dlsp.c81 float *ftmp=lsp; in vorbis_lsp_to_curve() local
85 q*=ftmp[0]-w; in vorbis_lsp_to_curve()
86 p*=ftmp[1]-w; in vorbis_lsp_to_curve()
87 ftmp+=2; in vorbis_lsp_to_curve()
93 q*=ftmp[0]-w; in vorbis_lsp_to_curve()
/external/valgrind/main/VEX/priv/
Dhost_ppc_isel.c1585 HReg ftmp = newVRegF(env); in iselWordExpr_R_wrk() local
1596 ftmp, fsrc)); in iselWordExpr_R_wrk()
1597 addInstr(env, PPCInstr_FpSTFIW(r1, ftmp)); in iselWordExpr_R_wrk()
1617 HReg ftmp = newVRegF(env); in iselWordExpr_R_wrk() local
1626 True, ftmp, fsrc)); in iselWordExpr_R_wrk()
1627 addInstr(env, PPCInstr_FpLdSt(False/*store*/, 8, ftmp, zero_r1)); in iselWordExpr_R_wrk()
2993 HReg ftmp = newVRegF(env); in iselInt64Expr_wrk() local
3002 True, ftmp, fsrc)); in iselInt64Expr_wrk()
3003 addInstr(env, PPCInstr_FpLdSt(False/*store*/, 8, ftmp, zero_r1)); in iselInt64Expr_wrk()
/external/srec/srec/crec/
Dsrec.c2264 ftokenID* ftmp; in srec_viterbi_part2() local
2270 ftmp = rec->best_token_for_node; in srec_viterbi_part2()
2272 *ftmp++ = MAXftokenID; in srec_viterbi_part2()