HomeSort by relevance Sort by last modified time
    Searched full:babs (Results 1 - 21 of 21) sorted by null

  /external/compiler-rt/lib/builtins/
comparedf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
121 const rep_t bAbs = toRep(b) & absMask;
122 return aAbs > infRep || bAbs > infRep;
comparesf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
121 const rep_t bAbs = toRep(b) & absMask;
122 return aAbs > infRep || bAbs > infRep;
comparetf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
99 const rep_t bAbs = bInt & absMask;
101 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
102 if ((aAbs | bAbs) == 0) return GE_EQUAL;
116 const rep_t bAbs = toRep(b) & absMask;
117 return aAbs > infRep || bAbs > infRep;
fp_add_impl.inc 21 const rep_t bAbs = bRep & absMask;
25 bAbs - REP_C(1) >= infRep - REP_C(1)) {
29 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs == infRep) return b;
44 if (!bAbs) return fromRep(toRep(a) & toRep(b));
49 if (!bAbs) return a;
53 if (bAbs > aAbs) {
fp_mul_impl.inc 30 const rep_t bAbs = toRep(b) & absMask;
35 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs) return fromRep(aAbs | productSign);
44 if (bAbs == infRep) {
46 if (aAbs) return fromRep(bAbs | productSign);
54 if (!bAbs) return fromRep(productSign);
60 if (bAbs < implicitBit) scale += normalize(&bSignificand);
divdf3.c 39 const rep_t bAbs = toRep(b) & absMask;
44 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
48 if (bAbs == infRep) return fromRep(qnanRep);
54 if (bAbs == infRep) return fromRep(quotientSign);
58 if (!bAbs) return fromRep(qnanRep);
63 if (!bAbs) return fromRep(infRep | quotientSign);
69 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divsf3.c 39 const rep_t bAbs = toRep(b) & absMask;
44 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
48 if (bAbs == infRep) return fromRep(qnanRep);
54 if (bAbs == infRep) return fromRep(quotientSign);
58 if (!bAbs) return fromRep(qnanRep);
63 if (!bAbs) return fromRep(infRep | quotientSign);
69 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divtf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat.go 300 babs := b.abs
301 if len(babs) == 0 {
304 if &z.a == b || alias(z.a.abs, babs) {
305 babs = nat(nil).set(babs) // make a copy
308 z.b.abs = z.b.abs.set(babs)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
rat.go 297 babs := b.abs
298 if len(babs) == 0 {
301 if &z.a == b || alias(z.a.abs, babs) {
302 babs = nat(nil).set(babs) // make a copy
305 z.b.abs = z.b.abs.set(babs)
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 297 babs := b.abs
298 if len(babs) == 0 {
301 if &z.a == b || alias(z.a.abs, babs) {
302 babs = nat(nil).set(babs) // make a copy
305 z.b.abs = z.b.abs.set(babs)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat.go 300 babs := b.abs
301 if len(babs) == 0 {
304 if &z.a == b || alias(z.a.abs, babs) {
305 babs = nat(nil).set(babs) // make a copy
308 z.b.abs = z.b.abs.set(babs)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
rat.go 297 babs := b.abs
298 if len(babs) == 0 {
301 if &z.a == b || alias(z.a.abs, babs) {
302 babs = nat(nil).set(babs) // make a copy
305 z.b.abs = z.b.abs.set(babs)
  /prebuilts/go/linux-x86/src/math/big/
rat.go 297 babs := b.abs
298 if len(babs) == 0 {
301 if &z.a == b || alias(z.a.abs, babs) {
302 babs = nat(nil).set(babs) // make a copy
305 z.b.abs = z.b.abs.set(babs)
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3521 uint8_t babs = b - (((-bnegative) & b) << 1); local
    [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/arm64/
libcompiler_rt.a 223 ??? ?*??? k@?jJ? ? ?T?g? ?N?_?K?w??K??k!QJ!? K)A??qkT()L?qlT?2?2hK??(?K!????H%?j??*K J?C?I ?(??q??? @?)??(?g? ?N?_?????(????Android clang version 3.8.256229 (based on LLVM 3.8.256229)external/compiler-rt/lib/builtins/adddf3.c/proc/self/cwdlong unsigned int__uint64_tuint64_trep_ttoRepxdoublefp_trepfi__addXf3__abaRepbRepaAbsbAbsaSignificandbSignificandaExponentintbExponentresultSignroundGuardStickyresultsubtraction_Boolalignunsigned intstickyshifttemprep_clznormalizesignificandfromRep__adddf3l?A???A???Al?A???A???Al?A???A???AXtY??Y??YDXHTXXpX??X??XXtY??Y??YtY??Y??Y ?\??\hZ??Z??Z??\?\08]8PZPT]T?Z??\??]?(],,\4P\??]??XLPX||X?????^TxZt|[??Y??[??Z??X??X???A??X???A%?I: ; $> .: ; 'I? : ; I4: ; I&I.1  : ;
335 ???Android clang version 3.8.256229 (based on LLVM 3.8.256229)external/compiler-rt/lib/builtins/addsf3.c/proc/self/cwdunsigned int__uint32_tuint32_trep_ttoRepxfloatfp_trepfi__addXf3__abaRepbRepaAbsbAbsaExponentintbExponentaSignificandbSignificandalignresultSignroundGuardStickyresultsubtraction_Boolstickyshifttemprep_clznormalizesignificandfromRep__addsf3l?A???A???Al?A???A???Al?A???A???AXtY??Y??YDXHTXXpX??X??XXtY??Y??YtY??Y??Y ?[??[hZ??Z??Z??X??X??X?????]??]??[?,[,4]4LZLP]P?Z??[??\?\ (\0L\??\??_??_?,]PtZpx[|?Y??X??[??Z??X??X???A??X???A%?I: ; $> .: ; 'I? : ; I4: ; I&I.1  : ;
    [all...]
  /prebuilts/sdk/renderscript/lib/x86_64/
libcompiler_rt.a 263 M ?fIn??fE??)?D)??@)?H??H??H???ˆ?H????H ?E1?????H??L!?I??4L ?L ???????H???1???HD?H?fHn?f(?[A\A^A_?H??u?L!?fHn???Android clang version 3.8.256229 (based on LLVM 3.8.256229)external/compiler-rt/lib/builtins/adddf3.c/proc/self/cwdlong unsigned int__uint64_tuint64_trep_ttoRepxdoublefp_trepfi__addXf3__abaRepbRepaAbsbAbsbExponentintaSignificandaExponentbSignificandresultSignroundGuardStickyresultsubtraction_Boolalignunsigned inttempstickyshiftfromReprep_clznormalizesignificand__adddf3?a?CaO^aebjwb|?b??bO\b?a?CaO^aebjwb|?b??bO\b?a?CaO^a ebjwb|?b??bO\b %[%rR|?R?ROWR `[j?[O^[ %[%rR|?R?ROWR%rR|?R?ROWR5?TO^T8?QO^Q`j[`j[r|Rr|R?:U?<jU??SO?S??T?TT?S_???_???_?^?5TJyT??R??R5T??T??R???[?C[??[??[CP?T!4T>CT>CT%?I: ; $> .: ; 'I? : ; I4: ; I&I.1  : ;
    [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libcompiler_rt.a 190 $?H%0?!(I+?!&! ?<$?+ B?7%&?0%(%B$#B &*&(?%% p?Dp?DX+*!$# ?<??!4+$ #(*? 0?p ?p &$???$ $B0'8 0?% ?(% &0 ? (#A?<$a?A( ?<%a????4??@$#"@$#0A8? ?0$!H? HP?'0?BX0?%0F 0?%0&+0(%'8 @@8?%(? $ !0 (?%(? ?@7%&?0$+8?!'(0&(? @!( ??+(?+'???|%?%b!A!%$?? ??p F?8?'%??? $???$???????Android clang version 3.8.256229 (based on LLVM 3.8.256229)external/compiler-rt/lib/builtins/adddf3.c/proc/self/cwdlong long unsigned int__uint64_tuint64_trep_ttoRepxdoublefp_trepfi__addXf3__abbExponentintaExponentalignunsigned introundGuardStickyaRepbRepaAbsbAbsaSignificandbSignificandresultSignsubtraction_Boolresulttempstickyshiftrep_clznormalizesignificand__adddf3fromRep0?,??-?8??,??-????,??-?0?,??-?8??,??-????,??-?D?.??/?P??.??/????.??/?0?,??-?8??,??-????,??-? D?.??/?P??.??/????.??/? D?.??/?P??.??/????.??/??Y8hY??R??RT????Q (Qh?Y??Y??Q?HQdxU%?I: ; $> .: ; 'I? : ; I4: ; I&I.1  : ;
284 @$#"$ $#?$+% "$? %#???|%"?0$+ b!$$0&C !?p?D?pF??`$?p?D?pFAndroid clang version 3.8.256229 (based on LLVM 3.8.256229)external/compiler-rt/lib/builtins/addsf3.c/proc/self/cwdunsigned int__uint32_tuint32_trep_ttoRepxfloatfp_trepfi__addXf3__abbRepaRepbAbsaAbsaSignificandbExponentintaExponentbSignificandalignresultSignresultroundGuardStickysubtraction_BooltempstickyshiftfromReprep_clznormalizesignificand__addsf3 p?.x??.???.???.??.x?.???.p?.x??.???.???.??.x?.???.??,???, T ?R?R??R?T??T T ?R?R??R??,???,p?.x??.???.???.??.x?.???.??,???,?S??S ?R?R??R$,V??VlxQlxQ??Q??Q?UH?U??W??T??T??W?`T?U?,V0pVR,RD??Q8WHHXH?W??V??V8W48Q\?Y??T??Q?\S Q Q(4QPTRTdQXlRtxQtxQ%?I: ; $> .: ; 'I? : ; I4: ; I&I.1  : ;
    [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libcompiler_rt.a     [all...]
  /external/hyphenation-patterns/de/
hyph-de-1996.pat.txt 2150 2babs
    [all...]

Completed in 916 milliseconds