/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 216 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_ecvtR() 218 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_fcvtR() 224 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf) in _Stl_ecvtR() 226 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf) in _Stl_fcvtR() 231 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_ecvtR() 233 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_fcvtR() 236 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_ecvtR() 238 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_fcvtR() 243 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_ecvtR() 245 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_fcvtR() [all …]
|
D | num_put.cpp | 39 int sign = 0; in __insert_grouping_aux() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/ |
D | pointer.pass.cpp | 19 int sign(int x) in sign() function
|
D | string.pass.cpp | 19 int sign(int x) in sign() function
|
D | size_size_pointer.pass.cpp | 20 int sign(int x) in sign() function
|
D | size_size_string.pass.cpp | 20 int sign(int x) in sign() function
|
D | size_size_pointer_size.pass.cpp | 20 int sign(int x) in sign() function
|
D | size_size_string_size_size.pass.cpp | 22 int sign(int x) in sign() function
|
/ndk/sources/android/support/src/stdio/ |
D | fpmath.h | 51 unsigned int sign :1; member 70 unsigned int sign :1; member
|
D | strtod.c | 429 int k, maxwds, sign, wds; member 1593 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 2358 (_d, mode, ndigits, decpt, sign, rve) in __dtoa() argument 3058 dorounding(char *s0, int ndigits, int sign, int *decpt) in dorounding() 3110 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in __hdtoa() 3212 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc) in gethex()
|
/ndk/sources/android/support/src/wcstox/ |
D | floatscan.c | 87 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 332 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 446 int sign = 1; in __floatscan() local
|
/ndk/sources/android/support/src/stdio/arm/ |
D | _fpmath.h | 44 unsigned int sign :1; member
|
/ndk/sources/android/support/src/stdio/mips/ |
D | _fpmath.h | 37 unsigned int sign :1; member
|
/ndk/sources/android/support/src/stdio/amd64/ |
D | _fpmath.h | 39 unsigned int sign :1; member
|
/ndk/sources/android/support/src/stdio/arm64/ |
D | _fpmath.h | 40 unsigned int sign :1; member
|
/ndk/sources/android/support/src/stdio/i386/ |
D | _fpmath.h | 35 unsigned int sign :1; member
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 225 bfd_vma sign = (bfd_vma) 1 << (bed->s->arch_size - 1); in translate_addresses() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/ |
D | fp_traits.hpp | 236 static const uint64_t sign = ((uint64_t)0x80000000u) << 32; member 296 static const uint64_t sign = (uint64_t)0x80000000u << 32; member
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.h | 42 enum part {none, space, symbol, sign, value}; enumerator
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 5550 const char sign = static_cast<char>(money_base::sign); in __init_pat() local
|