/external/skia/tests/ |
D | ScalarTest.cpp | 108 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/ |
D | func_isinf.m4 | 28 [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/ |
D | func_isinf.m4 | 28 [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/ |
D | IsInf.cpp | 27 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/ |
D | MathExtras.h | 87 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/ |
D | imports.h | 213 #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))
|
D | compiler.h | 109 # define finite _finite macro 111 # define finite _finite macro
|
/external/chromium/base/ |
D | float_util.h | 22 return finite(number) != 0; in IsFinite()
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | multiple-exit-conditions.ll | 3 ; ScalarEvolution can prove the loop iteration is finite, even though
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | sle.ll | 4 ; this loop has a finite trip count.
|
/external/stlport/src/ |
D | num_put_float.cpp | 134 { 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/ |
D | README | 4 searching weighted finite-state transducers (FSTs).
|
D | NEWS | 48 - finite-state archive (FAR) utilities,
|
/external/hyphenation/ |
D | README.hyphen | 67 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/ |
D | narrow-shl-load.ll | 6 ; DAGCombiner should fold this code in finite time.
|
/external/astl/include/ |
D | limits | 96 // The minimum finite value. 99 // The maximum finite value.
|
/external/llvm/cmake/ |
D | config-ix.cmake | 114 check_symbol_exists(finite ieeefp.h HAVE_FINITE_IN_IEEEFP_H)
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 513 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/ |
D | CREDITS.TXT | 98 D: Deterministic finite automaton based infrastructure for VLIW packetization
|
/external/eigen/doc/ |
D | C09_TutorialSparse.dox | 36 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/ |
D | GraphicsContextSkia.cpp | 104 if (!finite(coord)) in isCoordinateSkiaSafe()
|
/external/valgrind/main/VEX/useful/ |
D | hd_fpu.c | 344 : (finite(d) ? FP_TAG_VALID : FP_TAG_SPEC) ); in fp_set_reg()
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 74 Flow labels have finite lifetime and source is not allowed to reuse
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 140 /* Set to 1 if the finite function is found in <ieeefp.h> */
|
D | config.h.cmake | 139 /* Set to 1 if the finite function is found in <ieeefp.h> */
|