Searched defs:isnan (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c302 static bool isnan(float f) { function
554 if (!isinf(v) && !isnan(v) && (v < 0.f)) {

Completed in 623 milliseconds