/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
njd.h | 60 #define CALCULATE_HINDO(freq, base, high, div) \ 61 ((NJ_HINDO)((((freq) * ((high) - (base))) / (div)) + (base)))
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
highlev-plugin-common.h | 1 /* Interface for high-level plugins in GCC - Parts common between GCC, 2 ICI and high-level plugins.
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
interval_tree.html | 114 /* The high values are used to find intersection. It should be called after 144 * @param {number} queryHigh The high value for the intersection interval. 192 high: highValue, 218 /* If we have a maximum left high value that is bigger then queryLow we 228 /* data nodes are sorted by high value, so as soon as we see one 230 if (this.data[i].high < queryLow) 260 return this.data_[this.data_.length - 1].high; 299 set maxHighLeft(high) { 300 this.maxHighLeft_ = high; 307 set maxHighRight(high) { [all...] |
/external/icu/icu4c/source/layout/ |
LEFontInstance.cpp | 60 LEUnicode16 high = chars[i]; local 61 LEUnicode32 code = high; 63 if (i < offset + count - 1 && high >= 0xD800 && high <= 0xDBFF) { 67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000;
|
/external/llvm/test/Analysis/ScalarEvolution/ |
scev-prestart-nowrap.ll | 7 ; %high.limit = < not used > 24 define i64 @bad.0(i32 %start, i32 %low.limit, i32 %high.limit) { 42 %cmp = icmp slt i32 %idx.inc, %high.limit 52 define i64 @bad.1(i32 %start, i32 %low.limit, i32 %high.limit, i1* %unknown) { 74 %cmp = icmp slt i32 %idx.inc, %high.limit
|
/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.cpp | 103 void AudioPeakingFilter::getBandRange(uint32_t & low, uint32_t & high) const { 109 high = mNiquistFreq; 111 high = static_cast<uint32_t>((static_cast<uint64_t>(mNominalFrequency) * Effects_exp2(halfBW + (16 << 15))) >> 16); 112 if (CC_UNLIKELY(high > mNiquistFreq)) { 113 high = mNiquistFreq;
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
gcm.go | 46 // the coefficient of x?? can be obtained by v.high >> 63. 47 // the coefficient of x¹²? can be obtained by v.high & 1. 49 low, high uint64 177 return gcmFieldElement{x.low ^ y.low, x.high ^ y.high} 182 msbSet := x.high&1 == 1 185 double.high = x.high >> 1 186 double.high |= x.low << 63 213 word := y.high [all...] |
/prebuilts/go/linux-x86/src/crypto/cipher/ |
gcm.go | 46 // the coefficient of x?? can be obtained by v.high >> 63. 47 // the coefficient of x¹²? can be obtained by v.high & 1. 49 low, high uint64 177 return gcmFieldElement{x.low ^ y.low, x.high ^ y.high} 182 msbSet := x.high&1 == 1 185 double.high = x.high >> 1 186 double.high |= x.low << 63 213 word := y.high [all...] |
/external/compiler-rt/lib/builtins/i386/ |
divdi3.S | 30 movl 20(%esp), %edx // high word of b 42 movl 12(%esp), %edx // high word of b 56 bsrl %ebx, %ecx // If the high word of b is zero, jump to 59 /* High word of b is known to be non-zero on this branch */ 65 notl %ecx // bhi = (high word of b) << (31 - i) | 68 movl 16(%esp), %edx // Load the high and low words of a, and jump 69 movl 12(%esp), %eax // to [1] if the high word is larger than bhi 73 /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 104 1: /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 142 9: /* High word of b is zero on this branch * [all...] |
moddi3.S | 30 movl 20(%esp), %edx // high word of b 41 movl 12(%esp), %edx // high word of b 55 bsrl %ebx, %ecx // If the high word of b is zero, jump to 58 /* High word of b is known to be non-zero on this branch */ 64 notl %ecx // bhi = (high word of b) << (31 - i) | 67 movl 16(%esp), %edx // Load the high and low words of a, and jump 68 movl 12(%esp), %eax // to [2] if the high word is larger than bhi 72 /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 105 2: /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 145 9: /* High word of b is zero on this branch * [all...] |
/external/freetype/include/ |
ftttdrv.h | 182 * v1.6 high high gray gray grayscale 183 * v1.8 high normal color-filter B/W (GDI) ClearType 184 * v1.9 high high color-filter gray Color ClearType 185 * v2.1 high normal gray B/W Gray ClearType 186 * v2.1 high high gray gray Gray ClearType 200 * `Normal' and `high' sampling describe the (virtual) resolution to 203 * implementation, `high' means an extra virtual resolution of 16x16 (o [all...] |
/external/kernel-headers/original/uapi/linux/ |
bcache.h | 23 __u64 high; member in struct:bkey 44 KEY_FIELD(KEY_PTRS, high, 60, 3) 45 KEY_FIELD(HEADER_SIZE, high, 58, 2) 46 KEY_FIELD(KEY_CSUM, high, 56, 2) 47 KEY_FIELD(KEY_PINNED, high, 55, 1) 48 KEY_FIELD(KEY_DIRTY, high, 36, 1) 50 KEY_FIELD(KEY_SIZE, high, 20, KEY_SIZE_BITS) 51 KEY_FIELD(KEY_INODE, high, 0, 20) 66 * The high bit being set is a relic from when we used it to do binary 72 .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftttdrv.h | 182 * v1.6 high high gray gray grayscale 183 * v1.8 high normal color-filter B/W (GDI) ClearType 184 * v1.9 high high color-filter gray Color ClearType 185 * v2.1 high normal gray B/W Gray ClearType 186 * v2.1 high high gray gray Gray ClearType 200 * `Normal' and `high' sampling describe the (virtual) resolution to 203 * implementation, `high' means an extra virtual resolution of 16x16 (o [all...] |
/external/vulkan-validation-layers/libs/glm/ |
fwd.hpp | 56 /// Quaternion of high single-precision floating-point numbers. 82 /// Quaternion of high single-precision floating-point numbers. 103 /// Quaternion of high double-precision floating-point numbers. 226 /// High precision 8 bit signed integer type. 230 /// High precision 16 bit signed integer type. 234 /// High precision 32 bit signed integer type. 238 /// High precision 64 bit signed integer type. 242 /// High precision 8 bit signed integer type. 246 /// High precision 16 bit signed integer type. 254 /// High precision 64 bit signed integer type [all...] |
/frameworks/rs/driver/runtime/arch/ |
generic.c | 20 extern short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high); 30 extern T __attribute__((overloadable)) clamp(T amount, T low, T high) { \ 31 return amount < low ? low : (amount > high ? high : amount); \ 34 extern T##2 __attribute__((overloadable)) clamp(T##2 amount, T##2 low, T##2 high) { \ 36 r.x = amount.x < low.x ? low.x : (amount.x > high.x ? high.x : amount.x); \ 37 r.y = amount.y < low.y ? low.y : (amount.y > high.y ? high.y : amount.y); \ 41 extern T##3 __attribute__((overloadable)) clamp(T##3 amount, T##3 low, T##3 high) { \ [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
MathUtils.java | 219 /** Returns the closest value to 'a' that is in between 'low' and 'high' */ 220 public final static float clamp(final float a, final float low, final float high) { 221 return max(low, min(a, high)); 224 public final static Vec2 clamp(final Vec2 a, final Vec2 low, final Vec2 high) { 226 min.x = a.x < high.x ? a.x : high.x; 227 min.y = a.y < high.y ? a.y : high.y; 233 public final static void clampToOut(final Vec2 a, final Vec2 low, final Vec2 high, final Vec2 dest) { 234 dest.x = a.x < high.x ? a.x : high.x [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 120 High RN 4 300 M_LDR High,pHigh ;// High=32*scaleFactor 307 RSB Low,High,#0 ;// Low = -32*scaleFactor 309 ADD Range,High,High ;// Range=64*ScaleFactor 310 SUB High,High,#1 ;// High= 32*scaleFactor-1 315 CMP diffMVdx,High [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 120 High RN 4 300 M_LDR High,pHigh ;// High=32*scaleFactor 307 RSB Low,High,#0 ;// Low = -32*scaleFactor 309 ADD Range,High,High ;// Range=64*ScaleFactor 310 SUB High,High,#1 ;// High= 32*scaleFactor-1 315 CMP diffMVdx,High [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks.c | 164 /* This function creates low-pass and high-pass decimated versions of part of 174 /* High pass filter */ 221 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */ 228 tmp3 = (tmp1 - tmp2) >> 1; /* High pass signal. */ 229 HP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*high pass */ 244 /* This function creates low-pass and high-pass decimated versions of part of 253 /* High pass filter */ 280 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */ 287 tmp3 = (tmp1 - tmp2) >> 1; /* High pass signal. */ 288 HP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*high pass * [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
AdamsIntegrator.java | 97 /** Update the high order scaled derivatives for Adams integrators (phase 1). 98 * <p>The complete update of high order derivatives has a form similar to: 103 * @param highOrder high order scaled derivatives 105 * @return updated high order derivatives 112 /** Update the high order scaled derivatives Adams integrators (phase 2). 113 * <p>The complete update of high order derivatives has a form similar to: 121 * @param highOrder high order scaled derivatives, will be modified
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 32 * which can be called if the character is not the high one in 35 * isInEncoding(char high, char low); 37 * which can be called if the two characters from a high/low surrogate pair. 118 * character formed by the high/low pair is in the encoding. 119 * @param high a char that the a high char of a high/low surrogate pair. 120 * @param low a char that is the low char of a high/low surrogate pair. 125 public boolean isInEncoding(char high, char low) { 134 return m_encoding.isInEncoding(high, low); [all...] |
/external/icu/icu4c/source/extra/scrptrun/ |
scrptrun.cpp | 125 UChar high = charArray[scriptEnd]; local 126 UChar32 ch = high; 128 // if the character is a high surrogate and it's not the last one 130 if (high >= 0xD800 && high <= 0xDBFF && scriptEnd < charLimit - 1) 137 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000; 191 // end it before the high surrogate
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
SurfaceUtils.java | 116 * A high speed output surface can only be preview or hardware encoder surface. 118 * @param surface The high speed output surface to be checked. 138 * Verify that that the surfaces are valid for high-speed recording mode, 142 * @param fpsRange the target high-speed FPS range to validate 160 + " request is not a supported high speed fps range " + 169 // Surface size must be supported high speed sizes. 173 + " not part of the high speed supported size list " +
|
/hardware/bsp/intel/peripheral/libupm/src/hp20x/ |
hp20x.cxx | 261 void HP20X::setPAThreshholds(int16_t low, int16_t med, int16_t high) 271 // high 272 writeReg(REG_PA_H_TH_LSB, (high & 0xff)); 273 writeReg(REG_PA_H_TH_MSB, ((high >> 8) & 0xff)); 276 void HP20X::setTemperatureThreshholds(int8_t low, int8_t med, int8_t high) 284 // high 285 writeReg(REG_T_H_TH, high);
|
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
st7735.cxx | 170 m_rSTPinCtx.write(HIGH); 174 m_rSTPinCtx.write(HIGH); 199 error = m_cSDPinCtx.write(HIGH); 211 error = m_csLCDPinCtx.write(HIGH); 228 error = m_csLCDPinCtx.write(HIGH); 240 error = m_cSDPinCtx.write(HIGH); 252 error = m_rSPinCtx.write(HIGH);
|