Searched refs:bexp (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dnum_get_float.cpp265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp.
268 // bexp: base-2 exponent (output parameter)
269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { argument
270 bexp = 0;
309 bexp += _Stl_twoexp[hi] - norm;
316 bexp += _Stl_twoexp[lo] - norm;
347 int bexp; /* binary exponent */ local
368 bexp = 64; /* convert from 64b int to fraction */
382 bexp -= 64 - nzero;
390 bexp
503 int bexp = 64; /* convert from 64b int to fraction */ local
[all...]
/external/e2fsprogs/intl/
H A Dplural.y117 new_exp_3 (enum operator op, struct expression *bexp,
122 args[0] = bexp;
H A Dplural.c138 new_exp_3 (enum operator op, struct expression *bexp, argument
143 args[0] = bexp;

Completed in 16 milliseconds