Searched refs:amp (Results 1 - 25 of 52) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXMLEntities.properties27 amp=38
H A DHTMLEntities.properties27 amp=38
/external/libvorbis/lib/
H A Dtone.c14 double *amp; local
19 amp=alloca(sizeof(*amp)*(argc-1));
27 amp[i]=atof(pos+1)*32767.f;
29 amp[i]=32767.f;
31 fprintf(stderr,"%g Hz, %g amp\n",f[i],amp[i]);
40 val+=amp[j]*sin(i/44100.f*f[j]*2*M_PI);
H A Dlsp.h26 float amp,float ampoffset);
H A Dlsp.c66 float amp,float ampoffset){
103 q=vorbis_fromdBlook(amp*
141 float amp,float ampoffset){
148 int ampi=rint(amp*16.f);
231 amp=vorbis_fromdBlook_i(ampi* /* n.4 */
236 curve[i]*=amp;
237 while(map[++i]==k)curve[i]*=amp;
249 float amp,float ampoffset){
276 q=fromdB(amp/sqrt(p+q)-ampoffset);
65 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
140 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
248 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
H A Dfloor0.c165 float amp=(float)ampraw/maxval*info->ampdB; local
185 lsp[look->m]=amp;
202 float amp=lsp[look->m]; local
209 lsp,look->m,amp,(float)info->ampdB);
H A Dpsy.h142 extern float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd);
H A Dpsy.c389 float amp,
396 int choice=(int)((amp+dBoffset-P_LEVEL_0)*.1f);
406 float lin=amp+curve[i];
830 float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd){ argument
838 amp+=secs*gi->ampmax_att_per_sec;
839 if(amp<-9999)amp=-9999;
840 return(amp);
387 seed_curve(float *seed, const float **curves, float amp, int oc, int n, int linesper,float dBoffset) argument
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlStripFunction.java35 // The state the strip function can be, normal, in an amp escaped entity or
49 tempMap.put("amp", "&");
98 // Holds the contents of an & (amp) entity before its decoded.
99 StringBuilder amp = new StringBuilder();
116 // If this is isn't the start of an amp of a tag, treat as plain
133 appendDecodedEntityReference(out, amp);
134 amp = new StringBuilder();
136 if (amp.length() < MAX_AMP_LENGTH) {
138 // amp buffer and continue, if it is the last, dump the buffer
141 amp
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb153 &amp;
188 &amp;
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp70 double amp = float(pow(10.0, fFilterLowshelfAttenuation / 40.0)); local
74 double beta = float(sqrt(amp)/fFilterShelfSlope);
77 double b0 = amp * ((amp+1.0F) - ((amp-1.0F)*cosw) + (beta*sinw));
78 double b1 = 2.0F * amp * ((amp-1.0F) - ((amp+1.0F)*cosw));
79 double b2 = amp * ((amp
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DHtmlEscapeFunction.java40 "", "", "", "", "", "", "", "", "", "", "!", "&quot;", "#", "$", "%", "&amp;", "&#39;",
/external/tremolo/Tremolo/
H A Dfloor0.c147 ogg_int32_t amp,
156 int ampi=amp;
307 amp=vorbis_fromdBlook_i(ampi* /* n.4 */
313 amp>>=9;
315 curve[i]= MULT31_SHIFT15(curve[i],amp);
329 curve[i]= MULT31_SHIFT15(curve[i],amp);
408 int amp=((ampraw*info->ampdB)<<4)/maxval; local
423 lsp[info->order]=amp;
437 ogg_int32_t amp=lsp[info->order]; local
441 lsp,info->order,amp,inf
145 vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln, ogg_int32_t *lsp,int m, ogg_int32_t amp, ogg_int32_t ampoffset, ogg_int32_t nyq) argument
[all...]
/external/srec/srec/cfront/
H A Dwav_acc.c99 int *dc_offset, int *amp, int *pc5, int *pc95,
124 *amp = 0;
140 *amp = integer_square_root((int)sqr_devn);
98 get_sig_check(wave_stats *ws, int *nsam, int *pclowclip, int *pchighclip, int *dc_offset, int *amp, int *pc5, int *pc95, int *overflow) argument
H A Dca_wave.c205 int amp; local
215 get_sig_check(ws, &nsam, &pclowclip, &pchighclip, &dc_offset, &amp,
/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp59 case tok::amp: return prec::And;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.cc314 case '&': escseq = "&amp;"; esclen = 5; break;
370 case '&': escseq = "&amp;"; esclen = 5; break;
414 && (memcmp(source + srcpos, "amp;", 4) == 0)) {
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp77 TokenInfo[tok::amp ] |= aci_custom_firstchar;
103 TokenInfo[tok::amp ] |= aci_avoid_equal; // &=
249 case tok::amp: // &&
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g168 : ^(amp=AMPERSAND id1=ID
176 grammar.defineNamedAction($amp,scope,nameAST,actionAST);
264 : ^(amp=AMPERSAND id=ID a=ACTION ) {if (r!=null) r.defineNamedAction($amp,$id,$a);}
343 : ^(amp=AMPERSAND id=ID a=ACTION ) // {r.defineAction(#amp,#id,#a);}
/external/srec/srec/include/
H A Dsample.h203 int *dc_offset, int *amp, int *pc5, int *pc95, int* overflow);
H A Dfrontapi.h901 int *dc_offset, int *amp, int *pc5, int *pc95,
/external/tcpdump/
H A Dprint-decnet.c592 struct ackmsg *amp = (struct ackmsg *)nspp; local
597 TCHECK(*amp);
598 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
604 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
617 struct ackmsg *amp = (struct ackmsg *)nspp; local
622 TCHECK(*amp);
623 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
629 TCHECK(amp->ak_acknum[1]);
630 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.uml2.properties43 releaseNotesURL=http://www.eclipse.org/modeling/mdt/news/release-notes.php?project=uml2-uml&amp;version=%%version%%
/external/regex-re2/doc/
H A Dmksyntaxhtml5 ,s/\&/\&amp;/g
/external/clang/lib/Parse/
H A DParseInit.cpp48 case tok::amp:
75 case tok::amp:

Completed in 1019 milliseconds

123