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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DThunkGenerators.cpp502 double jsRound(double) REFERENCED_FROM_ASM;
503 double jsRound(double d) function
575 defineUnaryDoubleOpWrapper(jsRound);
640 if (!UnaryDoubleOpWrapper(jsRound) || !jit.supportsFloatingPoint())
661 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(jsRound));

Completed in 223 milliseconds