Searched refs:finite (Results 1 - 11 of 11) sorted by relevance

/external/skia/tests/
H A DScalarTest.cpp92 // 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/
H A Dimports.h211 #elif defined(finite)
212 #define IS_INF_OR_NAN(x) (!finite(x))
214 #define IS_INF_OR_NAN(x) (!finite(x))
218 #define IS_INF_OR_NAN(x) (!finite(x))
H A Dcompiler.h81 * finite macro.
84 # define finite _finite macro
86 # define finite _finite macro
/external/skia/src/core/
H A DSkRect.cpp51 auto finite = value * Sk4s(0) == Sk4s(0); local
52 return finite.allTrue();
98 // we hit a non-finite value, so zero everything and return false
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb39 DFA is a class that implements a finite state machine that chooses between
42 Deterministic Finite Automata (DFA) are finite state machines that are capable
/external/libpng/contrib/libtests/
H A Dtarith.c85 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);
/external/ltrace/etc/
H A Dlibm.so.conf304 int finite(double);
/external/iputils/
H A Dping_common.c284 !finite(dbl) || dbl < 0.0 || dbl >= (double)INT_MAX / 1000 - 1.0) {
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex74 Flow labels have finite lifetime and source is not allowed to reuse
/external/valgrind/VEX/useful/
H A Dhd_fpu.c344 : (finite(d) ? FP_TAG_VALID : FP_TAG_SPEC) );
/external/bison/
H A Dconfigure21824 /* Test on finite numbers that fails on AIX 5.1. */
21832 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
21844 /* Test on large finite numbers. This fails on BeOS at i = 16322, while
27026 /* Test on finite numbers that fails on AIX 5.1. */
27034 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
27046 /* Test on large finite numbers. This fails on BeOS at i = 16322, while

Completed in 550 milliseconds