Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.h57 kMathAtan2, enumerator
Dasm-wasm-builder.cc1357 case AsmTyper::kMathAtan2: { in VisitStdlibFunction()
Dasm-typer.cc335 {"atan2", kMathAtan2, dqdq2d}, in InitializeStdlib()
/external/v8/src/debug/
Ddebug-evaluate.cc424 case Builtins::kMathAtan2: in BuiltinHasNoSideEffect()
/external/v8/src/compiler/
Dtyper.cc1374 case kMathAtan2: in JSCallTyper()
Djs-builtin-reducer.cc2029 case kMathAtan2: in Reduce()
/external/v8/src/
Dbootstrapper.cc2361 SimpleInstallFunction(math, "atan2", Builtins::kMathAtan2, 2, true); in InitializeGlobal()