HomeSort by relevance Sort by last modified time
    Searched full:bexp (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp 40 const int bExp = ((u.u & kExponentMask) >> kSignificandSize) - kExponentBias - kSignificandSize;
43 EXPECT_EQ(-201, bExp);
49 // Let h = 2^(bExp-1)
50 const int hExp = bExp - 1;
73 if (bExp >= 0)
74 bS_Exp2 += bExp;
76 dS_Exp2 -= bExp;
77 hS_Exp2 -= bExp;
  /external/valgrind/VEX/useful/
fp_80_64.c 106 Int bexp, i, j, shift; local
110 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F);
111 bexp &= 0x7FF;
114 if (bexp == 0 || bexp == 0x7FF) {
129 if (bexp == 0) {
159 bexp -= shift;
160 bexp += (16383 - 1023);
161 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
162 f80[8] = toUChar( bexp & 0xFF )
247 Int bexp, i, j; local
    [all...]
hd_fpu.c 75 Int bexp = ((UInt)e_lsb[9] << 8) | (UInt)e_lsb[8]; local
76 bexp &= 0x7fff;
78 if (bexp == 0)
79 bexp = 0; /* preserve zeroes */
81 if (bexp == 0x7FFF)
82 bexp = 0x7FF; /* preserve Infs/Nans */
84 bexp -= (16383 - 1023);
85 if (bexp < 0) bexp = 0;
86 if (bexp > 0x7FF) bexp = 0x7FF
109 Int bexp = ((UInt)d_lsb[7] << 4) | local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/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...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 58 const int bExp = db.IntegerExponent();
59 const int hExp = bExp - 1;
76 if (bExp >= 0)
77 bS_Exp2 += bExp;
79 dS_Exp2 -= bExp;
80 hS_Exp2 -= bExp;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 797 int16 aExp, bExp, zExp;
804 bExp = extractFloat32Exp( b );
805 expDiff = aExp - bExp;
813 if ( bExp == 0 ) {
823 if ( bExp == 0xFF ) {
834 zExp = bExp;
869 int16 aExp, bExp, zExp;
876 bExp = extractFloat32Exp( b );
877 expDiff = aExp - bExp;
889 bExp = 1;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 798 int16 aExp, bExp, zExp;
805 bExp = extractFloat32Exp( b );
806 expDiff = aExp - bExp;
814 if ( bExp == 0 ) {
824 if ( bExp == 0xFF ) {
835 zExp = bExp;
870 int16 aExp, bExp, zExp;
877 bExp = extractFloat32Exp( b );
878 expDiff = aExp - bExp;
890 bExp = 1;
    [all...]
  /toolchain/binutils/binutils-2.25/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/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 1774 Int bexp; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c     [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 898 var sign, bexp, mant uint32
909 // bexp == 0 for denormals
914 bexp = uint32(e+bias) << mbits
918 return math.Float32frombits(sign | bexp | mant), r.acc
1018 var sign, bexp, mant uint64
1029 // bexp == 0 for denormals
1034 bexp = uint64(e+bias) << mbits
1038 return math.Float64frombits(sign | bexp | mant), r.acc
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 898 var sign, bexp, mant uint32
909 // bexp == 0 for denormals
914 bexp = uint32(e+bias) << mbits
918 return math.Float32frombits(sign | bexp | mant), r.acc
1018 var sign, bexp, mant uint64
1029 // bexp == 0 for denormals
1034 bexp = uint64(e+bias) << mbits
1038 return math.Float64frombits(sign | bexp | mant), r.acc
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IpmiNetFnStorage.h 174 UINT8 BExp : 4; // 30
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 2854 char bexp[kBBufSize]; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi/thumb/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a-hard/
libstlport_shared.so 

Completed in 660 milliseconds

1 2