Home
last modified time | relevance | path

Searched refs:LN2 (Results 1 – 12 of 12) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Ds_tdec_int_file.h229 Int16 tmp_spec[LN2]; /* Used in conjunction with quant_spec */
258 Int16 quantSpec[LN2];
Dinfoinit.cpp283 pFrameInfo->coef_per_frame = LN2; /* = 1024 */ in infoinit()
297 pFrameInfo->coef_per_frame = LN2; in infoinit()
Ds_lt_pred_status.h113 #define BLOCK_LEN_LONG LN2
De_blockswitching.h75 LN2 = LN / 2, enumerator
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
D15.8.1.js56 …array[item++] = new TestCase( "15.8.1.3", "Math.LN2", 0.6931471805599453, Math.LN2 );
57 …tem++] = new TestCase( "15.8.1.3", "typeof Math.LN2", "number", typeof Math.LN2 );
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
Dinfoinit.cpp283 pFrameInfo->coef_per_frame = LN2; /* = 1024 */ in infoinit()
297 pFrameInfo->coef_per_frame = LN2; in infoinit()
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dtry-008.js53 new Integer( Math.LN2, true );
/external/skia/src/animator/
DSkDisplayMath.cpp23 SK_PROPERTY(LN2),
120 SK_MEMBER_PROPERTY(LN2, Float),
/external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
D15.1.2.3-1.js416 …tem++] = new TestCase( SECTION, "parseFloat(Math.LN2)", Math.LN2, parseFloat(Math.LN2));
424 … = new TestCase( SECTION, "parseFloat(Math.LN2+'')", Math.LN2, parseFloat(Math.LN2+''));
D15.1.2.3-2.js274 … +Math.LN2+' ')", Math.LN2, parseFloat( ' ' …
/external/webkit/SunSpider/
DUNCOVERED64 Math.LN2
/external/webkit/SunSpider/tests/
Dv8-crypto.js696 function bnpChunkSize(r) { return Math.floor(Math.LN2*BI_DB/Math.log(r)); }