OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manh
(Results
26 - 38
of
38
) sorted by null
1
2
/bionic/libm/upstream-freebsd/lib/msun/src/
e_asinl.c
43
if(expt==BIAS && ((u.bits.
manh
&~LDBL_NBIT)|u.bits.manl)==0)
63
if(u.bits.
manh
>=THRESH) { /* if |x| is close to 1 */
s_atanl.c
46
((u.bits.
manh
&~LDBL_NBIT)|u.bits.manl)!=0)
53
expman = (expt << 8) | ((u.bits.
manh
>> (MANH_SIZE - 9)) & 0xff);
s_nexttoward.c
46
((uy.bits.
manh
&~LDBL_NBIT)|uy.bits.manl) != 0))
s_nexttowardf.c
36
((uy.bits.
manh
&~LDBL_NBIT)|uy.bits.manl) != 0))
s_scalbnl.c
52
if ((u.bits.
manh
|u.bits.manl)==0) return x; /* +-0 */
e_acosl.c
53
if(expt==BIAS && ((u.bits.
manh
&~LDBL_NBIT)|u.bits.manl)==0) {
s_cbrtl.c
59
if ((u.bits.
manh
| u.bits.manl) == 0)
math_private.h
214
(ix1) = ew_u.xbits.
manh
; \
249
iw_u.xbits.
manh
= (ix1); \
/bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h
75
u.bits.
manh
< 0x921fb54442d1LL) {
s_exp2l.c
368
if (u.xbits.
manh
!= 0
403
v.xbits.
manh
= 0;
/ndk/sources/android/support/src/msun/
math_private.h
214
(ix1) = ew_u.xbits.
manh
; \
249
iw_u.xbits.
manh
= (ix1); \
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h
218
(ix1) = ew_u.xbits.
manh
; \
253
iw_u.xbits.
manh
= (ix1); \
/ndk/sources/android/support/src/stdio/
strtod.c
[
all
...]
Completed in 2813 milliseconds
1
2