diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 14:03:56 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 14:03:56 -0800 |
| commit | 31e30105703263782efd450d356cd67ea01af3b7 (patch) | |
| tree | 41af8ef10ee58881490f5e4620861a8853159be6 /docs/dalvik-bytecode.html | |
| parent | 6dcac3deb3c19dc634470eb30b2daedf2b201bd4 (diff) | |
| download | android_dalvik-31e30105703263782efd450d356cd67ea01af3b7.tar.gz android_dalvik-31e30105703263782efd450d356cd67ea01af3b7.tar.bz2 android_dalvik-31e30105703263782efd450d356cd67ea01af3b7.zip | |
auto import from //depot/cupcake/@132589
Diffstat (limited to 'docs/dalvik-bytecode.html')
| -rw-r--r-- | docs/dalvik-bytecode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dalvik-bytecode.html b/docs/dalvik-bytecode.html index 4945d60f4..2bbffe6b0 100644 --- a/docs/dalvik-bytecode.html +++ b/docs/dalvik-bytecode.html @@ -1170,7 +1170,7 @@ round-to-nearest and gradual underflow, except where stated otherwise.</p> <td>float a;<br/> int64 result = (int64) a; </td> - <td>Conversion of <code>float</code> to <code>int64</code>, using + <td>Conversion of <code>float</code> to <code>int32</code>, using round-toward-zero. The same special case rules as for <code>float-to-int</code> apply here, except that out-of-range values get converted to either <code>0x7fffffffffffffff</code> or |
