Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp2978 float fractPart = modff(x, &result); in foldUnaryComponentWise() local
2979 if (fabsf(fractPart) == 0.5f) in foldUnaryComponentWise()