HomeSort by relevance Sort by last modified time
    Searched defs:Inf (Results 1 - 13 of 13) sorted by null

  /art/test/121-modifiers/src-java/
Inf.java 17 public interface Inf {
  /art/test/121-modifiers/classes/
Inf.class 
  /prebuilts/go/darwin-x86/src/math/cmplx/
isinf.go 17 // Inf returns a complex infinity, complex(+Inf, +Inf).
18 func Inf() complex128 {
19 inf := math.Inf(1)
20 return complex(inf, inf)
  /prebuilts/go/linux-x86/src/math/cmplx/
isinf.go 17 // Inf returns a complex infinity, complex(+Inf, +Inf).
18 func Inf() complex128 {
19 inf := math.Inf(1)
20 return complex(inf, inf)
  /external/syslinux/com32/lib/math/
strtod.c 43 const double Inf = 1.0 / 0.0;
44 return (x < Inf) && (x >= -Inf);
57 const double Inf = 1.0 / 0.0;
132 return Inf;
  /prebuilts/go/darwin-x86/src/math/
bits.go 16 // Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
17 func Inf(sign int) float64 {
  /prebuilts/go/linux-x86/src/math/
bits.go 16 // Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
17 func Inf(sign int) float64 {
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 40 float Inf;
62 // Build a '+Inf'.
68 float Inf;
69 memcpy(&Inf, InfVal, 4);
80 double DblInf = (double)Inf; // ok
113 static int test_int = Inf;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
InfClassObject.py 2 # This file is used to define each component of INF file
136 # This class defined basic Inf object which is used by inheriting
144 ## Inf
146 # This class defined the structure used in Inf object
149 # @param Ffilename: Input value for Ffilename of Inf file, default is None
164 # @var KeyList: To store value for KeyList, a list for all Keys used in Inf
166 class Inf(InfObject):
200 # Load Inf file if filename is not None
213 # Transfer all contents of an Inf file to a standard Module Object
300 # @param InfFile The path of the INF file
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c 823 cmsFloat32Number Inf[4], Outf[4];
831 Inf[i] = (cmsFloat32Number) (In[i] / 65535.0);
834 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]);
845 cmsPipelineEvalFloat( Inf, Outf, bp ->cmyk2cmyk);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 876 Value *Inf = ConstantFP::getInfinity(CI->getType());
883 Value *Sel = B.CreateSelect(FCmp, Inf, FAbs);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 593 constexpr static BaseType Inf = ~0; /// Force regalloc to give a register
595 constexpr static BaseType Max = Inf - 1; /// Max natural weight.
597 if (Delta == Inf)
598 Weight = Inf;
599 else if (Weight != Inf)
600 if (Utils::add_overflow(Weight, Delta, &Weight) || Weight == Inf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 54 PVOID Inf;
    [all...]

Completed in 990 milliseconds