Searched defs:pt (Results 1 – 4 of 4) sorted by relevance
/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 …]
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsify.c | 148 char *pt; in showall() local
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | unroll1.cpp | 197 for (double * pt = begin(); pt != end(); ++pt) in RefBlockController() local 228 for (double *pt = begin(); pt != end(); ++pt) in deleteStorage() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | unroll1.cpp | 197 for (double * pt = begin(); pt != end(); ++pt) in RefBlockController() local 228 for (double *pt = begin(); pt != end(); ++pt) in deleteStorage() local
|