Sgi1999c 218 PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

C Language Reference Manual

Intrinsic Short Description


int __builtin_copy_dlo2i(double x) Copies low part of double
to int.
double __builtin_copy_i2dlo(int x, Copies int to low part of
double y) double.

<type> __high_multiply (<type>, Multiplies two parameters


<type> ) as 32 (or 64) bit integers
and returns the upper 32 (or
64) bits of a 64 (or 128) bit
result. <type> can be
signed or unsigned, int,
long, or long long.

196 007–0701–130

You might also like