/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cmathmodule.c | 101 if (!Py_IS_FINITE((z).real) || !Py_IS_FINITE((z).imag)) { \ 103 return table[special_type((z).real)] \ 133 if (fabs(z.real) > CM_LARGE_DOUBLE || fabs(z.imag) > CM_LARGE_DOUBLE) { in c_acos() 135 r.real = atan2(fabs(z.imag), z.real); in c_acos() 138 if (z.real < 0.) { in c_acos() 139 r.imag = -copysign(log(hypot(z.real/2., z.imag/2.)) + in c_acos() 142 r.imag = copysign(log(hypot(z.real/2., z.imag/2.)) + in c_acos() 146 s1.real = 1.-z.real; in c_acos() 149 s2.real = 1.+z.real; in c_acos() 152 r.real = 2.*atan2(s1.real, s2.real); in c_acos() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cmathmodule.c | 101 if (!Py_IS_FINITE((z).real) || !Py_IS_FINITE((z).imag)) { \ 103 return table[special_type((z).real)] \ 133 if (fabs(z.real) > CM_LARGE_DOUBLE || fabs(z.imag) > CM_LARGE_DOUBLE) { in c_acos() 135 r.real = atan2(fabs(z.imag), z.real); in c_acos() 138 if (z.real < 0.) { in c_acos() 139 r.imag = -copysign(log(hypot(z.real/2., z.imag/2.)) + in c_acos() 142 r.imag = copysign(log(hypot(z.real/2., z.imag/2.)) + in c_acos() 146 s1.real = 1.-z.real; in c_acos() 149 s2.real = 1.+z.real; in c_acos() 152 r.real = 2.*atan2(s1.real, s2.real); in c_acos() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | complexobject.c | 37 r.real = a.real + b.real; in c_sum() 46 r.real = a.real - b.real; in c_diff() 55 r.real = -a.real; in c_neg() 64 r.real = a.real*b.real - a.imag*b.imag; in c_prod() 65 r.imag = a.real*b.imag + a.imag*b.real; in c_prod() 96 const double abs_breal = b.real < 0 ? -b.real : b.real; in c_quot() 103 r.real = r.imag = 0.0; in c_quot() 106 const double ratio = b.imag / b.real; in c_quot() 107 const double denom = b.real + b.imag * ratio; in c_quot() 108 r.real = (a.real + a.imag * ratio) / denom; in c_quot() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | complexobject.c | 37 r.real = a.real + b.real; in c_sum() 46 r.real = a.real - b.real; in c_diff() 55 r.real = -a.real; in c_neg() 64 r.real = a.real*b.real - a.imag*b.imag; in c_prod() 65 r.imag = a.real*b.imag + a.imag*b.real; in c_prod() 96 const double abs_breal = b.real < 0 ? -b.real : b.real; in c_quot() 103 r.real = r.imag = 0.0; in c_quot() 106 const double ratio = b.imag / b.real; in c_quot() 107 const double denom = b.real + b.imag * ratio; in c_quot() 108 r.real = (a.real + a.imag * ratio) / denom; in c_quot() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/ |
D | NullMemoryTestDxe.uni | 2 // This driver installs Generic Memory Test Protocol which does not perform real memory test. 4 // This driver installs Generic Memory Test Protocol, which does not perform a real memory test. 19 … #language en-US "Installs Generic Memory Test Protocol, which does not perform real memory test" 21 …-US "This driver installs Generic Memory Test Protocol, which does not perform a real memory test."
|
/device/google/crosshatch/json-c/ |
D | Android.configure.mk | 12 .PHONY: json-c-configure json-c-configure-real 13 json-c-configure-real: 35 json-c-configure: json-c-configure-real
|
/device/google/sunfish/json-c/ |
D | Android.configure.mk | 12 .PHONY: json-c-configure json-c-configure-real 13 json-c-configure-real: 35 json-c-configure: json-c-configure-real
|
/device/google/coral/json-c/ |
D | Android.configure.mk | 12 .PHONY: json-c-configure json-c-configure-real 13 json-c-configure-real: 35 json-c-configure: json-c-configure-real
|
/device/google/bonito/json-c/ |
D | Android.configure.mk | 12 .PHONY: json-c-configure json-c-configure-real 13 json-c-configure-real: 35 json-c-configure: json-c-configure-real
|
/device/google/redbull/json-c/ |
D | Android.configure.mk | 12 .PHONY: json-c-configure json-c-configure-real 13 json-c-configure-real: 35 json-c-configure: json-c-configure-real
|
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | int_types.h | 156 typedef struct { float real, imaginary; } Fcomplex; member 158 typedef struct { double real, imaginary; } Dcomplex; member 160 typedef struct { long double real, imaginary; } Lcomplex; member 162 #define COMPLEX_REAL(x) (x).real
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PCI_DRC.ASL | 43 // SPI BAR. Check if the hard code meets the real configuration. 49 // PMC BAR. Check if the hard code meets the real configuration. 55 // SMB BAR. Check if the hard code meets the real configuration. 61 // IO BAR. Check if the hard code meets the real configuration. 67 // ILB BAR. Check if the hard code meets the real configuration. 83 // MPHY BAR. Check if the hard code meets the real configuration.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_abstract_numbers.py | 13 self.assertEqual(7, int(7).real) 23 self.assertEqual(7, long(7).real) 33 self.assertEqual(7.3, float(7.3).real)
|
D | test_complex.py | 16 unittest.TestCase.assertAlmostEqual(self, a.real, b.real) 19 unittest.TestCase.assertAlmostEqual(self, a.real, b) 23 unittest.TestCase.assertAlmostEqual(self, a, b.real) 65 self.assertCloseAbs(x.real, y.real, eps) 280 self.assertAlmostEqual(complex(real=17, imag=23), 17+23j) 281 self.assertAlmostEqual(complex(real=17+23j), 17+23j) 282 self.assertAlmostEqual(complex(real=17+23j, imag=23), 17+46j) 283 self.assertAlmostEqual(complex(real=1+2j, imag=3+4j), -3+5j) 294 self.assertEqual(split_zeros(complex(0., 1.).real), split_zeros(0.)) 295 self.assertEqual(split_zeros(complex(-0., 1.).real), split_zeros(-0.)) [all …]
|
D | test_cmath.py | 273 self.rAssertAlmostEqual(float_fn(v), z.real) 280 self.rAssertAlmostEqual(math.log(v, base), z.real) 290 return cmath.rect(z.real, z.imag) 327 actual = complex(abs(actual.real), actual.imag) 328 expected = complex(abs(expected.real), expected.imag) 330 actual = complex(actual.real, abs(actual.imag)) 331 expected = complex(expected.real, abs(expected.imag)) 346 expected.real, expected.imag, 347 actual.real, actual.imag) 348 self.rAssertAlmostEqual(expected.real, actual.real, [all …]
|
D | cmath_testcases.txt | 14 -- representing real and imaginary parts of a complex number, and 27 -- real or imaginary part is too large to fit in the usual range 32 -- ignore-real-sign : indicates that the sign of the real part of 33 -- the result is unspecified; if the real part of the result is 73 -- values along both sides of real axis 245 -- values along both sides of real axis 417 -- values along both sides of real axis 706 asinh1014 asinh nan inf -> inf nan ignore-real-sign 715 asinh1023 asinh nan -inf -> inf nan ignore-real-sign 843 -- imaginary part = +/-1, real part tiny [all …]
|
D | test_platform.py | 20 real = os.path.realpath(sys.executable) 22 os.symlink(real, link) 24 self.assertEqual(get(real), get(link))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | complexobject.h | 10 double real; member 51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | complexobject.h | 10 double real; member 51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 256 real = (end[4] if start[4] else time.time()) - real_start 257 return n, real, sum(end[0:2]) - sum(start[0:2]) 273 def print_results(size, n, real, cpu): argument 274 bw = n * float(size) / 1024 ** 2 / real 277 if cpu < 0.90 * real: 279 "result may be flawed!\n" % (100.0 * cpu / real)) 287 n, real, cpu = run_during(1.5, lambda: test_func(f, *args)) 288 print_results(size, n, real, cpu)
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/ |
D | ReadMe.txt | 9 Serial Input: Functional on real hardware. 10 Serial Output: Functional on real hardware.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | Thunk16.asm | 35 ; Here is the layout of the real mode stack. _ToUserCode() is responsible for 36 ; loading all these registers from real mode stack. 76 ; _BackFromUserCode() takes control in real mode after 'retf' has been executed
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | Thunk16.asm | 36 ; Here is the layout of the real mode stack. _ToUserCode() is responsible for 37 ; loading all these registers from real mode stack. 77 ; _BackFromUserCode() takes control in real mode after 'retf' has been executed
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/ |
D | PlatformSecureLibNull.uni | 7 // by a platform-specific method(e.g. Button pressed) in a real platform for product. 23 …hould be replaced by a platform-specific method(e.g. Button pressed) in a real platform for produc…
|
/device/google/trout/hal/vehicle/2.0/proto/ |
D | VehicleServer.proto | 41 // - true: if the value is generated by (emulated/real) car, or; 44 // cannot change status of property on a real car
|