Home
last modified time | relevance | path

Searched refs:LOG2E (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/third_party/musl/src/math/
Dexpl.c91 LOG2E = 1.4426950408889634073599E0L; variable
108 px = floorl(LOG2E * x + 0.5); in expl()
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts511 LOG2E: number; property
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini103 LIT_MAGIC_STRING_LOG2E_U = "LOG2E"
/third_party/typescript/tests/baselines/reference/
D1.0lib-noErrors.js511 LOG2E: number;
D1.0lib-noErrors.symbols767 LOG2E: number;
768 >LOG2E : Symbol(Math.LOG2E, Decl(1.0lib-noErrors.ts, 507, 16))
D1.0lib-noErrors.types724 LOG2E: number;
725 >LOG2E : number
/third_party/quickjs/
Dqjscalc.js666 get LOG2E() { return get_const(3); }, getter
2503 return log(a) * Float.LOG2E;
/third_party/typescript/src/lib/
Des5.d.ts605 readonly LOG2E: number; property
/third_party/typescript/lib/
Dlib.es5.d.ts625 readonly LOG2E: number; property
/third_party/typescript/tests/lib/
Dlib.d.ts545 LOG2E: number; property