Home
last modified time | relevance | path

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

1234567

/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op.cc199 bool finite = true; in NormalizeFloatImage() local
202 finite = false; in NormalizeFloatImage()
206 if (finite) { in NormalizeFloatImage()
229 bool finite = true; in NormalizeFloatImage() local
232 finite = false; in NormalizeFloatImage()
236 if (finite) { in NormalizeFloatImage()
/external/swiftshader/third_party/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/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/skqp/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/mesa3d/src/mesa/main/
Dimports.h126 # define finite _finite macro
135 #elif defined(finite)
136 #define IS_INF_OR_NAN(x) (!finite(x))
140 #define IS_INF_OR_NAN(x) (!finite(x))
/external/llvm/test/CodeGen/SystemZ/
Dtdc-06.ll32 br i1 %testinf, label %ret, label %finite
34 finite:
46 %res = phi i32 [ 5, %entry ], [ 1, %nonzero ], [ 2, %nonzeroord ], [ %finres, %finite ]
/external/tensorflow/tensorflow/contrib/tensorboard/db/
Dsummary_converter.cc132 bool finite = true; in NormalizeFloatImage() local
135 finite = false; in NormalizeFloatImage()
139 if (finite) { in NormalizeFloatImage()
162 bool finite = true; in NormalizeFloatImage() local
165 finite = false; in NormalizeFloatImage()
169 if (finite) { in NormalizeFloatImage()
/external/swiftshader/third_party/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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ImageSummary.pbtxt31 Color to use for pixels with non-finite values.
64 non-finite input values. It is a `unit8` 1-D tensor of length `channels`.
66 pixel in the output image). Non-finite values in the input tensor are
Dapi_def_IsFinite.pbtxt3 summary: "Returns which elements of x are finite."
Dapi_def_HistogramSummary.pbtxt27 This op reports an `InvalidArgument` error if any value is not finite.
/external/python/cpython2/Include/
Dpymath.h42 extern int finite(double);
132 #define Py_IS_FINITE(X) finite(X)
/external/clang/test/Driver/
Dopencl.cl8 // RUN: %clang -S -### -cl-finite-math-only %s 2>&1 | FileCheck --check-prefix=CHECK-FINITE-MATH-ON…
25 // CHECK-FINITE-MATH-ONLY: "-cc1" {{.*}} "-cl-finite-math-only"
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dbignum.txt9 J. M. Pollard: The fast Fourier transform in a finite field
13 The transform in a finite field can be used for convolution in the same
DREFERENCES.txt27 J. M. Pollard: The fast Fourier transform in a finite field
/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.cpp43 auto finite = value * Sk4s(0) == Sk4s(0); in is_finite() local
44 return finite.allTrue(); in is_finite()
/external/skqp/src/core/
DSkRect.cpp43 auto finite = value * Sk4s(0) == Sk4s(0); in is_finite() local
44 return finite.allTrue(); in is_finite()
/external/tensorflow/tensorflow/contrib/factorization/g3doc/
Dgmm.md4 finite number of Gaussian distributions with unknown parameters.
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
Dmultiple-exit-conditions.ll3 ; ScalarEvolution can prove the loop iteration is finite, even though
/external/llvm/test/Transforms/LoopDeletion/
Dmultiple-exit-conditions.ll4 ; ScalarEvolution can prove the loop iteration is finite, even though
/external/python/cpython3/Include/
Dpymath.h136 #define Py_IS_FINITE(X) finite(X)
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dsle.ll4 ; this loop has a finite trip count.
/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

1234567