Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_remainder.c23 __int32_t hx, hp; in remainderf() local
28 GET_FLOAT_WORD(hp, p); in remainderf()
30 hp &= 0x7fffffff; in remainderf()
34 if (FLT_UWORD_IS_NAN(hx) || FLT_UWORD_IS_NAN(hp)) in remainderf()
37 if (isinf(x) || hp == 0) in remainderf()
40 if (hp <= FLT_UWORD_HALF_MAX) in remainderf()
42 if ((hx - hp) == 0) in remainderf()
46 if (hp < 0x01000000) { in remainderf()
Ds_remainder.c32 __int32_t hx, hp; in remainder64() local
37 EXTRACT_WORDS(hp, lp, p); in remainder64()
39 hp &= 0x7fffffff; in remainder64()
46 if (isinf(x) || (hp | lp) == 0) in remainder64()
49 if ((hp | lp) == 0) in remainder64()
52 if (hp <= 0x7fdfffff) in remainder64()
55 if (((hx - hp) | (lx - lp)) == 0) in remainder64()
59 if (hp < 0x00200000) { in remainder64()
/picolibc-latest/newlib/libc/search/
Dndbm.c195 HTAB *hp; in dbm_error() local
197 hp = (HTAB *)db->internal; in dbm_error()
198 return (hp->error); in dbm_error()
204 HTAB *hp; in dbm_clearerr() local
206 hp = (HTAB *)db->internal; in dbm_clearerr()
207 hp->error = 0; in dbm_clearerr()
/picolibc-latest/newlib/libc/machine/hppa/
Dpcc_prefix.s386 ; message to be brought in from libgloss/hp-milli.s
/picolibc-latest/newlib/
DREADME158 m68k-hp-bsd
DChangeLog-2015516 2015-09-03 Hans-Peter Nilsson <hp@axis.com>
2465 2013-10-24 Hans-Peter Nilsson <hp@axis.com>
3435 2012-10-21 Hans-Peter Nilsson <hp@bitrange.com>
4135 2011-07-13 Hans-Peter Nilsson <hp@axis.com>
5989 2009-08-12 Hans-Peter Nilsson <hp@axis.com>
6476 2009-04-16 Hans-Peter Nilsson <hp@axis.com>
7861 Steve Ellcey <sje@cup.hp.com>
8293 2008-07-07 Hans-Peter Nilsson <hp@axis.com>
8312 2008-06-25 Hans-Peter Nilsson <hp@axis.com>
8925 2008-01-25 Hans-Peter Nilsson <hp@bitrange.com>
[all …]