HomeSort by: relevance | last modified time | path
    Searched refs:clast (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 836 const char *clast=c-1; /* note last coefficient char position */ local
844 if (*c=='-' || *c=='+') c++; /* step over sign (c=clast+2) */
867 if (*(clast+2)=='-') exp=-exp; /* was negative */
873 exp-=(Int)(clast-dotchar); /* adjust exponent */
879 /* cfirst->first digit or dot, clast->last digit or dot */
894 else for (; c<=clast;) { /* '.' could be anywhere */
897 if (c<=clast-3 /* safe for four */
912 for (; c<=clast-3; c+=4, ub+=4) UBFROMUI(ub, UBTOUI(c)&0x0f0f0f0f);
913 for (; c<=clast; c++, ub++) *ub=(uByte)(*c-'0');
922 for (; cfirst<clast; cfirst++)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.h 96 extern const function_shape *const clast;
aarch64-sve-builtins-base.def 48 DEF_SVE_FUNCTION (svclasta, clast, all_data, implicit)
49 DEF_SVE_FUNCTION (svclastb, clast, all_data, implicit)
aarch64-sve-builtins-shapes.cc 1612 SHAPE (clast)

Completed in 34 milliseconds