Searched refs:tnew (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_resampler.c | 74 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/runtime/ObjC/Framework/ |
D | ACBTree.m | 183 ACBTree *tnew, *q; 186 tnew = self; 190 tnew = [[ACBTree newNodeWithDictionary:dict] retain]; 191 tnew.nodeType = BTNODE; 192 nodeNum = tnew.nodeid; 193 tnew.nodeid = 0; 195 [tnew insert:self.keys[numkeys-1] value:self index:0 split:&h]; 196 [tnew insert:q.keys[q.numkeys-1] value:q index:1 split:&h]; 197 tnew.numrecs = self.numrecs + q.numrecs; 198 tnew.lnodeid = self.nodeid; [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_itertools.py | 964 tnew = type(t1) 965 self.assertRaises(TypeError, tnew) 966 self.assertRaises(TypeError, tnew, 10) 967 t3 = tnew(t1)
|
/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 1394 tnew = type(t1) 1395 self.assertRaises(TypeError, tnew) 1396 self.assertRaises(TypeError, tnew, 10) 1397 t3 = tnew(t1)
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 210 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>;
|