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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
data.s 4 INT: .int 10,IEEE,-1,"abc",'a'
float.d 73 00000037 <IEEE>:
float.s 26 IEEE: .ieee 0f0, 0f1.0, 0f0.5, 0f-1,0, 0e-1.0e25, 3, 123, 0f3.141592654
  /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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-names.d 43 Tag_ABI_FP_16bit_format: IEEE 754
  /external/fdlibm/
Android.mk 44 # "IEEE spirit", i.e. to guarantee that the IEEE 754 core functions
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 59 /* This is the IEEE 854 double-extended-precision format. */
66 } ieee; member in union:ieee854_long_double
326 /* IEEE representation */
452 * IEEE Double Precision Format
482 template <class D, class IEEE, int M, int BIAS>
559 * IEEE Double Precision Format
577 IEEE v;
579 v.ieee.mantissa0 = vv.i32.hi;
580 v.ieee.mantissa1 = vv.i32.lo;
581 v.ieee.negative = 0
    [all...]
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-1.s 93 @CHECK-OBJ-NEXT: Description: IEEE-754
100 @CHECK-OBJ-NEXT: Description: IEEE-754
107 @CHECK-OBJ-NEXT: Description: IEEE-754
198 @CHECK-OBJ-NEXT: Description: IEEE-754
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Credential.java 15 public enum CertType {IEEE, x509v3}
127 return CertType.IEEE;

Completed in 367 milliseconds

1 2