/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | e_cosh.c | 47 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 74 return half*t+half/t; in __ieee754_cosh() 78 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x)); in __ieee754_cosh() 84 w = __ieee754_exp(half*fabs(x)); in __ieee754_cosh() 85 t = half*w; in __ieee754_cosh()
|
D | k_sin.c | 50 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 71 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sin()
|
D | e_rem_pio2.c | 65 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 115 n = (int32_t) (t*invpio2+half); in __ieee754_rem_pio2()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | stringold.py | 301 half = n/2 304 half = half+1 305 return ' '*half + s + ' '*(n-half)
|
D | decimal.py | 6013 half = len(padding)//2 6014 result = padding[:half] + sign + body + padding[half:]
|
/device/google/contexthub/firmware/lib/libm/ |
D | kf_sin.c | 23 half = 5.0000000000e-01,/* 0x3f000000 */ variable 48 else return x-((z*(half*y-v*r)-y)-v*S1);
|
D | ef_rem_pio2.c | 88 half = 5.0000000000e-01, /* 0x3f000000 */ variable 141 n = (__int32_t) (t*invpio2+half);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | sortperf.py | 133 half = n // 2 134 L = range(half - 1, -1, -1) 135 L.extend(range(half))
|
D | math_testcases.txt | 195 -- half integers 299 -- half integers
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend.h | 50 #error Source should be half, single, or double precision!
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/ |
D | IntelFrameworkModulePkg.uni | 115 …alUseHalfHandshake_HELP #language en-US "Indicates if Serial device uses half hand shake.<BR><BR>… 116 … "TRUE - Serial device uses half hand shake.<BR>\n" 117 … "FALSE - Serial device doesn't use half hand shake.<BR>"
|
D | IntelFrameworkModulePkg.dec | 121 ## Indicates if Serial device uses half hand shake.<BR><BR> 122 # TRUE - Serial device uses half hand shake.<BR> 123 # FALSE - Serial device doesn't use half hand shake.<BR>
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/ |
D | IntelFspWrapperPkg.dec | 94 # 0 means half of TemporaryRamSize.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictnotes.txt | 69 Larger dicts use the first half of the dictobject structure (one cache 95 Raising this to *4 results in half the number of resizes, 223 more quickly because the first half of the keys will be inserted into
|
D | listsort.txt | 470 If data is random and runs have the same length, A[0] belongs at B[0] half
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | dictnotes.txt | 69 Larger dicts use the first half of the dictobject structure (one cache 95 Raising this to *4 results in half the number of resizes, 223 more quickly because the first half of the keys will be inserted into
|
D | listsort.txt | 473 If data is random and runs have the same length, A[0] belongs at B[0] half
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ |
D | UefiCpuPkg.uni | 104 …HELP #language en-US "Specifies stack size in the temporary RAM. 0 means half of TemporaryRamSize…
|
D | UefiCpuPkg.dec | 151 ## Specifies stack size in the temporary RAM. 0 means half of TemporaryRamSize.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | log10.decTest | 143 -- some half-way point rounds, other cases, and negatives
|
D | squareroot.decTest | 3220 -- test use of round-half-even for ties 3346 -- test use of round-half-even in underflow situations
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 919 …alUseHalfHandshake_HELP #language en-US "Indicates if Serial device uses half hand shake.<BR><BR>… 920 … "TRUE - Serial device uses half hand shake.<BR>\n" 921 … "FALSE - Serial device doesn't use half hand shake.<BR>"
|
D | MdeModulePkg.dec | 761 ## Indicates if Serial device uses half hand shake.<BR><BR> 762 # TRUE - Serial device uses half hand shake.<BR> 763 # FALSE - Serial device doesn't use half hand shake.<BR>
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | interrupt-framework-design.rst | 595 to raise a periodic interrupt (every half a second) for the purpose of testing
|