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

  /src/external/gpl3/gdb.old/dist/sim/arm/
iwmmxt.c 38 static ARMword wC[16] = { 0x69051010 };
42 #define wCBITS(w,x,y) SUBSTR (wC[w], ARMword, x, y)
98 shift = wC [reg]; \
118 wC[wCSSF] = (((h) != 0) << 7) | (((g) != 0) << 6) \
711 wC [wCon] |= WCON_MUP;
872 wC [wCon] |= WCON_MUP;
906 wC [wCon] &= ~ (val & 0x3);
912 wC [wCSSF] = (val & 0xff);
913 wC [wCon] |= WCON_CUP;
917 wC [wCreg] = val
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 13799 jim_wide wA, wC = 0;
13812 wC = wA;
13819 wC = wA >= 0 ? wA : -wA;
13822 wC = -wA;
13825 wC = !wA;
13835 wC = dA;
13838 wC = dA < 0 ? (dA - 0.5) : (dA + 0.5);
13858 wC = !dA;
13867 wC = !bA;
13876 Jim_SetResultInt(interp, wC);
    [all...]

Completed in 25 milliseconds