Searched refs:hi (Results 1 - 25 of 534) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/msun/src/
H A Ds_sinl.c51 long double hi, lo; local
69 hi = __kernel_sinl(z.e, 0, 0);
70 RETURNI(s ? -hi : hi);
74 hi = y[0];
79 hi = __kernel_sinl(hi, lo, 1);
82 hi = __kernel_cosl(hi, lo);
85 hi
[all...]
H A Ds_cosl.c56 long double hi, lo; local
76 hi = y[0];
81 hi = __kernel_cosl(hi, lo);
84 hi = - __kernel_sinl(hi, lo, 1);
87 hi = - __kernel_cosl(hi, lo);
90 hi = __kernel_sinl(hi, l
[all...]
H A Ds_tanl.c57 long double hi, lo; local
75 hi = __kernel_tanl(z.e, 0, 0);
76 RETURNI(s ? -hi : hi);
80 hi = y[0];
86 hi = __kernel_tanl(hi, lo, 0);
90 hi = __kernel_tanl(hi, lo, 1);
94 RETURNI(hi);
[all...]
H A Ds_fmal.c38 * of a long double. We maintain the invariant that "hi" stores the high-order
42 long double hi; member in struct:dd
57 ret.hi = a + b;
58 s = ret.hi - a;
59 ret.lo = (a - (ret.hi - s)) + (b - s);
82 u.e = sum.hi;
84 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
86 return (sum.hi);
106 * lowest bit of sum.hi t
[all...]
H A De_log10f.c36 float f,hfsq,hi,lo,r,y; local
66 hi = f - hfsq;
67 GET_FLOAT_WORD(hx,hi);
68 SET_FLOAT_WORD(hi,hx&0xfffff000);
69 lo = (f - hi) - hfsq + r;
70 return y*log10_2lo + (lo+hi)*ivln10lo + lo*ivln10hi + hi*ivln10hi +
H A De_log2f.c34 float f,hfsq,hi,lo,r,y; local
77 hi = f - hfsq;
78 GET_FLOAT_WORD(hx,hi);
79 SET_FLOAT_WORD(hi,hx&0xfffff000);
80 lo = (f - hi) - hfsq + r;
81 return (lo+hi)*ivln2lo + lo*ivln2hi + hi*ivln2hi + y;
/freebsd-11-stable/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c106 struct hid_item hi; local
116 &hi);
118 MYu_ATF_CHECK_EQ(hi.loc.size, 32);
119 MYu_ATF_CHECK_EQ(hi.loc.count, 1);
120 MYu_ATF_CHECK_EQ(hi.loc.pos, 0);
121 MYx_ATF_CHECK_EQ(hi.flags, 0);
122 MYd_ATF_CHECK_EQ(hi.logical_minimum, -2147483648);
123 MYd_ATF_CHECK_EQ(hi.logical_maximum, 2147483647);
124 MYd_ATF_CHECK_EQ(hi.physical_minimum, -2147483648);
125 MYd_ATF_CHECK_EQ(hi
244 struct hid_item hi; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dutil.c35 apr_hash_index_t *hi;
41 for (hi = apr_hash_first(result_pool, props); hi;
42 hi = apr_hash_next(hi))
44 const char *key = apr_hash_this_key(hi);
45 const svn_string_t *value = apr_hash_this_val(hi);
34 apr_hash_index_t *hi; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c10 (x).s.hi = crt_copysign(crt_isinf((x).s.hi) ? 1.0 : 0.0, (x).s.hi); \
16 if (crt_isnan((x).s.hi)) { \
17 (x).s.hi = crt_copysign(0.0, (x).s.hi); \
32 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) {
40 if (crt_isinf(aDD.s.hi) || crt_isinf(bDD.s.hi)) {
[all...]
H A Ddivtc3.c19 (x).s.hi = crt_copysign(crt_isinf((x).s.hi) ? 1.0 : 0.0, (x).s.hi); \
30 __compiler_rt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi)));
35 cDD.s.hi = crt_scalbn(cDD.s.hi, -ilogbw);
37 dDD.s.hi = crt_scalbn(dDD.s.hi, -ilogbw);
51 real.s.hi
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_pci.h52 * phys.hi cell: npt000ss bbbbbbbb dddddfff rrrrrrrr
85 #define OFW_PCI_PHYS_HI_BUS(hi) \
86 (((hi) & OFW_PCI_PHYS_HI_BUSMASK) >> OFW_PCI_PHYS_HI_BUSSHIFT)
87 #define OFW_PCI_PHYS_HI_DEVICE(hi) \
88 (((hi) & OFW_PCI_PHYS_HI_DEVICEMASK) >> OFW_PCI_PHYS_HI_DEVICESHIFT)
89 #define OFW_PCI_PHYS_HI_FUNCTION(hi) \
90 (((hi) & OFW_PCI_PHYS_HI_FUNCTIONMASK) >> OFW_PCI_PHYS_HI_FUNCTIONSHIFT)
/freebsd-11-stable/contrib/netbsd-tests/lib/libusbhid/
H A Dt_usbhid.c118 hid_item_t hi; local
126 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi,
128 MYd_ATF_CHECK_EQ(hi.logical_minimum, -128);
129 MYd_ATF_CHECK_EQ(hi.logical_maximum, 127);
130 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi,
132 MYd_ATF_CHECK_EQ(hi.logical_minimum, -32768);
133 MYd_ATF_CHECK_EQ(hi.logical_maximum, 32767);
134 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi,
136 MYd_ATF_CHECK_EQ(hi.logical_minimum, -2147483648);
137 MYd_ATF_CHECK_EQ(hi
181 hid_item_t hi; local
243 hid_item_t hi; local
339 hid_item_t hi; local
428 hid_item_t hi; local
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_calc1.y13 double lo, hi;
64 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
109 $$.hi = $$.lo = $1;
114 $$.hi = $4;
115 if ( $$.lo > $$.hi )
127 $$.hi = $1.hi + $3.hi;
132 $$.hi = $1 + $3.hi;
[all...]
H A Dcalc1.y12 double lo, hi;
62 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
111 $$.hi = $$.lo = $1;
116 $$.hi = $4;
117 if ( $$.lo > $$.hi )
129 $$.hi = $1.hi + $3.hi;
134 $$.hi = $1 + $3.hi;
[all...]
H A Dvarsyntax_calc1.y13 double lo, hi;
64 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
113 $$.hi = $$.lo = $1;
118 $$.hi = $4;
119 if ( $$.lo > $$.hi )
131 $$.hi = $1.hi + $3.hi;
136 $$.hi = $1 + $3.hi;
[all...]
/freebsd-11-stable/stand/libsa/
H A Drandom.c54 long x, hi, lo, t; local
63 hi = x / 127773;
65 t = 16807 * lo - 2836 * hi;
/freebsd-11-stable/contrib/gcc/config/
H A Dfixdfdi.c15 USItype hi, lo; local
17 hi = a / (((UDItype) 1) << (sizeof (USItype) * 8));
18 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8));
19 return ((UDItype) hi << (sizeof (USItype) * 8)) | lo;
H A Dfixsfdi.c17 USItype hi, lo; local
19 hi = a / (((UDItype) 1) << (sizeof (USItype) * 8));
20 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8));
21 return ((UDItype) hi << (sizeof (USItype) * 8)) | lo;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_utils.h50 #define DMA_REGPAIR_LE(x, val) (x).hi = DMA_HI_LE((val)); \
53 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo))
54 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t)
55 #define HILO_64(hi, lo) HILO_GEN(hi, lo, u64)
56 #define HILO_DMA_REGPAIR(regpair) (HILO_DMA(regpair.hi, regpair.lo))
57 #define HILO_64_REGPAIR(regpair) (HILO_64(regpair.hi, regpair.lo))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_umax_4.S16 #define umax_4(rD, rN, rM) MINMAX_4(rD, rN, rM, hi)
/freebsd-11-stable/stand/ficl/
H A Dmath64.c137 return (x.hi < 0);
152 DPUNS resultHi = ficlLongMul(u.hi, mul);
153 resultLo.hi += resultHi.lo;
157 resultLo.hi++;
200 x.hi = ~x.hi;
204 x.hi++;
219 stackPushINT(pStack, i64.hi);
226 stackPushINT(pStack, u64.hi);
240 ret.hi
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dheap.c478 SM_HEAP_ITEM_T *hi; local
490 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
492 if (hi->hi_ptr == ptr)
494 ptr, hi->hi_tag, hi->hi_num);
498 hi = (SM_HEAP_ITEM_T *) malloc(sizeof(SM_HEAP_ITEM_T));
500 if (hi
528 SM_HEAP_ITEM_T *hi, **hp; local
596 SM_HEAP_ITEM_T *hi, **hp; local
678 SM_HEAP_ITEM_T *hi = *hp; local
763 SM_HEAP_ITEM_T *hi = SmHeapTable[i]; local
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_util.h49 bwn_clamp_val(int val, int lo, int hi) argument
53 if (val > hi)
54 return hi;
/freebsd-11-stable/sys/libkern/
H A Drandom.c60 long x, hi, lo, t; local
71 hi = x / 127773;
73 t = 16807 * lo - 2836 * hi;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmemattr.c44 create_mem_region (CORE_ADDR lo, CORE_ADDR hi, argument
49 /* lo == hi is a useless empty region */
50 if (lo >= hi && hi != 0)
60 if ((lo >= n->lo && (lo < n->hi || n->hi == 0))
61 || (hi > n->lo && (hi <= n->hi || n->hi
99 CORE_ADDR hi; local
138 CORE_ADDR lo, hi; local
[all...]

Completed in 139 milliseconds

1234567891011>>