Searched refs:PRFloat64 (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prdtoa.h | 57 PRFloat64 __pascal __loadds __export 59 NSPR_API(PRFloat64) 69 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval); 82 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
|
D | prlong.h | 178 #define LL_L2F(f, l) ((f) = (PRFloat64)(l)) 179 #define LL_L2D(d, l) ((d) = (PRFloat64)(l)) 380 #define LL_L2F(f, l) { double _d; LL_L2D(_d, l); (f) = (PRFloat64)_d; }
|
D | plarena.h | 79 PRFloat64 variance; /* size variance accumulator */
|
D | prtypes.h | 387 typedef double PRFloat64; typedef
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
D | protypes.h | 181 typedef PRFloat64 float64;
|