Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 25 of 49) sorted by relevance

12

/external/quake/quake/src/QW/client/
Dcl_cam.c395 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/
DREADME3 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/
Dpr_cmds.cpp1415 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/
Dpr_cmds.c1253 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/
Dmachine-licm.ll8 ; The generated code is no where near ideal. It's not recognizing the two
Dselect.ll76 ; block generated, odds are good that we have close to the ideal code for this:
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt55 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/
Des-ES_klex.pkb174 huérfanoi huéspedes8i7!2i\/7!2i_dont_understand9,3#.!98>#,8#./;=#>!,8.idea�ideali
/external/dropbear/libtommath/
Dbn.tex407 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/
Dpng.h2818 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument
2819 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebHostedNetscapePluginView.mm154 // FIXME: This method is an ideal candidate to move up to the base class
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt70 system. This means that we have an "ideal" division of labor between
/external/libpng/
Dpng.h3103 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument
3104 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/qemu/android/avd/
Dhardware-properties.ini402 # disk.systemPartition.size is the ideal size of the system partition. The
/external/icu4c/samples/ufortune/resources/
Des.txt37 "La página WEB es el soporte interactivo ideal para ofrecer un servicio, facilitar información, hac…
/external/icu4c/i18n/
DdecNumber.c2813 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/
Dautocomplete_popup_view_mac.mm386 // In an ideal world, running a zero-length animation would cancel any
/external/llvm/lib/Target/ARM/
DREADME.txt614 The code generated for bswap on armv4/5 (CPUs without rev) is less than ideal:
/external/webkit/Source/WebKit/chromium/src/mac/
DWebInputEventFactory.mm759 // larger values on longer scrolls. This field would be ideal for building
/external/qemu-pc-bios/bochs/
Dconfig.h.in621 // BX_C_INLINE function (not ideal). However without "static" you can
/external/jpeg/
Dusage.doc316 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/
Den-US_klex.pkb581 …i'd.!69i'd-!69i'd*!6'9i'llh!6Di'm.!6Ei've.!6Oi've*!6'Oi\/)!6idealAideas)69!A'Q
/external/opencv/
DNOTICE806 Some further improvements for detection of partially ocluded boards at non-ideal
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.mm1164 …// This should happen only if PDFKit updates behind WebKit's back. It's non-ideal because clients …
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm789 // base the window width on this ideal button width.

12