Searched refs:fround (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-js.cc140 STDLIB_MATH_FUNC(MathFround, fround)
H A Dasm-typer.cc260 auto* fround = fround_type_; local
322 {"fround", kMathFround, fround},
1745 // right_type == nullptr <-> right_as_call is not a call to fround.
1748 // Unnanotated function call to something that's not fround must be a call
1814 FAIL(call, "Unanotated call to a function must be a call to fround.");
2676 // call is a fround() node. From now, there can be two possible outcomes:
2677 // 1. fround is used as a return type annotation.
2683 // 2. fround is used for converting to float.
2692 FAIL(call, "Invalid argument type to fround
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86GenDAGISel.inc[all...]
/external/v8/src/
H A Dobjects.h6864 V(Math, fround, MathFround) \

Completed in 580 milliseconds