Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Dw_pow.c46 if(finite(y)&&y<0.0) in pow()
50 if(!finite(z)) { in pow()
51 if(finite(x)&&finite(y)) { in pow()
58 if(z==0.0&&finite(x)&&finite(y)) in pow()
Ds_ldexp.c25 if(!finite(value)||value==0.0) return value; in ldexp()
27 if(!finite(value)||value==0.0) errno = ERANGE; in ldexp()
Dw_sinh.c34 if(!finite(z)&&finite(x)) { in sinh()
Ds_finite.c27 finite(double x) in finite() function
Dw_exp.c38 if(finite(x)) { in exp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymath.h42 extern int finite(double);
132 #define Py_IS_FINITE(X) finite(X)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymath.h42 extern int finite(double);
132 #define Py_IS_FINITE(X) finite(X)
/device/linaro/bootloader/edk2/StdLib/Include/
Dmath.h318 int finite(double);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dmath_testcases.txt22 -- divide-by-zero : raised when a finite input gives a
25 -- overflow : raised when a finite input gives a finite result that
Dcmath_testcases.txt23 -- divide-by-zero : raised when a finite input gives a
26 -- overflow : raised when a finite input gives a finite result whose
2240 -- floating-point exception, for finite nonzero x.
2245 -- rect(inf, x) returns inf*cis(x), for finite nonzero x
2253 -- rect(x, NaN) returns NaN + i NaN for finite nonzero x
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt15 dlg is a tool that produces fast deterministic finite auto-
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfloatobject.c20 extern int finite(double);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfloatobject.c20 extern int finite(double);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dextra.decTest157 -- max/min/max_mag/min_mag bug in 2.5.2/2.6/3.0: max(NaN, finite) gave
158 -- incorrect answers when the finite number required rounding; similarly
DdsBase.decTest79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax)
DdqBase.decTest79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax)
DddBase.decTest79 -- test finite bounds (Negs of, then 0, Ntiny, Nmin, other, Nmax)
Drounding.decTest1025 -- check maximum finite value over a range of precisions