Home
last modified time | relevance | path

Searched refs:high (Results 1 – 19 of 19) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld80/
De_hypotl.c64 u_int32_t es,high,low; in hypotl() local
66 GET_LDOUBLE_WORDS(es,high,low,a); in hypotl()
68 if(((high&0x7fffffff)|low)==0 && !issignalingl(b)) in hypotl()
70 GET_LDOUBLE_WORDS(es,high,low,b); in hypotl()
71 if(((eb^0x7fff)|(high&0x7fffffff)|low)==0 && !issignalingl(a)) in hypotl()
82 u_int32_t es,high,low; in hypotl() local
83 GET_LDOUBLE_WORDS(es,high,low,b); in hypotl()
85 if((high|low)==0) return a; in hypotl()
101 u_int32_t high; in hypotl() local
102 GET_LDOUBLE_MSW(high,a); in hypotl()
[all …]
/picolibc-3.5.0-3.4.0/newlib/libm/common/
Ds_cbrt.c63 __uint32_t high,low; in cbrt64() local
77 t*=x; GET_HIGH_WORD(high,t); SET_HIGH_WORD(t,high/3+B2); in cbrt64()
89 GET_HIGH_WORD(high,t); in cbrt64()
90 INSERT_WORDS(t,high+0x00000001,0); in cbrt64()
101 GET_HIGH_WORD(high,t); in cbrt64()
102 SET_HIGH_WORD(t,high|sign); in cbrt64()
Ds_expm1.c232 __uint32_t high; in _NAME_64() local
234 GET_HIGH_WORD(high,y); in _NAME_64()
235 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in _NAME_64()
240 __uint32_t high; in _NAME_64() local
243 GET_HIGH_WORD(high,y); in _NAME_64()
244 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in _NAME_64()
246 __uint32_t high; in _NAME_64() local
250 GET_HIGH_WORD(high,y); in _NAME_64()
251 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in _NAME_64()
Dsf_cbrt.c51 __uint32_t high; local
65 t*=x; GET_FLOAT_WORD(high,t); SET_FLOAT_WORD(t,high/3+B2);
77 GET_FLOAT_WORD(high,t);
78 SET_FLOAT_WORD(t,high|sign);
/picolibc-3.5.0-3.4.0/newlib/libm/math/
Ds_fabs.c55 __uint32_t high; in fabs64() local
56 GET_HIGH_WORD(high, x); in fabs64()
57 SET_HIGH_WORD(x, high & 0x7fffffff); in fabs64()
Dsf_rem_pio2.c130 __uint32_t high; in __rem_pio2f() local
133 GET_FLOAT_WORD(high, y[0]); in __rem_pio2f()
134 i = j - ((high >> 23) & 0xff); in __rem_pio2f()
141 GET_FLOAT_WORD(high, y[0]); in __rem_pio2f()
142 i = j - ((high >> 23) & 0xff); in __rem_pio2f()
Ds_rem_pio2.c123 __uint32_t high; in __rem_pio2() local
126 GET_HIGH_WORD(high, y[0]); in __rem_pio2()
127 i = j - ((high >> 20) & 0x7ff); in __rem_pio2()
134 GET_HIGH_WORD(high, y[0]); in __rem_pio2()
135 i = j - ((high >> 20) & 0x7ff); in __rem_pio2()
Ds_hypot.c132 __uint32_t high; in hypot64() local
134 GET_HIGH_WORD(high, t1); in hypot64()
135 SET_HIGH_WORD(t1, high + (k << 20)); in hypot64()
Ds_jn.c299 __uint32_t high; in _MATH_ALIAS_d_id() local
303 GET_HIGH_WORD(high, b); in _MATH_ALIAS_d_id()
304 for (i = 1; i < n && high != 0xfff00000; i++) { in _MATH_ALIAS_d_id()
307 GET_HIGH_WORD(high, b); in _MATH_ALIAS_d_id()
/picolibc-3.5.0-3.4.0/newlib/libm/ld/
Dmath_private_openbsd.h111 u_int64_t high; in issignalingl() local
114 GET_LDOUBLE_MSW64(high, x); in issignalingl()
116 return (high & 0x0000800000000000ULL) != 0; in issignalingl()
118 return (high & 0x0000800000000000ULL) == 0; in issignalingl()
124 int64_t high; in __signbitl() local
125 GET_LDOUBLE_MSW64(high, x); in __signbitl()
126 return high < 0; in __signbitl()
285 u_int32_t high; in issignalingl() local
288 GET_LDOUBLE_MSW(high, x); in issignalingl()
289 return (high & 0x40000000U) == 0; in issignalingl()
[all …]
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld128/
De_hypotl.c116 u_int64_t high; in hypotl() local
118 GET_LDOUBLE_MSW64(high,t1); in hypotl()
119 SET_LDOUBLE_MSW64(t1,high+(k<<48)); in hypotl()
/picolibc-3.5.0-3.4.0/test/
Dffs.c90 long int high = ((x >> 16) >> 16) & 0xffffffffl; in check() local
92 printf("failed %s(%08lx%08lx): got %d expect %d\n", which, high, low, got, expect); in check()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/xstormy16/
Dsetjmp.S22 pop r0 ; PC high word
/picolibc-3.5.0-3.4.0/newlib/libc/machine/hppa/
Dpcc_prefix.s308 ret1: .equ r29 ; return value (high part of double)
318 arg1: .equ r25 ; argument or high part of double argument
322 arg3: .equ r23 ; argument or high part of double argument
/picolibc-3.5.0-3.4.0/newlib/libc/machine/rl78/
Dsetjmp.S160 _push 30 ; high half of PC
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arc/
Dstrcmp.S105 or_s r3,r3,r0 ; ... high estimate r3 so that r2 > r3 will ...
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dtest_is.c1973 int high) in test_to_set() argument
1977 for (i = low; i <= high; i++) { in test_to_set()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/avr/
Dmacros.inc338 high byte (bits 23-16) of the address, bits 15-0 should be in
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-2015840 lone high surrogate.
18694 Store high part of leading bytes too.
18906 Store high part of leading bytes too.