Home
last modified time | relevance | path

Searched defs:object (Results 1 – 5 of 5) sorted by relevance

/arch/parisc/math-emu/
A Dfloat.h48 #define Sall(object) (object) argument
49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument
52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument
62 #define Slow(object) Bitfield_mask( 31, 1,object) argument
63 #define Slow4(object) Bitfield_mask( 28, 4,object) argument
64 #define Slow31(object) Bitfield_mask( 1, 31,object) argument
72 #define Sbit31(object) Bitfield_mask( 31, 1,object) argument
78 #define Deposit_sexponentmantissa(object,value) \ argument
105 #define Dallp1(object) (object) argument
145 #define Dallp2(object) (object) argument
[all …]
A Dfpbits.h40 #define Bitfield_extract(start, length, object) \ argument
44 #define Bitfield_signed_extract(start, length, object) \ argument
47 #define Bitfield_mask(start, len, object) \ argument
50 #define Bitfield_deposit(value,start,len,object) object = \ argument
A Dcnv_float.h20 #define Dintp1(object) (object) argument
21 #define Dintp2(object) (object) argument
23 #define Duintp1(object) (object) argument
24 #define Duintp2(object) (object) argument
26 #define Qintp0(object) (object) argument
27 #define Qintp1(object) (object) argument
28 #define Qintp2(object) (object) argument
29 #define Qintp3(object) (object) argument
A Dsgl_float.h19 #define Sgl_sign(object) Ssign(object) argument
20 #define Sgl_exponent(object) Sexponent(object) argument
21 #define Sgl_signexponent(object) Ssignexponent(object) argument
22 #define Sgl_mantissa(object) Smantissa(object) argument
23 #define Sgl_exponentmantissa(object) Sexponentmantissa(object) argument
24 #define Sgl_all(object) Sall(object) argument
A Ddbl_float.h18 #define Dbl_sign(object) Dsign(object) argument
19 #define Dbl_exponent(object) Dexponent(object) argument
20 #define Dbl_signexponent(object) Dsignexponent(object) argument
21 #define Dbl_mantissap1(object) Dmantissap1(object) argument
22 #define Dbl_mantissap2(object) Dmantissap2(object) argument
23 #define Dbl_exponentmantissap1(object) Dexponentmantissap1(object) argument
24 #define Dbl_allp1(object) Dallp1(object) argument
25 #define Dbl_allp2(object) Dallp2(object) argument

Completed in 21 milliseconds