Searched refs:LN2 (Results 1 – 12 of 12) sorted by relevance
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | s_tdec_int_file.h | 229 Int16 tmp_spec[LN2]; /* Used in conjunction with quant_spec */ 258 Int16 quantSpec[LN2];
|
D | infoinit.cpp | 283 pFrameInfo->coef_per_frame = LN2; /* = 1024 */ in infoinit() 297 pFrameInfo->coef_per_frame = LN2; in infoinit()
|
D | s_lt_pred_status.h | 113 #define BLOCK_LEN_LONG LN2
|
D | e_blockswitching.h | 75 LN2 = LN / 2, enumerator
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/ |
D | 15.8.1.js | 56 …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/ |
D | infoinit.cpp | 283 pFrameInfo->coef_per_frame = LN2; /* = 1024 */ in infoinit() 297 pFrameInfo->coef_per_frame = LN2; in infoinit()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | try-008.js | 53 new Integer( Math.LN2, true );
|
/external/skia/src/animator/ |
D | SkDisplayMath.cpp | 23 SK_PROPERTY(LN2), 120 SK_MEMBER_PROPERTY(LN2, Float),
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
D | 15.1.2.3-1.js | 416 …tem++] = new TestCase( SECTION, "parseFloat(Math.LN2)", Math.LN2, parseFloat(Math.LN2)); 424 … = new TestCase( SECTION, "parseFloat(Math.LN2+'')", Math.LN2, parseFloat(Math.LN2+''));
|
D | 15.1.2.3-2.js | 274 … +Math.LN2+' ')", Math.LN2, parseFloat( ' ' …
|
/external/webkit/SunSpider/ |
D | UNCOVERED | 64 Math.LN2
|
/external/webkit/SunSpider/tests/ |
D | v8-crypto.js | 696 function bnpChunkSize(r) { return Math.floor(Math.LN2*BI_DB/Math.log(r)); }
|