Searched refs:adx (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| D | 20020615-1.c | 21 long adx, ady; in line_hints() local 34 adx = dx < 0 ? -dx : dx; in line_hints() 36 if (dy != 0 && (adx <= ady >> 4)) { in line_hints() 40 } else if (dx != 0 && (ady <= adx >> 4)) { in line_hints()
|
| /openbsd/src/games/hack/ |
| D | hack.c | 656 int dx,dy,adx,ady,sdx,sdy,dmax,d; in cansee() local 665 dx = x - u.ux; adx = abs(dx); sdx = sgn(dx); in cansee() 667 if(dx == 0 || dy == 0 || adx == ady){ in cansee() 668 dmax = (dx == 0) ? ady : adx; in cansee() 673 } else if(ady > adx){ in cansee() 675 if(!rroom(sdx*( (d*adx)/ady ), sdy*d) || in cansee() 676 !rroom(sdx*( (d*adx-1)/ady+1 ), sdy*d)) in cansee() 681 for(d = 1; d <= adx; d++){ in cansee() 682 if(!rroom(sdx*d, sdy*( (d*ady)/adx )) || in cansee() 683 !rroom(sdx*d, sdy*( (d*ady-1)/adx+1 ))) in cansee()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86.td | 236 def FeatureADX : SubtargetFeature<"adx", "HasADX", "true",
|
| /openbsd/src/gnu/llvm/clang/include/clang/Driver/ |
| D | Options.td | 4698 def mno_adx : Flag<["-"], "mno-adx">, Group<m_x86_Features_Group>;
|