Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 25 of 47) sorted by relevance

12

/external/icu4c/test/intltest/
Dwinnmtst.cpp62 int64_t ran = 0; in randomInt64() local
71 for (i = 0; i < sizeof(ran); i += 1) { in randomInt64()
72 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4); in randomInt64()
75 return ran; in randomInt64()
83 double ran = 0; in randomDouble() local
93 for (i = 0; i < sizeof(ran); i += 1) { in randomDouble()
94 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4); in randomDouble()
96 } while (_isnan(ran)); in randomDouble()
105 ran = (double)numerator / (double)denomenator; in randomDouble()
108 return ran; in randomDouble()
[all …]
/external/speex/libspeex/
Dmath_approx.h53 union {int i; float f;} ran; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
56 ran.f -= 1.5; in speex_rand()
57 return 3.4642*std*ran.f; in speex_rand()
Dscal.c123 union {int i; float f;} ran; in uni_rand() local
125 ran.i = jflone | (jflmsk & *seed); in uni_rand()
126 ran.f -= 1.5; in uni_rand()
127 return 2*ran.f; in uni_rand()
/external/icu4c/test/cintltst/
Dutmstest.c44 int64_t ran = 0; in randomInt64() local
54 for (i = 0; i < sizeof(ran); i += 1) { in randomInt64()
55 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4); in randomInt64()
58 return ran; in randomInt64()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
DNOTES32 enhanced IDE on a PCI bus and no file system caching. I ran the
/external/gtest/test/
Dgtest_output_test_golden_win.txt463 [==========] 57 tests from 26 test cases ran.
543 [==========] 4 tests from 2 test cases ran. (? ms total)
561 [==========] 1 test from 1 test case ran.
571 [==========] 1 test from 1 test case ran.
Dgtest_output_test_golden_lin.txt516 [==========] 56 tests from 23 test cases ran.
600 [==========] 4 tests from 2 test cases ran. (? ms total)
618 [==========] 1 test from 1 test case ran.
628 [==========] 1 test from 1 test case ran.
/external/srec/config/en.us/dictionary/
Dfixit.ok150 rajeswaran rajesw)ran
/external/bison/djgpp/
Dconfig.sed129 # testsuite is ran from the following path:
/external/icu4c/data/locales/
Dtr.txt156 IR{"İran"}
750ran Riyali",
1581 ira{"Diğer İran Dilleri"}
2882 ld{"İran Yaz Saati"}
2883 ls{"İran Standart Saati"}
Dvi.txt91 IR{"I-ran"}
Dis.txt117 IR{"Íran"}
Dfr.txt2501 ec{"Téhéran"}
/external/webkit/WebCore/bridge/objc/
Dobjc_utility.mm115 return false; // We ran out of buffer before converting JSName
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
DMVS.uudecode24 the trailing blank problem? I manually mangled the uuencoded file and ran
/external/openssl/crypto/rc4/
Drrc4.doc126 and ran them through both algorithms. The algorithms appear to
/external/gtest/
DREADME145 you ran the install from, or the results are not predictable. If you install
/external/bzip2/
Dbzip2.txt332 operate in, and then charges all over it in a fairly ran-
Dbzip2.1.preformatted335 operate in, and then charges all over it in a fairly ran­
/external/libpcap/
DINSTALL.txt95 if you already ran configure once).
/external/bison/
DNEWS363 Formerly, many of these numbers ran afoul of 16-bit limits;
/external/wpa_supplicant/
DChangeLog742 (this requires that ndis_events is ran while wpa_supplicant is
/external/e2fsprogs/po/
Dsv.po4 # G�ran Uddeborg <goeran@uddeborg.se>, 2003, 2005, 2006, 2008.
72 "Last-Translator: G�ran Uddeborg <goeran@uddeborg.se>\n"
/external/webkit/JavaScriptCore/
DChangeLog-2002-12-03382 - fixed a null-dereference I ran into while trying to reproduce bug 3107351
/external/webkit/WebKit/mac/
DChangeLog-2002-12-033389 - fixed a crash I ran into in the new delegate code
4090 - fixed a minor problem with autorelease I just ran into
13977 I ran into this loading <http://jersey.apple.com/data/20020606-074404M0.html>.
15351 you do (I ran into this while adding the bookmark folder image; most of Alexander's
15781 I wanted to get this in before I ran into project file
17548 * Resources/url_icon.tiff: ran tiffUtil to premultiply the alpha channel. This

12