Searched refs:representation (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 724 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern() argument 727 switch (representation) { in ValueAsBitPattern() 746 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument 750 regno, representation, in _Unwind_VRS_Set() 751 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set() 755 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set() 762 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set() 769 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set() 771 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set() 785 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set() [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | bitset_test.cpp | 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); in bitset1() local 68 CPPUNIT_ASSERT( representation == "1000100010001" ); in bitset1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bitset_test.cpp | 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); in bitset1() local 68 CPPUNIT_ASSERT( representation == "1000100010001" ); in bitset1()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 125 _Unwind_VRS_DataRepresentation representation, 131 _Unwind_VRS_DataRepresentation representation,
|
/ndk/build/gmsl/ |
D | __gmsl | 501 # Arguments: 1: A number of x's representation 537 # Arguments: 1: A number in x's representation 539 # Returns: Returns the sum of the two numbers in x's representation 553 # Arguments: 1: A number in x's representation 555 # Returns: Returns the difference of the two numbers in x's representation, 573 # Arguments: 1: A number in x's representation 575 # Returns: Returns the product of the two numbers in x's representation 589 # Arguments: 1: A number in x's representation 592 # by argument 2 in x's representation 609 # Arguments: 1: A number in x's representation [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 195 _Unwind_VRS_DataRepresentation representation, 201 _Unwind_VRS_DataRepresentation representation, 207 _Unwind_VRS_DataRepresentation representation);
|
/ndk/sources/android/support/src/musl-math/ |
D | libm.h | 47 #error Unsupported long double representation
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | chrono | 43 static_assert(!__is_duration<Rep>::value, "A duration representation can not be a duration"); 409 static_assert(!__is_duration<_Rep>::value, "A duration representation can not be a duration");
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 3334 hexadecimal representation of @code{]} can also be used to end a range.
|
D | sed-in.texi | 3167 hexadecimal representation of @code{]} can also be used to end a range.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 3560 % representation of the skip.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 4521 % representation of the skip.
|