HomeSort by relevance Sort by last modified time
    Searched defs:Interp (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 37 public class Interp {
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 67 static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) {
392 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction);
393 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
416 out[outputIndex++] += vl * Interp(in[inputIndex*2-2],
418 out[outputIndex++] += vr * Interp(in[inputIndex*2-1],
488 int32_t sample = Interp(mX0L, in[0], phaseFraction);
513 int32_t sample = Interp(in[inputIndex-1], in[inputIndex],
639 " mla r5, r0, r10, r5\n" /* vl*interp + out[] */\
642 " mla r4, r0, r11, r4\n" /* vr*interp + out[] */\
758 " mla r5, r12, r10, r5\n" /* vl*interp + out[] */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 43 * java Interp file.g tokens-to-ignore start-rule input-file
45 * java Interp C.g 'WS COMMENT' program t.c
50 public class Interp {
66 System.err.println("java Interp file.g tokens-to-ignore start-rule input-file");
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 70 struct tgsi_declaration_interp Interp;
  /external/mesa3d/src/mesa/tnl/
t_context.h 370 tnl_interp_func interp; member in struct:tnl_clipspace
435 tnl_interp_func Interp;
436 /* The interp function is called by the clipping routines when we need
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 996 milliseconds