OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base2
(Results
26 - 29
of
29
) sorted by null
1
2
/external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c
63
* MAGIC_NUMBER = 1200 * log(
base2
) (SINE_TABLE_SIZE * 8.175798916 / SAMPLE_RATE)
/external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c
63
* MAGIC_NUMBER = 1200 * log(
base2
) (SINE_TABLE_SIZE * 8.175798916 / SAMPLE_RATE)
/hardware/broadcom/wlan/bcm4329/src/shared/
siutils.c
926
/* PLL types 3 and 7 use
BASE2
(25Mhz) */
[
all
...]
/external/v8/test/cctest/
test-api.cc
945
v8::Handle<v8::FunctionTemplate>
base2
= v8::FunctionTemplate::New();
local
946
base2
->Inherit(super);
947
base2
->PrototypeTemplate()->Set("v2", v8_num(10.1));
953
env->Global()->Set(v8_str("
base2
"),
base2
->GetFunction());
957
CHECK(CompileRun("
base2
.prototype.__proto__ == s.prototype")->BooleanValue());
975
base2
->GetFunction()->NewInstance());
[
all
...]
Completed in 93 milliseconds
1
2