HomeSort by relevance Sort by last modified time
    Searched defs:finite (Results 1 - 5 of 5) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_finite.c 17 * finite(x) returns 1 is x is finite, else 0;
24 int finite(double x) function
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h 81 * finite macro.
84 # define finite _finite macro
86 # define finite _finite macro
  /external/chromium_org/third_party/skia/tests/
ScalarTest.cpp 92 // return true if the float is finite
103 // return true if both floats are finite
173 bool finite = gProc1[k](rec.fValue); local
174 REPORTER_ASSERT(reporter, rec.fIsFinite == finite);
186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); local
188 REPORTER_ASSERT(reporter, finite2 == finite);
  /external/mesa3d/src/mesa/main/
compiler.h 81 * finite macro.
84 # define finite _finite macro
86 # define finite _finite macro
  /external/libpng/contrib/libtests/
tarith.c 85 int finite = 0; local
116 ++finite;
260 printf("Tested %d finite values, %d non-finite, %d OK (%d failed) %d minor "
261 "arithmetic errors\n", finite, nonfinite, ok, failcount, minorarith);

Completed in 201 milliseconds