Home
last modified time | relevance | path

Searched refs:DoubleToFloat32 (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dconversions.h80 inline float DoubleToFloat32(double x);
Dconversions-inl.h71 inline float DoubleToFloat32(double x) { in DoubleToFloat32() function
/external/v8/src/runtime/
Druntime-maths.cc237 float xf = DoubleToFloat32(x); in RUNTIME_FUNCTION()
Druntime-simd.cc53 return DoubleToFloat32(number); in ConvertNumber()
/external/v8/src/compiler/
Drepresentation-change.cc220 DoubleToFloat32(OpParameter<double>(node))); in GetFloat32RepresentationFor()
Dmachine-operator-reducer.cc432 if (m.HasValue()) return ReplaceFloat32(DoubleToFloat32(m.Value())); in Reduce()
/external/v8/test/unittests/compiler/
Dmachine-operator-reducer-unittest.cc410 IsFloat32Constant(BitEq(DoubleToFloat32(x)))); in TEST_F()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc4177 FOR_FLOAT64_INPUTS(i) { CheckFloatEq(DoubleToFloat32(*i), m.Call(*i)); } in TEST()