Home
last modified time | relevance | path

Searched refs:half (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_cosh.c47 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()
Dk_sin.c50 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
71 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sin()
De_rem_pio2.c65 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/
Dstringold.py301 half = n/2
304 half = half+1
305 return ' '*half + s + ' '*(n-half)
Ddecimal.py6013 half = len(padding)//2
6014 result = padding[:half] + sign + body + padding[half:]
/device/google/contexthub/firmware/lib/libm/
Dkf_sin.c23 half = 5.0000000000e-01,/* 0x3f000000 */ variable
48 else return x-((z*(half*y-v*r)-y)-v*S1);
Def_rem_pio2.c88 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/
Dsortperf.py133 half = n // 2
134 L = range(half - 1, -1, -1)
135 L.extend(range(half))
Dmath_testcases.txt195 -- half integers
299 -- half integers
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.uni119 …alUseHalfHandshake_HELP #language en-US "Indicates if Serial device uses half hand shake.<BR><BR>…
120 … "TRUE - Serial device uses half hand shake.<BR>\n"
121 … "FALSE - Serial device doesn't use half hand shake.<BR>"
DIntelFrameworkModulePkg.dec125 ## Indicates if Serial device uses half hand shake.<BR><BR>
126 # TRUE - Serial device uses half hand shake.<BR>
127 # FALSE - Serial device doesn't use half hand shake.<BR>
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/
DIntelFspWrapperPkg.dec94 # 0 means half of TemporaryRamSize.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt69 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
Dlistsort.txt470 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/
Ddictnotes.txt69 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
Dlistsort.txt473 If data is random and runs have the same length, A[0] belongs at B[0] half
/device/linaro/bootloader/edk2/UefiCpuPkg/
DUefiCpuPkg.uni104 …HELP #language en-US "Specifies stack size in the temporary RAM. 0 means half of TemporaryRamSize…
DUefiCpuPkg.dec140 ## 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/
Dlog10.decTest143 -- some half-way point rounds, other cases, and negatives
Dsquareroot.decTest3220 -- test use of round-half-even for ties
3346 -- test use of round-half-even in underflow situations
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni885 …alUseHalfHandshake_HELP #language en-US "Indicates if Serial device uses half hand shake.<BR><BR>…
886 … "TRUE - Serial device uses half hand shake.<BR>\n"
887 … "FALSE - Serial device doesn't use half hand shake.<BR>"
DMdeModulePkg.dec700 ## Indicates if Serial device uses half hand shake.<BR><BR>
701 # TRUE - Serial device uses half hand shake.<BR>
702 # FALSE - Serial device doesn't use half hand shake.<BR>
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dinterrupt-framework-design.md531 to raise a periodic interrupt (every half a second) for the purpose of testing