/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
fixunsdfdi.c | 24 su_int low = a - (double)high * 4294967296.f; /* high * 0x1p32f; */ local in function:__fixunsdfdi 25 return ((du_int)high << 32) | low;
|
fixunssfdi.c | 25 su_int low = da - (double)high * 4294967296.f; /* high * 0x1p32f; */ local in function:__fixunssfdi 26 return ((du_int)high << 32) | low;
|
floatdidf.c | 36 union { int64_t x; double d; } low = { .d = twop52 }; local in function:__floatdidf 39 low.x |= a & INT64_C(0x00000000ffffffff); 41 const double result = (high - twop52) + low.d; 102 fb.u.s.low = (su_int)a; /* mantissa-low */
|
floatundidf.c | 38 union { uint64_t x; double d; } low = { .d = twop52 }; local in function:__floatundidf 41 low.x |= a & UINT64_C(0x00000000ffffffff); 43 const double result = (high.d - twop84_plus_twop52) + low.d; 101 fb.u.s.low = (su_int)a; /* mantissa-low */
|
atomic.c | 116 intptr_t low = hash & SPINLOCK_MASK; local in function:lock_for_pointer 120 hash ^= low;
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
floatditf.c | 15 doublebits low = { .d = twop52 }; local in function:__floatditf 16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */ 21 * high_addend and low.d, and we wish to return their sum 31 result.s.hi = high_addend + low.d; 32 result.s.lo = (high_addend - result.s.hi) + low.d;
|
floatunditf.c | 19 doublebits low = { .d = twop52 }; local in function:__floatunditf 22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */ 27 * high_addend and low.d, and we wish to return their sum 36 result.s.hi = high_addend + low.d; 37 result.s.lo = (high_addend - result.s.hi) + low.d;
|
/src/lib/libm/src/ |
e_hypot.c | 70 u_int32_t low; local in function:__ieee754_hypot 72 GET_LOW_WORD(low,a); 73 if(((ha&0xfffff)|low)==0) w = a; 74 GET_LOW_WORD(low,b); 75 if(((hb^0x7ff00000)|low)==0) w = b; 85 u_int32_t low; local in function:__ieee754_hypot 86 GET_LOW_WORD(low,b); 87 if((hb|low)==0) return a;
|
k_tan.c | 88 u_int32_t low; local in function:__kernel_tan 89 GET_LOW_WORD(low, x); 90 if(((ix | low) | (iy + 1)) == 0)
|
s_cbrt.c | 47 u_int32_t high,low; local in function:cbrt 53 GET_LOW_WORD(low,x); 54 if((hx|low)==0)
|
s_atan.c | 93 u_int32_t low; local in function:atan 94 GET_LOW_WORD(low,x); 96 (ix==0x7ff00000&&(low!=0)))
|
e_rem_pio2.c | 64 u_int32_t low; local in function:__ieee754_rem_pio2 138 GET_LOW_WORD(low,x); 139 SET_LOW_WORD(z,low);
|
s_expm1.c | 150 u_int32_t low; local in function:expm1 151 GET_LOW_WORD(low,x); 152 if(((hx&0xfffff)|low)!=0)
|
/src/common/lib/libc/quad/ |
muldi3.c | 78 * (2^n + 1) (u0 v0) [u0v0 = low] 96 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low) 100 * (2^n)(high + mid + low) + low 103 * of 2^n in either one will also vanish. Only `low' need be computed 111 union uu u, v, low, prod; local in function:__muldi3 147 low.q = __lmulq(u0, v0); 164 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + 165 low.ul[H]; 166 prod.ul[L] = low.ul[L] 195 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; local in function:__lmulq [all...] |
/src/lib/libc/arch/aarch64/softfloat/ |
softfloat.h | 62 unsigned long long low; member in struct:__anon99773caa0108 68 unsigned long long high, low; member in struct:__anon99773caa0208 70 unsigned long long low, high;
|
/src/lib/libc/arch/arm/softfloat/ |
softfloat.h | 60 unsigned long long low; member in struct:__anon890ec0810108 65 unsigned long long high, low; member in struct:__anon890ec0810208
|
/src/lib/libc/arch/mips/softfloat/ |
softfloat.h | 61 unsigned long long low; member in struct:__anon0cd2257a0108 66 unsigned long long high, low; member in struct:__anon0cd2257a0208
|
/src/lib/libc/arch/or1k/softfloat/ |
softfloat.h | 59 unsigned long long low; member in struct:__anon4ad13f5e0108 64 unsigned long long high, low; member in struct:__anon4ad13f5e0208
|
/src/lib/libc/arch/powerpc/softfloat/ |
softfloat.h | 59 unsigned long long low; member in struct:__anon64f52d810108 64 unsigned long long high, low; member in struct:__anon64f52d810208
|
/src/lib/libc/arch/sh3/softfloat/ |
softfloat.h | 59 unsigned long long low; member in struct:__anon317ffa0f0108 64 unsigned long long high, low; member in struct:__anon317ffa0f0208
|
/src/lib/libc/arch/sparc64/softfloat/ |
softfloat.h | 61 unsigned long long low; member in struct:__anon6a1617040108 66 unsigned long long high, low; member in struct:__anon6a1617040208
|
/src/lib/libskey/ |
put.c | 27 static int wsrch(const char *w, int low, int high); 335 "LOW", 2124 int i, p, v, l, low, high; local in function:etob 2145 low = 0; 2150 low = 571; 2155 if ((v = wsrch (word, low, high)) < 0) 2207 static int wsrch(const char *w, int low, int high) 2213 i = (low + high) / 2; 2216 if (high == low + 1) 2224 if (low >= high [all...] |
/src/regress/lib/libc/ieeefp/testfloat/include/ |
softfloat.h | 91 uint64_t low; member in struct:__anon90befc830108 93 uint64_t low; 100 uint64_t high, low; member in struct:__anon90befc830208
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_vega12_thermal.c | 168 * Set the requested temperature range for high and low alert signals 172 * high and low alert signals 179 int low = VEGA12_THERMAL_MINIMUM_ALERT_TEMP * local in function:vega12_thermal_set_temperature_range 185 if (low < range->min) 186 low = range->min; 190 if (low > high) 198 val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTL, (low / PP_TEMPERATURE_UNITS_PER_CENTIGRADES)); 308 /* We should restrict performance levels to low before we halt the SMC.
|
/src/sys/lib/libkern/ |
softfloat.h | 88 u_int64_t low; member in struct:__anon17badb5f0108 90 u_int64_t low; 97 u_int64_t high, low; member in struct:__anon17badb5f0208
|