Searched refs:low (Results 51 - 75 of 425) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdidf.c34 } low = {.d = twop52}; local
37 low.x |= a & INT64_C(0x00000000ffffffff);
39 const double result = (high - twop52) + low.d;
92 fb.u.s.low = (su_int)a; // mantissa-low
H A Dfloatundidf.c40 } low = {.d = twop52}; local
43 low.x |= a & UINT64_C(0x00000000ffffffff);
45 const double result = (high.d - twop84_plus_twop52) + low.d;
95 fb.u.s.low = (su_int)a; // mantissa-low
H A Dfloattixf.c67 fb.u.high.s.low = ((su_int)s & 0x8000) | // sign
69 fb.u.low.all = (du_int)a; // mantissa
H A Dfloatuntixf.c65 fb.u.high.s.low = (e + 16383); // exponent
66 fb.u.low.all = (du_int)a; // mantissa
H A Dclzdi2.c33 return __builtin_clz((x.s.high & ~f) | (x.s.low & f)) +
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_int.c50 long low; member in struct:__anon4633
58 long low; member in struct:__anon4634
104 arg.low = va_arg(*ap, long);
166 long low = argi->low; local
229 if (low < high)
231 if (val < low || val > high)
H A Dfty_num.c60 double low; member in struct:__anon4635
69 double low; member in struct:__anon4636
96 argn->low = args->low;
123 arg.low = va_arg(*ap, double);
184 double low = argn->low; local
267 if (low < high)
269 if (val < low || val > high)
/freebsd-11-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h28 uint64_t low; member in struct:__anon5893
57 rc->low = 0;
127 if ((uint32_t)(rc->low) < (uint32_t)(0xFF000000)
128 || (uint32_t)(rc->low >> 32) != 0) {
133 out[*out_pos] = rc->cache + (uint8_t)(rc->low >> 32);
139 rc->cache = (rc->low >> 24) & 0xFF;
143 rc->low = (rc->low & 0x00FFFFFF) << RC_SHIFT_BITS;
179 rc->low += bound;
192 rc->low
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lcl.h145 * with low Hamming weight, so we use w = 1 for b <= 23.
281 # define BN_UMULT_LOHI(low,high,a,b) \
283 : "=a"(low),"=d"(high) \
294 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
301 # define BN_UMULT_LOHI(low,high,a,b) ({ \
303 (high)=ret>>64; (low)=ret; })
311 # define BN_UMULT_LOHI(low,high,a,b)\
313 : "=l"(low),"=h"(high) \
371 BN_ULONG high,low,re
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A DMakefile15 SRCS+= fbsd-low.c
17 SRCS+= fbsd-${MACHINE_CPUARCH}-low.c reg-${MACHINE_CPUARCH}.c
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-disas.c71 CORE_ADDR low = 0; local
113 low = parse_and_eval_address (optarg);
153 if (find_pc_partial_function (start, NULL, &low, &high) == 0)
160 mixed_source_and_assembly, how_many, low, high);
/freebsd-11-stable/contrib/binutils/gas/
H A Dflonum.h41 * Exponent is the place value of the low littlenum. E.g.: *
42 * If 0: low points to the units littlenum. *
43 * If 1: low points to the LITTLENUM_RADIX littlenum. *
44 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. *
53 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT
56 /* If flonum is 0.0, leader==low-1 */
H A Datof-generic.c131 address_of_generic_floating_point_number->low;
145 address_of_generic_floating_point_number->low;
300 = -1 + address_of_generic_floating_point_number->low;
321 - address_of_generic_floating_point_number->low
434 digits_flonum.low = digits_binary_low;
488 power_of_10_flonum.low = power_binary_low;
492 temporary_flonum.low = temporary_binary_low;
603 if (f->low < f->high)
604 for (lp = f->high; lp >= f->low; lp--)
607 for (lp = f->low; l
[all...]
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_intrmap.c64 uint64_t low, uint16_t rid);
100 uint64_t low; local
123 low = (DMAR_X2APIC(unit) ? DMAR_IRTE1_DST_x2APIC(cpu) :
127 dmar_ir_program_irte(unit, cookie, low, rid);
158 uint64_t low, iorte; local
176 low = 0;
179 low |= DMAR_IRTE1_DLM_ExtINT;
182 low |= DMAR_IRTE1_DLM_NMI;
185 low |= DMAR_IRTE1_DLM_SMI;
189 low |
262 dmar_ir_program_irte(struct dmar_unit *unit, u_int idx, uint64_t low, uint16_t rid) argument
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_cbrt.c46 u_int32_t high,low; local
48 EXTRACT_WORDS(hx,low,x);
69 if((hx|low)==0)
H A Ds_atan.c82 u_int32_t low; local
83 GET_LOW_WORD(low,x);
85 (ix==0x7ff00000&&(low!=0)))
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dip.h47 inet_get_local_port_range(struct vnet *vnet, int *low, int *high) argument
51 *low = V_ipport_firstauto;
55 *low = IPPORT_EPHEMERALFIRST; /* 10000 */
/freebsd-11-stable/contrib/opie/libopie/
H A Dbtoe.c36 static int wsrch __P((char *w, int low, int high));
2127 int i, p, v, l, low, high, rval = -1; local
2169 low = 0;
2172 low = 571;
2175 if ((v = wsrch(word, low, high)) < 0) {
2203 static int wsrch FUNCTION((w, low, high), char *w AND int low AND int high)
2208 i = (low + high) / 2;
2211 if (high == low + 1) {
2218 if (low >
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
204 low = (unsigned)(-1); /* trigger new sub-table when len > root */
206 mask = used - 1; /* mask for comparing low */
230 /* replicate for those indices with low len bits equal to huff */
258 if (len > root && (huff & mask) != low) {
283 low
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dsol2-c.c89 HOST_WIDE_INT low; local
98 low = TREE_INT_CST_LOW (x);
100 || (low != 1 && low != 2 && low != 4 && low != 8 && low != 16
101 && low != 32 && low != 64 && low !
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c77 const DWunion w = { {.low = -uu.s.low,
78 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } };
302 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1))
305 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1))
309 return (DWtype) uu.s.low * (DWtype) vv.s.low;
314 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
315 * (UDWtype) (UWtype) vv.s.low};
316 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c231 uintptr_t low, high; /* __mf_register parameters */ member in struct:__mf_object
258 /* Live objects: splay trees, separated by type, ordered on .low (base address). */
597 __mf_lookup_cache[0].low = MAXPTR;
728 __mf_lookup_cache[0].low = (uintptr_t) -1;
844 entry->low = ptr_low;
936 if (LIKELY (ptr_low >= obj->low && ptr_high <= obj->high))
939 entry->low = obj->low;
959 uncovered_low_p = ptr_low < obj->low;
960 ptr_lower = CLAMPSUB (obj->low,
1036 __mf_insert_new_object(uintptr_t low, uintptr_t high, int type, const char *name, uintptr_t pc) argument
1076 uintptr_t low = old_obj->low; local
1147 uintptr_t low = (uintptr_t) ptr; local
1600 __mf_find_dead_objects(uintptr_t low, uintptr_t high, __mf_object_t **objs, unsigned max_objs) argument
2058 uintptr_t low = (uintptr_t) ptr; local
2443 mfsplay_tree_rebalance_helper2(mfsplay_tree_node * array, unsigned low, unsigned high) argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-coremask.h264 * Compute coremask for a range of cores from core low to core high.
266 * @param low first core in the range
272 static inline unsigned int cvmx_coremask_range(unsigned int low, unsigned int high) argument
274 return ((CVMX_COREMASK_MAX >> (CVMX_MAX_CORES - 1 - high + low)) << low);
/freebsd-11-stable/sys/vm/
H A Dvm_phys.h73 vm_page_t vm_phys_alloc_contig(u_long npages, vm_paddr_t low, vm_paddr_t high,
77 boolean_t vm_phys_domain_intersects(long mask, vm_paddr_t low, vm_paddr_t high);
86 vm_page_t vm_phys_scan_contig(u_long npages, vm_paddr_t low, vm_paddr_t high,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMD5.h65 uint64_t low() const { function in struct:llvm::MD5::MD5Result
66 // Our MD5 implementation returns the result in little endian, so the low
78 return std::make_pair(high(), low());
117 return Result.low();

Completed in 173 milliseconds

1234567891011>>