/prebuilts/go/darwin-x86/src/math/ |
unsafe.go | 9 // Float32bits returns the IEEE 754 binary representation of f. 13 // to the IEEE 754 binary representation b. 16 // Float64bits returns the IEEE 754 binary representation of f. 20 // the IEEE 754 binary representation b.
|
bits.go | 27 // NaN returns an IEEE 754 ``not-a-number'' value. 30 // IsNaN reports whether f is an IEEE 754 ``not-a-number'' value. 32 // IEEE 754 says that only NaNs satisfy f != f.
|
/prebuilts/go/linux-x86/src/math/ |
unsafe.go | 9 // Float32bits returns the IEEE 754 binary representation of f. 13 // to the IEEE 754 binary representation b. 16 // Float64bits returns the IEEE 754 binary representation of f. 20 // the IEEE 754 binary representation b.
|
bits.go | 27 // NaN returns an IEEE 754 ``not-a-number'' value. 30 // IsNaN reports whether f is an IEEE 754 ``not-a-number'' value. 32 // IEEE 754 says that only NaNs satisfy f != f.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
data.s | 4 INT: .int 10,IEEE,-1,"abc",'a'
|
float.d | 73 00000037 <IEEE>:
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32.go | 25 // IEEE is by far and away the most common CRC-32 polynomial. 26 // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ... 27 IEEE = 0xedb88320 30 // Has better error detection characteristics than IEEE. 35 // Also has better error detection characteristics than IEEE. 54 // IEEETable is the table for the IEEE polynomial. 55 var IEEETable = makeTable(IEEE) 60 // iEEETable8 is the slicing8Table for IEEE 67 case IEEE: 118 // using the IEEE polynomial [all...] |
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32.go | 25 // IEEE is by far and away the most common CRC-32 polynomial. 26 // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ... 27 IEEE = 0xedb88320 30 // Has better error detection characteristics than IEEE. 35 // Also has better error detection characteristics than IEEE. 54 // IEEETable is the table for the IEEE polynomial. 55 var IEEETable = makeTable(IEEE) 60 // iEEETable8 is the slicing8Table for IEEE 67 case IEEE: 118 // using the IEEE polynomial [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
attr-merge-wchar-00.d | 17 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-02.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-04.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-20.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-22.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-40.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-44.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-00-nowarn.d | 17 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-02-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-04-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-20-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-22-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-24-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-40-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-42-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
attr-merge-wchar-44-nowarn.d | 18 Tag_ABI_FP_number_model: IEEE 754
|
/external/elfutils/tests/ |
run-readelf-A.sh | 46 ABI_FP_number_model: IEEE 754
|