OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Seed
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFETurbulenceElement.h
116
DECLARE_ANIMATED_NUMBER(
Seed
,
seed
)
SVGFETurbulenceElement.cpp
35
DEFINE_ANIMATED_NUMBER(SVGFETurbulenceElement, SVGNames::seedAttr,
Seed
,
seed
)
43
REGISTER_LOCAL_ANIMATED_PROPERTY(
seed
)
/external/chromium_org/third_party/opus/src/silk/
NSQ_del_dec.c
43
opus_int32
Seed
;
147
psDD->
Seed
= ( k + psIndices->
Seed
) & 3;
148
psDD->SeedInit = psDD->
Seed
;
269
psIndices->
Seed
= psDD->SeedInit;
379
psDD->
Seed
= silk_RAND( psDD->
Seed
);
448
if ( psDD->
Seed
< 0 ) {
500
if ( psDD->
Seed
< 0 ) {
519
if ( psDD->
Seed
< 0 )
[
all
...]
encode_indices.c
177
/* Encode
seed
*/
179
silk_assert( psIndices->
Seed
>= 0 && psIndices->
Seed
< 4 );
180
ec_enc_icdf( psRangeEnc, psIndices->
Seed
, silk_uniform4_iCDF, 8 );
decode_indices.c
148
/* Decode
seed
*/
150
psDec->indices.
Seed
= (opus_int8)ec_dec_icdf( psRangeDec, silk_uniform4_iCDF, 8 );
structs.h
126
opus_int8
Seed
;
233
opus_int32 rand_seed; /*
Seed
for unvoiced signal generation */
decode_core.c
71
rand_seed = psDec->indices.
Seed
;
NSQ.c
97
NSQ->rand_seed = psIndices->
Seed
;
/external/chromium_org/chrome/tools/automated_ui_test_tools/
ui_action_generator.py
17
Re-create command with
seed
12345:
44
seed
: optional rand
seed
for this list.
55
seed
= ui_model.
Seed
(given_seed)
56
command.setAttribute('
seed
', str(
seed
))
82
parser.add_option('-s', '--
seed
', dest='
seed
', type='int', action='store',
83
default=None, help='generate action sequence using a
seed
')
[
all
...]
/external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c
103
psEnc->sCmn.indices.
Seed
= psEnc->sCmn.frameCounter++ & 3;
164
seed_copy = psEnc->sCmn.indices.
Seed
;
177
psEnc->sCmn.indices.
Seed
= seed_copy;
/external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c
104
psEnc->sCmn.indices.
Seed
= psEnc->sCmn.frameCounter++ & 3;
170
seed_copy = psEnc->sCmn.indices.
Seed
;
183
psEnc->sCmn.indices.
Seed
= seed_copy;
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
35
static cl::opt<unsigned> SeedCL("
seed
",
36
cl::desc("
Seed
used for randomness"), cl::init(0));
62
Random(unsigned _seed):
Seed
(_seed) {}
67
uint32_t Val =
Seed
+ 0x000b07a1;
68
Seed
= (Val * 0x3c7c0ac1);
70
return
Seed
& 0x7ffff;
92
unsigned
Seed
;
690
// Pick an initial
seed
value
/external/v8/test/mjsunit/
function-prototype.js
66
//
Seed
the GetPrototypeOf function to enable the fast case
/external/chromium_org/v8/test/mjsunit/
function-prototype.js
66
//
Seed
the GetPrototypeOf function to enable the fast case
/external/openfst/src/include/fst/
randgen.h
52
UniformArcSelector(int
seed
= time(0)) { srand(
seed
); }
75
LogProbArcSelector(int
seed
= time(0)) { srand(
seed
); }
117
FastLogProbArcSelector(int
seed
= time(0))
118
: LogProbArcSelector<A>(
seed
),
119
seed_(
seed
) {}
132
int
Seed
() const { return seed_; }
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
[
all
...]
Completed in 319 milliseconds