Home | History | Annotate | Download | only in caf

Lines Matching defs:int128t

472   typedef __int128 int128t;
474 typedef int64_t int128t;
492 int128t int_val = 0;
509 int_val = *(int128t*) src;
565 *(int128t*) dst = (int128t) int_val;
582 *(int128t*) dst = (int128t) real_val;
599 *(int128t*) dst = (int128t) cmpx_val;