OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:randwc
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/VEX/switchback/
test_emfloat.c
555
static int32
randwc
(int32 num)
function
587
{/* LongToInternalFPF(
randwc
(50000L),&locFPF1); */
588
Int32ToInternalFPF(
randwc
((int32)50000),&locFPF1);
589
/* LongToInternalFPF(
randwc
(50000L)+1L,&locFPF2); */
590
Int32ToInternalFPF(
randwc
((int32)50000)+(int32)1,&locFPF2);
592
/* LongToInternalFPF(
randwc
(50000L)+1L,&locFPF2); */
593
Int32ToInternalFPF(
randwc
((int32)50000)+(int32)1,&locFPF2);
[
all
...]
Completed in 207 milliseconds