HomeSort by: relevance | last modified time | path
    Searched defs:int128t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 470 typedef __int128 int128t; typedef
472 typedef int64_t int128t;
489 int128t int_val = 0;
506 int_val = *(int128t*) src;
562 *(int128t*) dst = (int128t) int_val;
579 *(int128t*) dst = (int128t) real_val;
596 *(int128t*) dst = (int128t) cmpx_val
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 472 typedef __int128 int128t; typedef
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
    [all...]

Completed in 14 milliseconds