Home
last modified time | relevance | path

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

123

/external/skia/tests/
DScalarTest.cpp173 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/
Dfrexpl.m4115 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
Dldexpl.m489 dnl Test whether ldexpl() works on finite numbers (this fails on AIX 5.1
Disnanl.m4111 dnl Test whether isnanl() recognizes all numbers which are neither finite nor
/external/mesa3d/src/mesa/main/
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))
Dcompiler.h84 # define finite _finite macro
86 # define finite _finite
/external/llvm/test/Transforms/InstSimplify/
Dfold-builtin-fma.ll5 ; are all finite constants and addend is zero.
17 ; Test builtin fma with all finite non-zero constants.
/external/skia/src/core/
DSkRect.cpp51 auto finite = value * Sk4s(0) == Sk4s(0); in is_finite() local
52 return finite.allTrue(); in is_finite()
/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/clang/test/CodeGenOpenCL/
Drelaxed-fpmath.cl3 // RUN: %clang_cc1 %s -emit-llvm -cl-finite-math-only -o - | FileCheck %s -check-prefix=FINITE
/external/llvm/test/CodeGen/X86/
Dnarrow-shl-load.ll6 ; DAGCombiner should fold this code in finite time.
/external/llvm/test/Transforms/PlaceSafepoints/
Dfinite-loops.ll2 ; loops which are clearly finite.
/external/openfst/
DREADME4 searching weighted finite-state transducers (FSTs).
DNEWS73 - finite-state archive (FAR) utilities,
/external/libpng/contrib/libtests/
Dtarith.c85 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/
DREADME.iconv39 finite automaton from the files mentioned above into a C file for all
/external/libxml2/vms/
Dconfig.vms27 /* Define if you have the finite function. */
/external/ltrace/etc/
Dlibm.so.conf304 int finite(double);
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt54 fun:finite=functional
/external/libxml2/os400/
Dos400config.h.in45 /* Define to 1 if you have the `finite' function. */
/external/eigen/doc/
DTutorialSparse.dox22 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/
Dping_common.c284 !finite(dbl) || dbl < 0.0 || dbl >= (double)INT_MAX / 1000 - 1.0) { in common_options()
/external/llvm/docs/TableGen/
DBackEnds.rst180 on a VLIW architecture. The class internally generates a deterministic finite
/external/clang/include/clang/Driver/
DCC1Options.td591 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