Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp216 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 …]
Dnum_put.cpp39 int sign = 0; in __insert_grouping_aux() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/
Dpointer.pass.cpp19 int sign(int x) in sign() function
Dstring.pass.cpp19 int sign(int x) in sign() function
Dsize_size_pointer.pass.cpp20 int sign(int x) in sign() function
Dsize_size_string.pass.cpp20 int sign(int x) in sign() function
Dsize_size_pointer_size.pass.cpp20 int sign(int x) in sign() function
Dsize_size_string_size_size.pass.cpp22 int sign(int x) in sign() function
/ndk/sources/android/support/src/stdio/
Dfpmath.h51 unsigned int sign :1; member
70 unsigned int sign :1; member
Dstrtod.c429 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/
Dfloatscan.c87 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.h44 unsigned int sign :1; member
/ndk/sources/android/support/src/stdio/mips/
D_fpmath.h37 unsigned int sign :1; member
/ndk/sources/android/support/src/stdio/amd64/
D_fpmath.h39 unsigned int sign :1; member
/ndk/sources/android/support/src/stdio/arm64/
D_fpmath.h40 unsigned int sign :1; member
/ndk/sources/android/support/src/stdio/i386/
D_fpmath.h35 unsigned int sign :1; member
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c225 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/
Dfp_traits.hpp236 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.h42 enum part {none, space, symbol, sign, value}; enumerator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5550 const char sign = static_cast<char>(money_base::sign); in __init_pat() local