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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DThunkGenerators.cpp497 #define UnaryDoubleOpWrapper(function) function##Wrapper macro
525 static MathThunk UnaryDoubleOpWrapper(function) = &function##Thunk;
545 static MathThunk UnaryDoubleOpWrapper(function) = &function##Thunk;
568 static MathThunk UnaryDoubleOpWrapper(function) = &function##Thunk;
572 static MathThunk UnaryDoubleOpWrapper(function) = 0
590 if (!UnaryDoubleOpWrapper(floor) || !jit.supportsFloatingPoint())
608 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(floor));
621 if (!UnaryDoubleOpWrapper(ceil) || !jit.supportsFloatingPoint())
628 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(ceil));
640 if (!UnaryDoubleOpWrapper(jsRoun
[all...]

Completed in 112 milliseconds