Home
last modified time | relevance | path

Searched refs:tnew (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_resampler.c74 float be, tnew; in WebRtcAec_ResampleLinear() local
95 tnew = be * mm + obj->position; in WebRtcAec_ResampleLinear()
96 tn = (size_t)tnew; in WebRtcAec_ResampleLinear()
101 outspeech[mm] = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]); in WebRtcAec_ResampleLinear()
104 tnew = be * mm + obj->position; in WebRtcAec_ResampleLinear()
105 tn = (int)tnew; in WebRtcAec_ResampleLinear()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.m162 ACBTree *tnew, *q;
165 tnew = self;
169 tnew = [[ACBTree newNodeWithDictionary:dict] retain];
170 tnew.nodeType = BTNODE;
171 nodeNum = tnew.nodeid;
172 tnew.nodeid = 0;
174 [tnew insert:self.keys[numkeys-1] value:self index:0 split:&h];
175 [tnew insert:q.keys[q.numkeys-1] value:q index:1 split:&h];
176 tnew.numrecs = self.numrecs + q.numrecs;
177 tnew.lnodeid = self.nodeid;
[all …]
/external/python/cpython2/Lib/test/
Dtest_itertools.py959 tnew = type(t1)
960 self.assertRaises(TypeError, tnew)
961 self.assertRaises(TypeError, tnew, 10)
962 t3 = tnew(t1)
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td210 def tnew : T_ALU32_3op_pred<mnemonic, MajOp, MinOp, OpsRev, 0, 1>;
558 def tnew : T_tfr_pred<0, 1>;
592 def tnew : T_tfrp_pred <0, 1>;