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

/external/skia/tests/
H A DScalarTest.cpp31 // return true if the float is finite
42 // return true if both floats are finite
108 bool finite = gProc1[k](rec.fValue); local
109 REPORTER_ASSERT(reporter, rec.fIsFinite == finite);
121 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); local
123 REPORTER_ASSERT(reporter, finite2 == finite);
/external/mesa3d/src/mesa/main/
H A Dcompiler.h106 * finite macro.
109 # define finite _finite macro
111 # define finite _finite macro

Completed in 115 milliseconds