OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__add_carry_in_out
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_internal.h
160
#define
__add_carry_in_out
(S, CY, X, Y, CI) \
macro
438
__add_carry_in_out
((P256).w[2],CY2, Qlh.w[1], Phl, CY1); \
455
__add_carry_in_out
((P256).w[2],CY2, Qlh.w[1], Phl, CY1); \
471
__add_carry_in_out
((lP).w[2],lC,lP2.w[0],lP1.w[1],lC); \
484
__add_carry_in_out
((P).w[2],lC,lP2.w[0],lP1.w[1],lC); \
485
__add_carry_in_out
((P).w[3],lC,lP3.w[0],lP2.w[1],lC); \
497
__add_carry_in_out
((P).w[2],CY,P1.w[1],P0.w[2],CY); \
498
__add_carry_in_out
((P).w[3],CY,P1.w[2],P0.w[3],CY); \
501
__add_carry_in_out
((P).w[3],CY,P2.w[1],(P).w[3],CY); \
502
__add_carry_in_out
((P).w[4],CY,P2.w[2],(P).w[4],CY);
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_internal.h
160
#define
__add_carry_in_out
(S, CY, X, Y, CI) \
macro
438
__add_carry_in_out
((P256).w[2],CY2, Qlh.w[1], Phl, CY1); \
455
__add_carry_in_out
((P256).w[2],CY2, Qlh.w[1], Phl, CY1); \
471
__add_carry_in_out
((lP).w[2],lC,lP2.w[0],lP1.w[1],lC); \
484
__add_carry_in_out
((P).w[2],lC,lP2.w[0],lP1.w[1],lC); \
485
__add_carry_in_out
((P).w[3],lC,lP3.w[0],lP2.w[1],lC); \
497
__add_carry_in_out
((P).w[2],CY,P1.w[1],P0.w[2],CY); \
498
__add_carry_in_out
((P).w[3],CY,P1.w[2],P0.w[3],CY); \
501
__add_carry_in_out
((P).w[3],CY,P2.w[1],(P).w[3],CY); \
502
__add_carry_in_out
((P).w[4],CY,P2.w[2],(P).w[4],CY);
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026