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

1234567891011>>

/freebsd-10.0-release/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;
H A De_log2.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y; local
80 * theorem for spitting f-hfsq as hi+lo, unless double_t was used
101 hi = f - hfsq;
102 SET_LOW_WORD(hi,0);
103 lo = (f - hi) - hfsq + r;
104 val_hi = hi*ivln2hi;
105 val_lo = (lo+hi)*ivln2lo + lo*ivln2hi;
/freebsd-10.0-release/contrib/compiler-rt/lib/ppc/
H A Dmultc3.c9 (x).s.hi = crt_copysign(crt_isinf((x).s.hi) ? 1.0 : 0.0, (x).s.hi); \
14 if (crt_isnan((x).s.hi)) { \
15 (x).s.hi = crt_copysign(0.0, (x).s.hi); \
35 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
44 if (crt_isinf(aDD.s.hi) || crt_isinf(bDD.s.hi))
[all...]
H A Ddivtc3.c13 (x).s.hi = crt_copysign(crt_isinf((x).s.hi) ? 1.0 : 0.0, (x).s.hi); \
29 const double logbw = crt_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);
48 real.s.hi
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/byacc/test/
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...]
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
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...]
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Dutil.c58 apr_hash_index_t *hi;
62 for (hi = apr_hash_first(result_pool, props); hi;
63 hi = apr_hash_next(hi))
65 const char *key = svn__apr_hash_index_key(hi);
66 const svn_string_t *value = svn__apr_hash_index_val(hi);
57 apr_hash_index_t *hi; local
/freebsd-10.0-release/lib/libstand/
H A Drandom.c54 long x, hi, lo, t; local
63 hi = x / 127773;
65 t = 16807 * lo - 2836 * hi;
/freebsd-10.0-release/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-10.0-release/sys/boot/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-10.0-release/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-10.0-release/sys/libkern/
H A Drandom.c60 register long x, hi, lo, t; local
71 hi = x / 127773;
73 t = 16807 * lo - 2836 * hi;
/freebsd-10.0-release/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...]
/freebsd-10.0-release/contrib/apr/tables/
H A Dapr_hash.c127 APR_DECLARE(apr_hash_index_t *) apr_hash_next(apr_hash_index_t *hi) argument
129 hi->this = hi->next;
130 while (!hi->this) {
131 if (hi->index > hi->ht->max)
134 hi->this = hi->ht->array[hi->index++];
136 hi
142 apr_hash_index_t *hi; local
155 apr_hash_this(apr_hash_index_t *hi, const void **key, apr_ssize_t *klen, void **val) argument
172 apr_hash_index_t *hi; local
386 apr_hash_index_t *hi; local
508 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dfp_lib.h42 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { argument
44 *hi = product >> 32;
73 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { argument
83 // Sum terms contributing to hi with the carry from lo
84 *hi = hiWord(plohi) + hiWord(philo) + hiWord(r1) + phihi;
122 static inline void wideLeftShift(rep_t *hi, rep_t *lo, int count) { argument
123 *hi = *hi << count | *lo >> (typeWidth - count);
127 static inline void wideRightShiftWithSticky(rep_t *hi, rep_t *lo, unsigned int count) { argument
130 *lo = *hi << (typeWidt
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-tlb.c84 static inline int __tlb_probe(uint64_t hi){ argument
87 CVMX_MT_ENTRY_HIGH(hi);
125 uint64_t hi, uint64_t lo0,
135 "write TLB %d: hi %lx, lo0 %lx, lo1 %lx, pagemask %lx \n",
136 tlbi, hi, lo0, lo1, pagemask);
140 CVMX_MT_ENTRY_HIGH(hi);
188 uint32_t hi; local
196 CVMX_MF_ENTRY_HIGH(hi);
206 width, (hi & ~0x1fffUL), hi
124 __tlb_write_index(uint32_t tlbi, uint64_t hi, uint64_t lo0, uint64_t lo1, uint64_t pagemask) argument
284 uint64_t lo0, lo1, hi, pagemask; local
380 uint64_t hi= (vaddr >> 13 ) << 13; /* We always use ASID 0 */ local
[all...]
/freebsd-10.0-release/lib/msun/bsdsrc/
H A Db_exp.c92 double z,hi,lo,c;
105 /* express x-k*ln2 as hi-lo and let x=hi-lo rounded */
107 hi=x-k*ln2hi;
108 x=hi-(lo=k*ln2lo);
113 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
138 double z,hi,lo; local
150 /* express (x+c)-k*ln2 as hi-lo and let x=hi-lo rounded */
152 hi
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, argument
62 __raw_writeq((__force u64) cpu_to_be64((u64) hi << 32 | lo), dest);
88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, argument
93 hi = (__force u32) cpu_to_be32(hi);
97 __raw_writel(hi, dest);

Completed in 233 milliseconds

1234567891011>>