Searched refs:exp_out (Results 1 – 4 of 4) sorted by relevance
/external/libgsm/src/ |
D | rpe.c | 223 static void APCM_quantization_xmaxc_to_exp_mant P3((xmaxc,exp_out,mant_out), 225 word * exp_out, /* OUT */ 252 *exp_out = exp; 256 static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out), 261 word * exp_out, /* OUT */ 343 *exp_out = exp;
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_cli_test.py | 61 exp_out = """MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs: 142 self.assertMultiLineEqual(output, exp_out) 152 exp_out = 'The given SavedModel contains the following tag-sets:\nserve' 153 self.assertMultiLineEqual(output, exp_out)
|
/external/aac/libFDK/include/ |
D | FDK_qmf_domain.h | 331 const int exp_out);
|
/external/aac/libFDK/src/ |
D | FDK_qmf_domain.cpp | 608 const int exp_out) { in FDK_QmfDomain_GetSlot() argument 638 lb_sf = fMax(exp_lb - target_exp - exp_out, -31); in FDK_QmfDomain_GetSlot() 640 hb_sf = fMax(exp_hb - target_exp - exp_out, -31); in FDK_QmfDomain_GetSlot()
|