OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:manh
(Results
1 - 5
of
5
) sorted by null
/bionic/libm/arm/
_fpmath.h
42
unsigned int
manh
:20;
member in struct:IEEEl2bits::__anon740
51
unsigned int
manh
:20;
66
(a)[1] = (uint32_t)(u).bits.
manh
; \
/bionic/libm/i386/
_fpmath.h
33
unsigned int
manh
:32;
member in struct:IEEEl2bits::__anon743
46
#define mask_nbit_l(u) ((u).bits.
manh
&= ~LDBL_NBIT)
53
(a)[1] = (uint32_t)(u).bits.
manh
; \
/bionic/libm/mips/
_fpmath.h
34
unsigned int
manh
:20;
member in struct:IEEEl2bits::__anon747
40
unsigned int
manh
:20;
55
(a)[1] = (uint32_t)(u).bits.
manh
; \
/bionic/libm/
fpmath.h
56
unsigned int
manh
:20;
member in struct:IEEEd2bits::__anon742
62
unsigned int
manh
:20;
68
unsigned int
manh
:20;
/bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c
28
h = uv.bits.
manh
; \
65
man_t
manh
, manl;
local
68
GET_LDBL_MAN(
manh
,manl,a);
69
if (
manh
== LDBL_NBIT && manl == 0) w = a;
70
GET_LDBL_MAN(
manh
,manl,b);
71
if (hb >= ESW(MAX_EXP) &&
manh
== LDBL_NBIT && manl == 0) w = b;
82
man_t
manh
, manl;
local
83
GET_LDBL_MAN(
manh
,manl,b);
84
if((
manh
|manl)==0) return a;
Completed in 31 milliseconds