| /src/external/gpl3/gcc/dist/libgcc/config/epiphany/ |
| divsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon14237 37 fu u0, u1, u2, u1b, u2b;
|
| modsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon14238 35 fu u0, u1, u2, u1b, u2b;
|
| udivsi3-float.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon14239 34 fu u0, u1, u2, u1b, u2b;
|
| udivsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon14240 34 fu u0, u1, u2, u1b, u2b;
|
| umodsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon14241 34 fu u0, u1, u2, u1b, u2b;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ |
| divsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon16656 37 fu u0, u1, u2, u1b, u2b;
|
| modsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon16657 35 fu u0, u1, u2, u1b, u2b;
|
| udivsi3-float.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon16658 34 fu u0, u1, u2, u1b, u2b;
|
| udivsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon16659 34 fu u0, u1, u2, u1b, u2b;
|
| umodsi3.c | 26 typedef union { unsigned int i; float f; } fu; typedef in typeref:union:__anon16660 34 fu u0, u1, u2, u1b, u2b;
|
| /src/usr.bin/hexdump/ |
| display.c | 72 FU *fu; local 83 for (fu = fs->nextfu; fu; fu = fu->nextfu) { 84 if (fu->flags&F_IGNORE) 86 for (cnt = fu->reps; cnt; --cnt) 87 for (pr = fu->nextpr; pr; address += pr->bcnt,
|
| parse.c | 65 FU *endfu; /* format at end-of-data */ 98 FU *tfu, **nextfu; 118 tfu = ecalloc(1, sizeof(FU)); 168 FU *fu; local 174 for (cursize = 0, fu = fs->nextfu; fu; fu = fu->nextfu) { 175 if (fu->bcnt) 223 FU *fu; local [all...] |
| /src/sys/dev/usb/ |
| uaudio.c | 258 const union usb_audio_feature_unit *fu; member in union:io_terminal::__anon3769 962 id = iot[id].d.fu->v1.bSourceId; 965 id = iot[id].d.fu->v2.bSourceId; 1536 d = iot[id].d.fu; 1940 src_id = it->d.fu->v1.bSourceId; 1943 src_id = it->d.fu->v2.bSourceId; 2791 printf("AC_FEATURE src=%d\n", iot[i].d.fu->v1.bSourceId); 2794 printf("AC_FEATURE src=%d\n", iot[i].d.fu->v2.bSourceId); 2801 printf("AC_EFFECT src=%d\n", iot[i].d.fu->v1.bSourceId); 2804 printf("AC_EFFECT src=%d\n", iot[i].d.fu->v2.bSourceId) [all...] |
| /src/external/mit/isl/dist/ |
| isl_map_simplify.c | 4244 * "g", "fl" and "fu" are temporary scalars used during the construction and 4252 isl_int fu; member in struct:test_ineq_data 4263 isl_int_clear(data->fu); 4351 isl_int_divexact(data->fu, bmap->ineq[u][offset + i], data->g); 4352 isl_int_neg(data->fu, data->fu); 4354 data->fu, bmap->ineq[l], offset + n_div); 4356 isl_int_mul(data->g, data->g, data->fu); 4358 isl_int_sub(data->g, data->g, data->fu); 4402 isl_int_init(data.fu); [all...] |