Home
last modified time | relevance | path

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

/external/libgsm/src/
Drpe.c223 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/
Dsaved_model_cli_test.py61 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/
DFDK_qmf_domain.h331 const int exp_out);
/external/aac/libFDK/src/
DFDK_qmf_domain.cpp608 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()