Home
last modified time | relevance | path

Searched refs:randsym (Results 1 – 9 of 9) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dofdm_mapper_bcv_impl.cc140 int ofdm_mapper_bcv_impl::randsym() { return (rand() % d_constellation.size()); } in randsym() function in gr::digital::ofdm_mapper_bcv_impl
238 out[d_subcarrier_map[i]] = d_constellation[randsym()]; in work()
H A Dofdm_mapper_bcv_impl.h55 int randsym();
/dports/math/PDL/PDL-2.019/GENERATED/PDL/
H A DPrimitive.pm1805 sub randsym { ref($_[0]) && ref($_[0]) ne 'PDL::Type' ? $_[0]->randsym : PDL->randsym(@_) } subroutine
1806 sub PDL::randsym {
1847 $x .= ndtri(randsym($x));
/dports/chinese/enscript/enscript-1.6.6/states/hl/
H A Dmatlab.st59 |ones|parms|rand|randn|randsym|rintf|y)|sqrt(|m)|squeeze|sscanf|stairs\
/dports/print/enscript-letter/enscript-1.6.6/states/hl/
H A Dmatlab.st59 |ones|parms|rand|randn|randsym|rintf|y)|sqrt(|m)|squeeze|sscanf|stairs\
/dports/print/enscript-a4/enscript-1.6.6/states/hl/
H A Dmatlab.st59 |ones|parms|rand|randn|randsym|rintf|y)|sqrt(|m)|squeeze|sscanf|stairs\
/dports/print/enscript-letterdj/enscript-1.6.6/states/hl/
H A Dmatlab.st59 |ones|parms|rand|randn|randsym|rintf|y)|sqrt(|m)|squeeze|sscanf|stairs\
/dports/math/PDL/PDL-2.019/Basic/Primitive/
H A Dprimitive.pd2111 =head2 randsym
2119 $a = randsym([type], $nx, $ny, $nz,...);
2120 $a = randsym $b;
2164 'randsym',
2174 sub randsym { ref($_[0]) && ref($_[0]) ne 'PDL::Type' ? $_[0]->randsym : PDL->randsym(@_) }
2175 sub PDL::randsym {
2215 $x .= ndtri(randsym($x));
/dports/math/aribas/aribas-1.64/src/
H A Darith.c182 PRIVATE truc randsym, rseedsym; variable
249 randsym = newsymsig("random", sFBINARY, (wtruc)Frandom, s_rr); in iniarith()
1927 type = chknum(randsym,argStkPtr); in Frandom()