/external/quake/quake/src/QW/client/ |
D | cl_cam.c | 395 static float adjustang(float current, float ideal, float speed) 400 ideal = anglemod(ideal); 402 if (current == ideal) 405 move = ideal - current; 406 if (ideal > current)
|
/external/liblzf/ |
D | README | 3 compression algorithm. It is ideal for applications where you want to 4 save *some* space but not at the cost of speed. It is ideal for
|
/external/quake/quake/src/WinQuake/ |
D | pr_cmds.cpp | 1415 float ideal, current, move, speed; in PF_changeyaw() local 1419 ideal = ent->u.v.ideal_yaw; in PF_changeyaw() 1422 if (current == ideal) in PF_changeyaw() 1424 move = ideal - current; in PF_changeyaw() 1425 if (ideal > current) in PF_changeyaw() 1458 float ideal, current, move, speed; in PF_changepitch() local 1462 ideal = ent->u.v.idealpitch; in PF_changepitch() 1465 if (current == ideal) in PF_changepitch() 1467 move = ideal - current; in PF_changepitch() 1468 if (ideal > current) in PF_changepitch()
|
/external/quake/quake/src/QW/server/ |
D | pr_cmds.c | 1253 float ideal, current, move, speed; in PF_changeyaw() local 1257 ideal = ent->v.ideal_yaw; in PF_changeyaw() 1260 if (current == ideal) in PF_changeyaw() 1262 move = ideal - current; in PF_changeyaw() 1263 if (ideal > current) in PF_changeyaw()
|
/external/llvm/test/CodeGen/ARM/ |
D | machine-licm.ll | 8 ; The generated code is no where near ideal. It's not recognizing the two
|
D | select.ll | 76 ; block generated, odds are good that we have close to the ideal code for this:
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 55 data is ideal as well. Its important to gather the timer along with the event data.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_klex.pkb | 174 huérfanoihuéspedes8i7!2i\/7!2i_dont_understand9,3#.!98>#,8#./;=#>!,8.idea�ideali
|
/external/dropbear/libtommath/ |
D | bn.tex | 407 When you are finished with an mp\_int it is ideal to return the heap it used back to the system. T… 441 Certain algorithms require more than one large integer. In these instances it is ideal to initiali… 558 will require heap operations which can be slow. It is not ideal to shrink mp\_int variables that y… 1226 algorithms all which can be called from mp\_sqr(). It is ideal to use mp\_sqr over mp\_mul when sq… 1577 ideal for values of $b$ greater than three. It will work but become very slow. So unless you are … 1583 the algorithm requires raising $a$ to the power of $b$ it is not ideal to attempt to find roots for…
|
/external/qemu/distrib/libpng-1.2.19/ |
D | png.h | 2818 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument 2819 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | WebHostedNetscapePluginView.mm | 154 // FIXME: This method is an ideal candidate to move up to the base class
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 70 system. This means that we have an "ideal" division of labor between
|
/external/libpng/ |
D | png.h | 3103 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument 3104 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 402 # disk.systemPartition.size is the ideal size of the system partition. The
|
/external/icu4c/samples/ufortune/resources/ |
D | es.txt | 37 "La página WEB es el soporte interactivo ideal para ofrecer un servicio, facilitar información, hac…
|
/external/icu4c/i18n/ |
D | decNumber.c | 2813 Int ideal; /* ideal (preferred) exponent */ in uprv_decNumberSquareRoot() local 2868 ideal=(rhs->exponent&~1)/2; /* target */ in uprv_decNumberSquareRoot() 2873 res->exponent=ideal; /* use the ideal [safe] */ in uprv_decNumberSquareRoot() 3079 Int todrop=ideal-a->exponent; /* most that can be dropped */ in uprv_decNumberSquareRoot()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_mac.mm | 386 // In an ideal world, running a zero-length animation would cancel any
|
/external/llvm/lib/Target/ARM/ |
D | README.txt | 614 The code generated for bswap on armv4/5 (CPUs without rev) is less than ideal:
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 759 // larger values on longer scrolls. This field would be ideal for building
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 621 // BX_C_INLINE function (not ideal). However without "static" you can
|
/external/jpeg/ |
D | usage.doc | 316 Color GIF files are not the ideal input for JPEG; JPEG is really intended for
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 581 …i'd.!69i'd-!69i'd*!6'9i'llh!6Di'm.!6Ei've.!6Oi've*!6'Oi\/)!6idealAideas)69!A'Q
|
/external/opencv/ |
D | NOTICE | 806 Some further improvements for detection of partially ocluded boards at non-ideal
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPDFView.mm | 1164 …// This should happen only if PDFKit updates behind WebKit's back. It's non-ideal because clients …
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 789 // base the window width on this ideal button width.
|