Home
last modified time | relevance | path

Searched refs:PRFloat64 (Results 1 – 25 of 124) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/
H A Dprdtoa.h24 NSPR_API(PRFloat64)
33 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval);
46 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/
H A Dprdtoa.h24 NSPR_API(PRFloat64)
33 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval);
46 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/
H A Dprdtoa.h24 NSPR_API(PRFloat64)
33 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval);
46 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/
H A Dprdtoa.h24 NSPR_API(PRFloat64)
33 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval);
46 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/dports/devel/nspr/nspr-4.33/nspr/pr/include/
H A Dprdtoa.h24 NSPR_API(PRFloat64)
33 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval);
46 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/
H A Dprdtoa.h24 NSPR_API(PRFloat64)
33 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval);
46 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/
H A Dprdtoa.h24 NSPR_API(PRFloat64)
33 NSPR_API(void) PR_cnvtf(char *buf, PRIntn bufsz, PRIntn prcsn, PRFloat64 fval);
46 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/misc/
H A Dpralarm.c79 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate; in pr_PredictNextNotifyTime()
80 PRFloat64 offsetFromEpoch = (PRFloat64)id->accumulator * baseRate; in pr_PredictNextNotifyTime()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/misc/
H A Dpralarm.c79 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate; in pr_PredictNextNotifyTime()
80 PRFloat64 offsetFromEpoch = (PRFloat64)id->accumulator * baseRate; in pr_PredictNextNotifyTime()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/misc/
H A Dpralarm.c79 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate; in pr_PredictNextNotifyTime()
80 PRFloat64 offsetFromEpoch = (PRFloat64)id->accumulator * baseRate; in pr_PredictNextNotifyTime()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/misc/
H A Dpralarm.c79 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate; in pr_PredictNextNotifyTime()
80 PRFloat64 offsetFromEpoch = (PRFloat64)id->accumulator * baseRate; in pr_PredictNextNotifyTime()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/misc/
H A Dpralarm.c79 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate; in pr_PredictNextNotifyTime()
80 PRFloat64 offsetFromEpoch = (PRFloat64)id->accumulator * baseRate; in pr_PredictNextNotifyTime()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/misc/
H A Dpralarm.c79 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate; in pr_PredictNextNotifyTime()
80 PRFloat64 offsetFromEpoch = (PRFloat64)id->accumulator * baseRate; in pr_PredictNextNotifyTime()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/misc/
H A Dpralarm.c79 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate; in pr_PredictNextNotifyTime()
80 PRFloat64 offsetFromEpoch = (PRFloat64)id->accumulator * baseRate; in pr_PredictNextNotifyTime()
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dprfloat64.rst2 PRFloat64 chapter
15 typedef double PRFloat64;
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dranfile.c91 static PRFloat64 seed = 0x58a9382; /* Just make sure it isn't 0! */ in RandomNum()
92 PRFloat64 random = seed * (PRFloat64)PR_IntervalNow(); in RandomNum()
95 seed = (PRFloat64)rv; in RandomNum()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dranfile.c91 static PRFloat64 seed = 0x58a9382; /* Just make sure it isn't 0! */ in RandomNum()
92 PRFloat64 random = seed * (PRFloat64)PR_IntervalNow(); in RandomNum()
95 seed = (PRFloat64)rv; in RandomNum()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dranfile.c91 static PRFloat64 seed = 0x58a9382; /* Just make sure it isn't 0! */ in RandomNum()
92 PRFloat64 random = seed * (PRFloat64)PR_IntervalNow(); in RandomNum()
95 seed = (PRFloat64)rv; in RandomNum()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dranfile.c91 static PRFloat64 seed = 0x58a9382; /* Just make sure it isn't 0! */ in RandomNum()
92 PRFloat64 random = seed * (PRFloat64)PR_IntervalNow(); in RandomNum()
95 seed = (PRFloat64)rv; in RandomNum()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dranfile.c91 static PRFloat64 seed = 0x58a9382; /* Just make sure it isn't 0! */ in RandomNum()
92 PRFloat64 random = seed * (PRFloat64)PR_IntervalNow(); in RandomNum()
95 seed = (PRFloat64)rv; in RandomNum()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dranfile.c91 static PRFloat64 seed = 0x58a9382; /* Just make sure it isn't 0! */ in RandomNum()
92 PRFloat64 random = seed * (PRFloat64)PR_IntervalNow(); in RandomNum()
95 seed = (PRFloat64)rv; in RandomNum()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dranfile.c91 static PRFloat64 seed = 0x58a9382; /* Just make sure it isn't 0! */ in RandomNum()
92 PRFloat64 random = seed * (PRFloat64)PR_IntervalNow(); in RandomNum()
95 seed = (PRFloat64)rv; in RandomNum()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp69 PRFloat64 seed;
111 PRFloat64 random = seed * (PRFloat64)((PRIntervalTime)now); in Random()
114 seed = (PRFloat64)rv; in Random()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp69 PRFloat64 seed;
111 PRFloat64 random = seed * (PRFloat64)((PRIntervalTime)now); in Random()
114 seed = (PRFloat64)rv; in Random()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp67 PRFloat64 seed;
109 PRFloat64 random = seed * (PRFloat64)((PRIntervalTime)now); in Random()
112 seed = (PRFloat64)rv; in Random()

12345