Home
last modified time | relevance | path

Searched refs:CY64 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid128_quantize.c31 UINT64 sign_x, sign_y, remainder_h, carry, CY64, valid_x;
222 __add_carry_out (Stemp.w[0], CY64, CT.w[0],
225 reciprocals10_128[extra_digits].w[1], CY64);
Dbid_internal.h659 #define __mul_64x64_to_128MACH(P128, CX64, CY64) \ argument
664 CYH = (CY64) >> 32; \
665 CYL = (UINT32)(CY64); \
676 #define __mul_64x64_to_128HIGH(P64, CX64, CY64) \ argument
681 CYH = (CY64) >> 32; \
682 CYL = (UINT32)(CY64); \