Home
last modified time | relevance | path

Searched refs:slot_idx (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dadadelta_test.py113 for slot_idx in range(2):
116 slot[slot_idx].eval(),
123 slot_update[slot_idx].eval(),
/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c96 WORD32 slot_idx; in ixheaacd_sbr_env_calc() local
508 slot_idx = (WORD32)l / rate; in ixheaacd_sbr_env_calc()
514 (*e_gain)[4][k] = nrg_gain_pvc[k][slot_idx]; in ixheaacd_sbr_env_calc()
515 (*noise_buf)[4][k] = noise_level_pvc[k][slot_idx]; in ixheaacd_sbr_env_calc()
522 sb_noise = (nrg_tone_pvc[k][slot_idx] != 0 || noise_absc_flag) in ixheaacd_sbr_env_calc()
529 nrg_tone_pvc[k][slot_idx] * ixheaacd_hphase_tbl[0][harm_index]; in ixheaacd_sbr_env_calc()
532 nrg_tone_pvc[k][slot_idx] * freq_inv * in ixheaacd_sbr_env_calc()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2524 int slot_idx = 0; in AssembleConstructFrame() local
2527 __ movdqu(Operand(rsp, kQuadWordSize * slot_idx), in AssembleConstructFrame()
2529 slot_idx++; in AssembleConstructFrame()
2558 int slot_idx = 0; in AssembleReturn() local
2562 Operand(rsp, kQuadWordSize * slot_idx)); in AssembleReturn()
2563 slot_idx++; in AssembleReturn()