OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clast
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/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/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/gdb/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/gdb.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
...]
Completed in 18 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026