OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:edig
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
/src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
/src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
/src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
decCommon.c
839
uInt
edig
; /* unsigned work */
local
849
edig
=(uInt)*c-(uInt)'0';
850
if (
edig
<=9) { /* [check not bad or terminator] */
851
exp+=
edig
; /* avoid initial X10 */
854
edig
=(uInt)*c-(uInt)'0';
855
if (
edig
>9) break;
856
exp=exp*10+
edig
;
Completed in 61 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026