OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msign
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libm/noieee_src/
n_support.c
78
static const unsigned short
msign
=0x7fff , mexp =0x7f80 ;
variable in typeref:typename:const unsigned short
82
static const unsigned short
msign
=0x7fff, mexp =0x7ff0 ;
variable in typeref:typename:const unsigned short
101
if( (k= *px & mexp ) != ~
msign
) {
143
*px = ( *px &
msign
) | ( *py & ~
msign
);
170
{*px &=
msign
; return(x);}
208
*pp &=
msign
;
211
if( ( *px & mexp ) == ~
msign
) /* is x a reserved operand? */
225
if( ( *pp & mexp ) == ~
msign
) /* is p a reserved operand? */
240
sign= *px & ~
msign
;
[
all
...]
n_support.c
78
static const unsigned short
msign
=0x7fff , mexp =0x7f80 ;
variable in typeref:typename:const unsigned short
82
static const unsigned short
msign
=0x7fff, mexp =0x7ff0 ;
variable in typeref:typename:const unsigned short
101
if( (k= *px & mexp ) != ~
msign
) {
143
*px = ( *px &
msign
) | ( *py & ~
msign
);
170
{*px &=
msign
; return(x);}
208
*pp &=
msign
;
211
if( ( *px & mexp ) == ~
msign
) /* is x a reserved operand? */
225
if( ( *pp & mexp ) == ~
msign
) /* is p a reserved operand? */
240
sign= *px & ~
msign
;
[
all
...]
n_support.c
78
static const unsigned short
msign
=0x7fff , mexp =0x7f80 ;
variable in typeref:typename:const unsigned short
82
static const unsigned short
msign
=0x7fff, mexp =0x7ff0 ;
variable in typeref:typename:const unsigned short
101
if( (k= *px & mexp ) != ~
msign
) {
143
*px = ( *px &
msign
) | ( *py & ~
msign
);
170
{*px &=
msign
; return(x);}
208
*pp &=
msign
;
211
if( ( *px & mexp ) == ~
msign
) /* is x a reserved operand? */
225
if( ( *pp & mexp ) == ~
msign
) /* is p a reserved operand? */
240
sign= *px & ~
msign
;
[
all
...]
Completed in 68 milliseconds
Indexes created Thu Nov 06 19:09:53 GMT 2025