Home
last modified time | relevance | path

Searched refs:finite (Results 1 – 25 of 45) sorted by relevance

12

/external/skia/tests/
DScalarTest.cpp108 bool finite = gProc1[k](rec.fValue); in test_isfinite() local
109 REPORTER_ASSERT(reporter, rec.fIsFinite == finite); in test_isfinite()
121 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); in test_isfinite() local
123 REPORTER_ASSERT(reporter, finite2 == finite); in test_isfinite()
/external/llvm/autoconf/m4/
Dfunc_isinf.m428 [finite], [<ieeefp.h>],
29 [float f; finite(f);])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
/external/llvm/projects/sample/autoconf/m4/
Dfunc_isinf.m428 [finite], [<ieeefp.h>],
29 [float f; finite(f);])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
/external/llvm/lib/Support/
DIsInf.cpp27 static int isinf(double x) { return !finite(x) && x==x; } in isinf()
35 static int isinf(double x) { return !finite(x) && x==x; } in isinf()
/external/webkit/Source/JavaScriptCore/wtf/
DMathExtras.h87 inline bool isfinite(double x) { return finite(x) && !isnand(x); } in isfinite()
90 inline bool isinf(double x) { return !finite(x) && !isnand(x); } in isinf()
101 inline bool isfinite(double x) { return finite(x); } in isfinite()
/external/mesa3d/src/mesa/main/
Dimports.h213 #elif defined(finite)
214 #define IS_INF_OR_NAN(x) (!finite(x))
216 #define IS_INF_OR_NAN(x) (!finite(x))
220 #define IS_INF_OR_NAN(x) (!finite(x))
Dcompiler.h109 # define finite _finite macro
111 # define finite _finite macro
/external/chromium/base/
Dfloat_util.h22 return finite(number) != 0; in IsFinite()
/external/llvm/test/Transforms/LoopDeletion/
Dmultiple-exit-conditions.ll3 ; ScalarEvolution can prove the loop iteration is finite, even though
/external/llvm/test/Analysis/ScalarEvolution/
Dsle.ll4 ; this loop has a finite trip count.
/external/stlport/src/
Dnum_put_float.cpp134 { return !finite(x); }
178 static inline bool _Stl_is_nan_or_inf(double x) { return !finite(x); } in _Stl_is_nan_or_inf()
183 static bool _Stl_is_nan_or_inf(double x) { return isnan(x) || !finite(x); } in _Stl_is_nan_or_inf()
184 static bool _Stl_is_inf(double x) { return !finite(x); } in _Stl_is_inf()
/external/openfst/
DREADME4 searching weighted finite-state transducers (FSTs).
DNEWS48 - finite-state archive (FAR) utilities,
/external/hyphenation/
DREADME.hyphen67 The algorithm works as a slightly modified finite state machine.
69 input (which work just like your regular finite state machine), and
/external/llvm/test/CodeGen/X86/
Dnarrow-shl-load.ll6 ; DAGCombiner should fold this code in finite time.
/external/astl/include/
Dlimits96 // The minimum finite value.
99 // The maximum finite value.
/external/llvm/cmake/
Dconfig-ix.cmake114 check_symbol_exists(finite ieeefp.h HAVE_FINITE_IN_IEEEFP_H)
/external/clang/include/clang/Driver/
DCC1Options.td513 def cl_finite_math_only : Flag<"-cl-finite-math-only">,
518 …HelpText<"OpenCL only. Sets -cl-finite-math-only and -cl-unsafe-math-optimizations, and defines __…
/external/llvm/
DCREDITS.TXT98 D: Deterministic finite automaton based infrastructure for VLIW packetization
/external/eigen/doc/
DC09_TutorialSparse.dox36 In many applications (e.g., finite element methods) it is common to deal with very large matrices w…
100 …ng the Lapace equation \f$ \nabla u = 0 \f$ on a regular 2D grid using a finite difference scheme …
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp104 if (!finite(coord)) in isCoordinateSkiaSafe()
/external/valgrind/main/VEX/useful/
Dhd_fpu.c344 : (finite(d) ? FP_TAG_VALID : FP_TAG_SPEC) ); in fp_set_reg()
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex74 Flow labels have finite lifetime and source is not allowed to reuse
/external/llvm/include/llvm/Config/
Dconfig.h.in140 /* Set to 1 if the finite function is found in <ieeefp.h> */
Dconfig.h.cmake139 /* Set to 1 if the finite function is found in <ieeefp.h> */

12