/external/skia/include/core/ |
SkMath.h | 43 /** Return the integer square root of value, with a bias of bitBias 51 /** Return the integer cube root of value, with a bias of bitBias
|
SkFixed.h | 123 int SkFixedMulCommon(SkFixed, int , int bias); // internal used by SkFixedMulFloor, SkFixedMulCeil, SkFixedMulRound
|
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayer.h | 177 void setMinificationFilterBias(float bias) { CACFLayerSetMinificationFilterBias(layer(), bias); } local
|
/external/webkit/WebCore/platform/graphics/openvg/ |
PainterOpenVG.cpp | 694 1.0 /* scale */, 0.0 /* bias */, 728 1.0 /* scale */, 0.0 /* bias */, 785 1.0 /* scale */, 0.0 /* bias */, 829 1.0 /* scale */, 0.0 /* bias */, 863 1.0 /* scale */, 0.0 /* bias */, 901 1.0 /* scale */, 0.0 /* bias */,
|
/external/v8/src/third_party/dtoa/ |
dtoa.c | 314 #define Bias 1023 370 #define Bias 65 396 #define Bias 129 433 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1)) 1337 *e = (de - Bias - (P-1) << 2) + k; 1340 *e = de - Bias - (P-1) + k; 1346 *e = de - Bias - (P-1) + 1 + k; [all...] |
/external/v8/src/ |
platform-win32.cc | 305 // Guess the name of the timezone from the bias. 306 static const char* GuessTimezoneNameFromBias(int bias); 373 // Guess the name of the timezone from the bias. 375 const char* Time::GuessTimezoneNameFromBias(int bias) { 377 switch (-bias) { 410 tzinfo_.Bias = -60; 432 // simply guess the name from the UTC bias of the timezone. 438 GuessTimezoneNameFromBias(tzinfo_.Bias)); 443 GuessTimezoneNameFromBias(tzinfo_.Bias)); 557 // Compute the offset for DST. The bias parameters in the timezone inf [all...] |
log-utils.h | 247 void AppendAddress(Address addr, Address bias);
|
/bionic/libc/stdlib/ |
strtod.c | 249 #define Bias 1023 279 #define Bias 65 303 #define Bias 129 340 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1)) 1234 *e = (de - Bias - (P-1) << 2) + k; 1237 *e = de - Bias - (P-1) + k; 1243 *e = de - Bias - (P-1) + 1 + k; 1545 > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) 1588 > Exp_msk1*(DBL_MAX_EXP+Bias-P)) 1590 if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
whalHwEeprom.c | 289 * DESCRIPTION: Reads bias value from EEPROM * 306 * DESCRIPTION: Writes new bias value to EEPROM * 308 * INPUT: bVal - new bias value *
|
/external/srec/srec/include/ |
all_defs.h | 66 #define DUR_BIAS 0 /* duration penalty bias, changed elsewhere */
|
/external/webkit/JavaScriptCore/wtf/ |
dtoa.cpp | 220 #define Bias 1023 256 #define Big0 (Frac_mask1 | Exp_msk1 * (DBL_MAX_EXP + Bias - 1)) 969 *e = de - Bias - (P - 1) + k; 973 *e = de - Bias - (P - 1) + 1 + k; [all...] |
/external/jpeg/ |
jdsample.c | 296 * A note about the "bias" calculations: when rounding fractional values to 298 * If we did that, we'd introduce a noticeable bias towards larger values.
|
/external/skia/src/core/ |
SkEdge.cpp | 223 // need at least 1 subdivision for our bias trick 376 // need at least 1 subdivision for our bias trick
|
SkMath.cpp | 200 int SkFixedMulCommon(SkFixed a, int b, int bias) { 209 uint32_t R = ah * b + ((al * b + bias) >> 16);
|
/bionic/libc/bionic/ |
arc4random.c | 246 * avoiding "modulo bias".
|
/external/webkit/WebCore/editing/ |
htmlediting.cpp | 112 int bias = 0; local 117 bias = 1; 122 bias = -1; 127 return result ? result : bias; [all...] |
/dalvik/docs/ |
dalvik-bytecode.html | 545 2d: cmpl-float <i>(lt bias)</i><br/> 546 2e: cmpg-float <i>(gt bias)</i><br/> 547 2f: cmpl-double <i>(lt bias)</i><br/> 548 30: cmpg-double <i>(gt bias)</i><br/> 557 argument is larger. The "bias" listed for the floating point operations 558 indicates how <code>NaN</code> comparisons are treated: "Gt bias" 560 and "lt bias" instructions return [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
motion_est.cpp | 29 #define ZERO_MV_PREF 0 /* 0: bias (0,0)MV before full-pel search, lowest complexity*/ 30 /* 1: bias (0,0)MV after full-pel search, before half-pel, highest comp */ 31 /* 2: bias (0,0)MV after half-pel, high comp, better PSNR */ 48 #define PREF_NULL_VEC 129 /* for zero vector bias */ 49 #define PREF_16_VEC 129 /* 1MV bias versus 4MVs*/ 50 #define PREF_INTRA 512 /* bias for INTRA coding */ 398 mot_mb[0].sad += PREF_NULL_VEC; /* add back the bias */ [all...] |
/packages/apps/Email/src/com/android/exchange/utility/ |
CalendarUtilities.java | 727 // Then, we get the bias (similar to a rawOffset); for TimeZone, we need ms 728 // but EAS gives us minutes, so do the conversion. Note that EAS is the bias that's added 731 int bias = -1 * getLong(timeZoneBytes, MSFT_TIME_ZONE_BIAS_OFFSET) * MINUTES; local [all...] |
/packages/apps/Email/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 87 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone 126 int bias = tz.getOffset(System.currentTimeMillis()); local 127 assertEquals(0, bias); [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_math.c | 123 /* bias to positive */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_math.c | 123 /* bias to positive */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_math.c | 123 /* bias to positive */
|
/external/jhead/ |
main.c | 620 // If exposure bias was specified, but set to zero, presumably its no bias at all,
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Double.java | 473 // remove exponent's 'bias' and convert to a string
|