Searched refs:finite (Results 1 – 25 of 51) sorted by relevance
123
/external/skia/tests/ |
D | ScalarTest.cpp | 173 bool finite = gProc1[k](rec.fValue); in test_isfinite() local 174 REPORTER_ASSERT(reporter, rec.fIsFinite == finite); in test_isfinite() 186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); in test_isfinite() local 188 REPORTER_ASSERT(reporter, finite2 == finite); in test_isfinite()
|
/external/bison/m4/ |
D | frexpl.m4 | 115 dnl Test whether frexpl() works on finite numbers (this fails on 157 /* Test on finite numbers that fails on AIX 5.1. */ 165 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl 177 /* Test on large finite numbers. This fails on BeOS at i = 16322, while
|
D | ldexpl.m4 | 89 dnl Test whether ldexpl() works on finite numbers (this fails on AIX 5.1
|
D | isnanl.m4 | 111 dnl Test whether isnanl() recognizes all numbers which are neither finite nor
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 211 #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))
|
D | compiler.h | 84 # define finite _finite macro 86 # define finite _finite
|
/external/llvm/test/Transforms/InstSimplify/ |
D | fold-builtin-fma.ll | 5 ; are all finite constants and addend is zero. 17 ; Test builtin fma with all finite non-zero constants.
|
/external/skia/src/core/ |
D | SkRect.cpp | 51 auto finite = value * Sk4s(0) == Sk4s(0); in is_finite() local 52 return finite.allTrue(); in is_finite()
|
/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/clang/test/CodeGenOpenCL/ |
D | relaxed-fpmath.cl | 3 // RUN: %clang_cc1 %s -emit-llvm -cl-finite-math-only -o - | FileCheck %s -check-prefix=FINITE
|
/external/llvm/test/CodeGen/X86/ |
D | narrow-shl-load.ll | 6 ; DAGCombiner should fold this code in finite time.
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | finite-loops.ll | 2 ; loops which are clearly finite.
|
/external/openfst/ |
D | README | 4 searching weighted finite-state transducers (FSTs).
|
D | NEWS | 73 - finite-state archive (FAR) utilities,
|
/external/libpng/contrib/libtests/ |
D | tarith.c | 85 int finite = 0; in validation_ascii_to_fp() local 116 ++finite; in validation_ascii_to_fp() 261 "arithmetic errors\n", finite, nonfinite, ok, failcount, minorarith); in validation_ascii_to_fp()
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 39 finite automaton from the files mentioned above into a C file for all
|
/external/libxml2/vms/ |
D | config.vms | 27 /* Define if you have the finite function. */
|
/external/ltrace/etc/ |
D | libm.so.conf | 304 int finite(double);
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 54 fun:finite=functional
|
/external/libxml2/os400/ |
D | os400config.h.in | 45 /* Define to 1 if you have the `finite' function. */
|
/external/eigen/doc/ |
D | TutorialSparse.dox | 22 In many applications (e.g., finite element methods) it is common to deal with very large matrices w… 86 …g the Laplace equation \f$ \nabla u = 0 \f$ on a regular 2D grid using a finite difference scheme …
|
/external/iputils/ |
D | ping_common.c | 284 !finite(dbl) || dbl < 0.0 || dbl >= (double)INT_MAX / 1000 - 1.0) { in common_options()
|
/external/llvm/docs/TableGen/ |
D | BackEnds.rst | 180 on a VLIW architecture. The class internally generates a deterministic finite
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 591 def cl_finite_math_only : Flag<["-"], "cl-finite-math-only">, 598 …HelpText<"OpenCL only. Sets -cl-finite-math-only and -cl-unsafe-math-optimizations, and defines __…
|
123