OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brep
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/
adddf3.c
24
rep_t
bRep
= toRep(b);
26
const rep_t bAbs =
bRep
& absMask;
60
aRep =
bRep
;
61
bRep
= temp;
66
int bExponent =
bRep
>> significandBits & maxExponent;
68
rep_t bSignificand =
bRep
& significandMask;
77
const bool subtraction = (aRep ^
bRep
) & signBit;
addsf3.c
23
rep_t
bRep
= toRep(b);
25
const rep_t bAbs =
bRep
& absMask;
59
aRep =
bRep
;
60
bRep
= temp;
65
int bExponent =
bRep
>> significandBits & maxExponent;
67
rep_t bSignificand =
bRep
& significandMask;
76
const bool subtraction = (aRep ^
bRep
) & signBit;
/prebuilts/sdk/renderscript/lib/mips/
libcompiler_rt.a
191
? ???? J?J? ??J? ??JG?048?,????o?6?K(CJ?z??6?K(]J???4?Kw,z?IQ??@??KKm??CR?u?t,?K$J8?4????xJ?Ox<???[?'? l O l O ? O? ? O OD ` O? ? O ? O? ? O d Od l O ? ? R? ? RP X R R? ( ? ? Q ? ZL L Z < Q l ? Z ? Q < ? Q ? ? Q clang version 3.1 external/compiler-rt/lib/adddf3.c /a/android_trees/jb-mr2-dev __adddf3 double fp_t rep_clz int normalize fromRep toRep long long unsigned int __uint64_t uint64_t rep_t x rep f i shift significand a b aExponent bExponent align unsigned int roundGuardSticky aRep
bRep