HomeSort by relevance Sort by last modified time
    Searched full:numer (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
uint128_t.c 4 extern uint64_t numer;
13 tmp *= numer;
  /external/compiler-rt/test/timing/
timing.h 23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
  /frameworks/compile/libbcc/runtime/test/timing/
timing.h 23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
  /external/skia/src/core/
SkMath.cpp 256 if ((numer = (numer << 1) - denom) >= 0) \
257 result |= 1 << (n - 1); else numer += denom
259 int32_t SkDivBits(int32_t numer, int32_t denom, int shift_bias) {
261 if (numer == 0) {
265 // make numer and denom positive, and sign hold the resulting sign
266 int32_t sign = SkExtractSign(numer ^ denom);
267 numer = SkAbs32(numer);
270 int nbits = SkCLZ(numer) - 1
    [all...]
SkColor.cpp 29 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) {
31 return SkIntToScalar(numer) / (int)denom;
SkGeometry.cpp 105 static int valid_unit_divide(SkScalar numer, SkScalar denom, SkScalar* ratio)
109 if (numer < 0)
111 numer = -numer;
115 if (denom == 0 || numer == 0 || numer >= denom)
118 SkScalar r = SkScalarDiv(numer, denom);
123 if (r == 0) // catch underflow if numer <<<< denom
409 Sk64 numer, denom, tmp;
411 numer.setMul(Ax, -Bx)
    [all...]
  /external/skia/src/effects/
SkEmbossMask.cpp 112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; local
116 if (numer > 0) { // preflight when numer/denom will be <= 0
119 SkFixed dot = numer / denom;
122 // can use full numer, but then we need to call SkFixedMul, since
123 // numer is 24 bits, and our table is 12 bits
125 // SkFixed dot = SkFixedMul(numer, gTable[]) >> 8
126 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
SkGradientShader.cpp     [all...]
  /external/skia/tests/
MathTest.cpp 439 SkFixed numer = rand.nextS(); local
441 SkFixed result = SkFixedDiv(numer, denom);
442 SkLONGLONG check = ((SkLONGLONG)numer << 16) / denom;
444 (void)SkCLZ(numer);
455 result = SkFractDiv(numer, denom);
456 check = ((SkLONGLONG)numer << 30) / denom;
467 numer = numer << 8 >> 8;
470 result = SkFixedMul(numer, denom);
471 SkFixed r2 = symmetric_fixmul(numer, denom)
    [all...]
  /frameworks/base/services/common_time/
common_clock.cpp 48 uint64_t numer = kCommonFreq;
51 LinearTransform::reduce(&numer, &denom);
52 if ((numer > UINT32_MAX) || (denom > UINT32_MAX)) {
59 static_cast<uint32_t>(numer);
  /external/skia/include/core/
SkFixed.h 130 #define SkFixedDiv(numer, denom) SkDivBits(numer, denom, 16)
131 SkFixed SkFixedDivInt(int32_t numer, int32_t denom);
132 SkFixed SkFixedMod(SkFixed numer, SkFixed denom);
139 #define SkFractDiv(numer, denom) SkDivBits(numer, denom, 30)
  /external/mesa3d/include/c99/
inttypes.h 280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
284 result.quot = numer / denom;
285 result.rem = numer % denom;
287 if (numer < 0 && result.rem > 0) {
  /external/skia/bench/
BenchSysTimer_mach.cpp 72 uint64_t elapsedNano = elapsed * sTimebaseInfo.numer
  /frameworks/ex/chips/res/values-lt/
strings.xml 21 <string name="copy_number" msgid="530057841276106843">"Kopijuoti telefono numer?"</string>
  /frameworks/ex/chips/res/values-pl/
strings.xml 21 <string name="copy_number" msgid="530057841276106843">"Kopiuj numer telefonu"</string>
  /packages/apps/Phone/res/values-pl/
strings.xml 25 <string name="private_num" msgid="6713286113000232309">"Numer prywatny"</string>
32 <string name="callFailed_number_unreachable" msgid="7632566442515734778">"Numer nieosi?galny"</string>
41 <string name="callFailed_fdn_only" msgid="2850204579765430641">"Po??czenia s? ograniczone do listy ustalonych numerów."</string>
46 <string name="callFailed_unobtainable_number" msgid="4736290912891155067">"Nieprawid?owy numer"</string>
67 <string name="add_vm_number_str" msgid="4676479471644687453">"Dodaj numer"</string>
91 <string name="sum_show_caller_id" msgid="6768534125447290401">"Numer wy?wietlany w po??czeniach wychodz?cych"</string>
92 <string name="sum_default_caller_id" msgid="1954518825510901365">"U?yj domy?lnych ustawie? operatora, aby wy?wietla? mój numer w po??czeniach wychodz?cych"</string>
102 <string name="sum_cfu_enabled_no_number" msgid="6591985777096823616">"Numer jest niedost?pny"</string>
105 <string name="messageCFB" msgid="3711089705936187129">"Numer, gdy zaj?ty"</string>
108 <string name="disable_cfb_forbidden" msgid="3506984333877998061">"Twój operator nie umo?liwia wy??czenia przekazywania po??cze?, gdy numer jest zaj?ty."</string
    [all...]
  /frameworks/opt/mailcommon/res/values-lt/
webview_context_menu_strings.xml 27 <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Rinkti numer?..."</string>
  /frameworks/opt/mailcommon/res/values-pl/
webview_context_menu_strings.xml 27 <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Wybierz numer?"</string>
  /packages/apps/Contacts/res/values-rm/
strings.xml 27 <string name="callShortcutActivityTitle" msgid="6065749861423648991">"Tscherner il numer per telefonar"</string>
28 <string name="messageShortcutActivityTitle" msgid="3084542316620335911">"Tscherner il numer per il messadi"</string>
135 <string name="noContactsWithPhoneNumbers" msgid="1605457050218824269">"Nagin contact dispona d\'in numer da telefon."</string>
190 <string name="recentCalls_editNumberBeforeCall" msgid="7756171675833267857">"Modifitgar il numer avant che telefonar"</string>
215 <string name="private_num" msgid="6374339738119166953">"Numer privat"</string>
217 <string name="dialerKeyboardHintText" msgid="5401660096579787344">"Utilisai la tastatura per cumponer il numer"</string>
218 <string name="dialerDialpadHintText" msgid="5824490365898349041">"Cumponer il numer"</string>
277 <string name="description_digits_edittext" msgid="8760207516497016437">"numer da cumponer"</string>
460 <string name="call_callback" msgid="1910165691349426858">"Telefonar al numer da reclom"</string>
463 <string name="call_isdn" msgid="1541590690193403411">"Telefonar ad in numer ISDN"</string
    [all...]
  /external/quake/quake/src/QW/client/
mathlib.c 493 numer and denom, both of which should contain no fractional part. The
498 void FloorDivMod (double numer, double denom, int *quotient,
508 // if ((floor(numer) != numer) || (floor(denom) != denom))
509 // Sys_Error ("FloorDivMod: non-integer numer or denom %f %f\n",
510 // numer, denom);
513 if (numer >= 0.0)
516 x = floor(numer / denom);
518 r = (int)floor(numer - (x * denom));
525 x = floor(-numer / denom)
    [all...]
  /external/quake/quake/src/WinQuake/
mathlib.cpp 495 numer and denom, both of which should contain no fractional part. The
500 void FloorDivMod (double numer, double denom, int *quotient,
510 // if ((floor(numer) != numer) || (floor(denom) != denom))
511 // Sys_Error ("FloorDivMod: non-integer numer or denom %f %f\n",
512 // numer, denom);
515 if (numer >= 0.0)
518 x = floor(numer / denom);
520 r = (int)floor(numer - (x * denom));
527 x = floor(-numer / denom);
    [all...]
  /gdk/samples/quake/jni/
mathlib.cpp 495 numer and denom, both of which should contain no fractional part. The
500 void FloorDivMod (double numer, double denom, int *quotient,
510 // if ((floor(numer) != numer) || (floor(denom) != denom))
511 // Sys_Error ("FloorDivMod: non-integer numer or denom %f %f\n",
512 // numer, denom);
515 if (numer >= 0.0)
518 x = floor(numer / denom);
520 r = (int)floor(numer - (x * denom));
527 x = floor(-numer / denom)
    [all...]
  /external/chromium/base/
time_mac.cc 125 timebase_info.numer / timebase_info.denom;
128 // With numer and denom = 1 (the expected case), the 64-bit absolute time
  /external/dhcpcd/
common.c 176 factor = (double)info.numer / (double)info.denom;
182 if ((info.denom != 1 || info.numer != 1) && factor != 0.0)
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 61 #define DIV_ROUND_UP(NUMER, DENOM) (((NUMER) + (DENOM) - 1) / (DENOM))

Completed in 3492 milliseconds

1 2 3 4