HomeSort by relevance Sort by last modified time
    Searched full:ceiling (Results 76 - 100 of 260) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.cc 38 // max number of large backing stores (usually tabs) to pick a ceiling on the
  /external/chromium_org/third_party/angle/src/compiler/
intermOut.cpp 180 case EOpCeil: out << "Ceiling"; break;
  /external/chromium_org/third_party/icu/source/common/
putilimp.h 74 * Floating point utility to calculate the ceiling of a double.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sf_state.c 324 * read_length = ceiling((max_source_attr + 1) / 2)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cfm.php 153 'Right','Ceiling','IsDate','RJustify','CharsetDecode','IsDebugMode','Round','CharsetEncode','IsDefined','RTrim',
tsql.php 106 'ATAN','LOG','SIN','ATN2','LOG10','SQUARE','CEILING','PI','SQRT','COS',
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sf_state.c 324 * read_length = ceiling((max_source_attr + 1) / 2)
  /external/wpa_supplicant_8/src/ap/
wmm.c 192 /* pps = Ceiling((Mean Data Rate / 8) / Nominal MSDU Size) */
  /frameworks/base/media/java/android/media/audiofx/
PresetReverb.java 34 * bouncing off nearby walls, the ceiling and the floor. As sound waves arrive after
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 323 // Ceiling of log2 of the norm
733 // Ceiling of log2 of the norm
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
math_delimiters.json 75 "default": "left ceiling"
83 "default": "right ceiling"
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.cpp 622 Decimal Decimal::ceiling() const
912 return quotient.isSpecial() ? quotient : *this - (quotient.isNegative() ? quotient.ceiling() : quotient.floor()) * rhs;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 252 *** CEILF: ceiling of float
391 *** ICEIL: return (as an integer) ceiling of float
macros.h 731 /** Compute ceiling of integer quotient of A divided by B. */
732 #define CEILING( A, B ) ( (A) % (B) == 0 ? (A)/(B) : (A)/(B)+1 )
  /external/icu4c/test/intltest/
dcfmtest.cpp 216 "(ceiling|floor|down|up|halfeven|halfdown|halfup|default|unnecessary)\\s+" // Capture group 2: Rounding Mode
394 if (round=="ceiling") {
  /external/mesa3d/src/mesa/main/
imports.h 252 *** CEILF: ceiling of float
391 *** ICEIL: return (as an integer) ceiling of float
macros.h 731 /** Compute ceiling of integer quotient of A divided by B. */
732 #define CEILING( A, B ) ( (A) % (B) == 0 ? (A)/(B) : (A)/(B)+1 )
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 147 assertEquals("Incorrect ceiling for double",
149 assertEquals("Incorrect ceiling for double",
OldAndroidStrictMathTest.java 134 assertEquals("Incorrect ceiling for double",
136 assertEquals("Incorrect ceiling for double",
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java 495 mc = new MathContext(33, RoundingMode.CEILING);
573 RoundingMode rm = RoundingMode.CEILING;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 144 'lceil': 0x2308, # left ceiling = apl upstile, U+2308 ISOamsc
204 'rceil': 0x2309, # right ceiling, U+2309 ISOamsc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
rounding.decTest 233 rounding: ceiling
459 rounding: ceiling
566 rounding: ceiling
701 rounding: ceiling
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 144 'lceil': 0x2308, # left ceiling = apl upstile, U+2308 ISOamsc
204 'rceil': 0x2309, # right ceiling, U+2309 ISOamsc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
rounding.decTest 233 rounding: ceiling
459 rounding: ceiling
566 rounding: ceiling
701 rounding: ceiling
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalArithmeticTest.java 131 MathContext mc = new MathContext(15, RoundingMode.CEILING);
200 MathContext mc = new MathContext(15, RoundingMode.CEILING);
    [all...]

Completed in 898 milliseconds

1 2 34 5 6 7 8 91011