Home
last modified time | relevance | path

Searched refs:kMathAtan (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/asmjs/
Dasm-typer.h44 kMathAtan, enumerator
Dasm-wasm-builder.cc1177 case AsmTyper::kMathAtan: { in VisitStdlibFunction()
Dasm-typer.cc334 {"atan", kMathAtan, dq2d}, in InitializeStdlib()
/external/v8/src/debug/
Ddebug-evaluate.cc422 case Builtins::kMathAtan: in BuiltinHasNoSideEffect()
/external/v8/src/compiler/
Dtyper.cc1358 case kMathAtan: in JSCallTyper()
Djs-builtin-reducer.cc2023 case kMathAtan: in Reduce()
/external/v8/src/
Dbootstrapper.cc2359 SimpleInstallFunction(math, "atan", Builtins::kMathAtan, 1, true); in InitializeGlobal()