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

  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 6540 dax, day, local
6571 dax = SUB_LONG( exc->zp1.cur[a1].x, exc->zp1.cur[a0].x );
6577 discriminant = ADD_LONG( FT_MulDiv( dax, NEG_LONG( dby ), 0x40 ),
6579 dotproduct = ADD_LONG( FT_MulDiv( dax, dbx, 0x40 ),
6595 R.x = FT_MulDiv( val, dax, discriminant );
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 7197 float dax = 0.0f, day = 0.0f, dist_axial = 0.0f; local
7201 dax = dbx;
7209 dax = dcx;
7224 ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]);
7281 if ((g.NavMoveDir == ImGuiDir_Left && dax < 0.0f) || (g.NavMoveDir == ImGuiDir_Right && dax > 0.0f) || (g.NavMoveDir == ImGuiDir_Up && day < 0.0f) || (g.NavMoveDir == ImGuiDir_Down && day > 0.0f))
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 7197 float dax = 0.0f, day = 0.0f, dist_axial = 0.0f; local
7201 dax = dbx;
7209 dax = dcx;
7224 ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]);
7281 if ((g.NavMoveDir == ImGuiDir_Left && dax < 0.0f) || (g.NavMoveDir == ImGuiDir_Right && dax > 0.0f) || (g.NavMoveDir == ImGuiDir_Up && day < 0.0f) || (g.NavMoveDir == ImGuiDir_Down && day > 0.0f))

Completed in 141 milliseconds