/external/tensorflow/tensorflow/core/kernels/ |
D | summary_image_op.cc | 199 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/ |
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/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/skqp/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/mesa3d/src/mesa/main/ |
D | imports.h | 126 # 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/ |
D | tdc-06.ll | 32 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/ |
D | summary_converter.cc | 132 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/ |
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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ImageSummary.pbtxt | 31 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
|
D | api_def_IsFinite.pbtxt | 3 summary: "Returns which elements of x are finite."
|
D | api_def_HistogramSummary.pbtxt | 27 This op reports an `InvalidArgument` error if any value is not finite.
|
/external/python/cpython2/Include/ |
D | pymath.h | 42 extern int finite(double); 132 #define Py_IS_FINITE(X) finite(X)
|
/external/clang/test/Driver/ |
D | opencl.cl | 8 // 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/ |
D | bignum.txt | 9 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
|
D | REFERENCES.txt | 27 J. M. Pollard: The fast Fourier transform in a finite field
|
/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 | 43 auto finite = value * Sk4s(0) == Sk4s(0); in is_finite() local 44 return finite.allTrue(); in is_finite()
|
/external/skqp/src/core/ |
D | SkRect.cpp | 43 auto finite = value * Sk4s(0) == Sk4s(0); in is_finite() local 44 return finite.allTrue(); in is_finite()
|
/external/tensorflow/tensorflow/contrib/factorization/g3doc/ |
D | gmm.md | 4 finite number of Gaussian distributions with unknown parameters.
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | multiple-exit-conditions.ll | 3 ; ScalarEvolution can prove the loop iteration is finite, even though
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | multiple-exit-conditions.ll | 4 ; ScalarEvolution can prove the loop iteration is finite, even though
|
/external/python/cpython3/Include/ |
D | pymath.h | 136 #define Py_IS_FINITE(X) finite(X)
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | sle.ll | 4 ; this loop has a finite trip count.
|
/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
|