HomeSort by relevance Sort by last modified time
    Searched refs:bexp (Results 1 - 4 of 4) sorted by null

  /external/stlport/src/
num_get_float.cpp 265 // 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) {
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 += sexp
503 int bexp = 64; \/* convert from 64b int to fraction *\/ local
    [all...]
  /ndk/sources/android/stlport/src/
num_get_float.cpp 265 // 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) {
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 += sexp
503 int bexp = 64; \/* convert from 64b int to fraction *\/ local
    [all...]
  /external/e2fsprogs/intl/
plural.y 117 new_exp_3 (enum operator op, struct expression *bexp,
122 args[0] = bexp;
plural.c 138 new_exp_3 (enum operator op, struct expression *bexp,
143 args[0] = bexp;
    [all...]

Completed in 337 milliseconds