Home
last modified time | relevance | path

Searched refs:nextafterf (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DColor.cpp218 const float scaleFactor = nextafterf(256.0f, 0.0f); in light()
243 const float scaleFactor = nextafterf(256.0f, 0.0f); in dark()
/external/webkit/JavaScriptCore/wtf/
DMathExtras.h120 inline float nextafterf(float x, float y) { return x > y ? x - FLT_EPSILON : x + FLT_EPSILON; } in nextafterf() function
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-148089 (nextafterf):