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

  /external/valgrind/VEX/priv/
guest_generic_x87.c 108 Int bexp, i, j, shift; local
112 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F);
113 bexp &= 0x7FF;
116 if (bexp == 0 || bexp == 0x7FF) {
131 if (bexp == 0) {
161 bexp -= shift;
162 bexp += (16383 - 1023);
163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
164 f80[8] = toUChar( bexp & 0xFF )
249 Int bexp, i, j; local
    [all...]
guest_x86_helpers.c 1408 Int bexp; local
    [all...]
guest_amd64_helpers.c 1870 Int bexp; local
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
plural.y 66 struct expression *bexp,
138 new_exp_3 (op, bexp, tbranch, fbranch)
140 struct expression *bexp;
146 args[0] = bexp;
plural.c 87 struct expression *bexp,
159 new_exp_3 (op, bexp, tbranch, fbranch)
161 struct expression *bexp;
167 args[0] = bexp;
    [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...]
  /prebuilts/go/darwin-x86/src/math/big/
float.go 900 var sign, bexp, mant uint32
911 // bexp == 0 for denormals
916 bexp = uint32(e+bias) << mbits
920 return math.Float32frombits(sign | bexp | mant), r.acc
1020 var sign, bexp, mant uint64
1031 // bexp == 0 for denormals
1036 bexp = uint64(e+bias) << mbits
1040 return math.Float64frombits(sign | bexp | mant), r.acc
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 900 var sign, bexp, mant uint32
911 // bexp == 0 for denormals
916 bexp = uint32(e+bias) << mbits
920 return math.Float32frombits(sign | bexp | mant), r.acc
1020 var sign, bexp, mant uint64
1031 // bexp == 0 for denormals
1036 bexp = uint64(e+bias) << mbits
1040 return math.Float64frombits(sign | bexp | mant), r.acc
    [all...]
  /external/python/cpython3/Lib/test/
test_statistics.py 55 bexp = b.as_tuple()[2]
56 return (aexp == bexp) and (aexp in ('n', 'N')) # Both NAN or both sNAN.
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 2902 char bexp[kBBufSize]; local
    [all...]

Completed in 392 milliseconds