HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 476 - 500 of 6178) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/cintltst/
eurocreg.c 22 * the U+20AC Euro sign.
30 * My (Markus) suspicion is that some files got Euro sign mappings added manually,
40 * codepage 858, with the main difference being the additional Euro sign.
42 * codepages, and Microsoft Windows 2000's codepage 850 does not contain a Euro sign mapping.
43 * Therefore, cp850 must not support the Euro sign.
45 * Euro sign, using its new name.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 122 /* Sign bit */
124 LLVMValueRef sign = LLVMBuildShl(builder, justsign, i32_16, ""); local
127 LLVMValueRef sign_inf = LLVMBuildOr(builder, sign, infnanexp, "");
164 src_type.sign = FALSE;
385 src_type.sign == 1 &&
392 dst_type.sign == 0 &&
411 int16_type.sign = 1;
415 int32_type.sign = 1;
440 src_type.sign == 1 &&
447 dst_type.sign == 0 &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 58 int sign = (f32.ui >> 16) & 0x8000; local
74 if (sign)
77 } else if (sign) {
144 int sign = (f32.ui >> 16) & 0x8000; local
160 if (sign)
163 } else if (sign) {
  /external/dropbear/libtommath/mtest/
mpi.c 287 SIGN(mp) = MP_ZPOS;
320 SIGN(mp) = SIGN(from);
376 /* Copy the precision and sign from the original */
378 SIGN(to) = SIGN(from);
470 SIGN(mp) = MP_ZPOS;
517 SIGN(mp) = MP_NEG;
533 Compute the sum b = a + d, for a single digit d. Respects the sign of
546 if(SIGN(b) == MP_ZPOS)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 24 =D the same as above but equal sign is not required
33 ; implies that the equal sign is considered a part of the parameter and is
36 -D requires parameters in the form name=value. If the equal sign is not found,
39 Other options have optional equal sign. If it is found, only the part after
40 the equal sign will be oprionally expanded.
42 If the parameter is the minus sign, the next parameter will not be expanded.
  /external/icu4c/test/cintltst/
eurocreg.c 22 * the U+20AC Euro sign.
30 * My (Markus) suspicion is that some files got Euro sign mappings added manually,
40 * codepage 858, with the main difference being the additional Euro sign.
42 * codepages, and Microsoft Windows 2000's codepage 850 does not contain a Euro sign mapping.
43 * Therefore, cp850 must not support the Euro sign.
45 * Euro sign, using its new name.
  /external/llvm/test/CodeGen/SystemZ/
int-cmp-16.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 8-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 8-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-17.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 8-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 8-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-18.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 8-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 8-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-19.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 8-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 8-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-26.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 16-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 16-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-27.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 16-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 16-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-28.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 16-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 16-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-29.ll 57 ; Check comparisons with 0, using sign extension.
70 ; Check the high end of the signed 16-bit range, using sign extension.
83 ; Check the next value up, using sign extension.
96 ; Check comparisons with -1, using sign extension.
109 ; Check the low end of the signed 16-bit range, using sign extension.
122 ; Check the next value down, using sign extension.
int-cmp-30.ll 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign
48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign
75 ; When using unsigned comparison with sign extension, equality with values
77 ; those values are effectively sign tests. Since such comparisons are
118 ; Check signed comparison near the low end of the CLHHSI range, using sign
146 ; Check signed comparison near the high end of the CLHHSI range, using sign
173 ; Check signed comparison near the high end of the CHHSI range, using sign
187 ; Check signed comparison above the high end of the CHHSI range, using sign
200 ; Check signed comparison near the low end of the CHHSI range, using sign
214 ; Check signed comparison below the low end of the CHHSI range, using sign
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 122 /* Sign bit */
124 LLVMValueRef sign = LLVMBuildShl(builder, justsign, i32_16, ""); local
127 LLVMValueRef sign_inf = LLVMBuildOr(builder, sign, infnanexp, "");
164 src_type.sign = FALSE;
385 src_type.sign == 1 &&
392 dst_type.sign == 0 &&
411 int16_type.sign = 1;
415 int32_type.sign = 1;
440 src_type.sign == 1 &&
447 dst_type.sign == 0 &
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 58 int sign = (f32.ui >> 16) & 0x8000; local
74 if (sign)
77 } else if (sign) {
144 int sign = (f32.ui >> 16) & 0x8000; local
160 if (sign)
163 } else if (sign) {
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 127 Uint32 sign; local
158 /* Set up the blit direction (sign) flags */
159 sign = 0;
161 sign |= 1;
164 sign |= 4;
206 mga_out32(MGAREG_SGN, sign);
  /external/valgrind/main/VEX/useful/
fp_80_64.c 75 S is the sign bit. For runs X----X, at least one of the Xs must be
77 there is an explicitly represented leading 1, and a sign bit,
91 sign bit, giving 64 in total.
107 UChar sign; local
109 sign = toUChar( (f64[7] >> 7) & 1 );
130 f80[9] = toUChar( sign << 7 );
161 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
178 f80[9] = toUChar( (sign << 7) | 0x7F );
196 f80[9] = toUChar( (sign << 7) | 0x7F );
205 f80[9] = toUChar( (sign << 7) | 0x7F )
248 UChar sign; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_neon.S 148 vcls.s32 d1, d0 @ Count leading extra sign bits.
149 vmov.32 r2, d1[1] @ Store # of sign bits of only the 32 MSBs.
151 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
153 vcls.s32 d1, d0 @ Count again the leading extra sign bits.
154 vmov.s32 r1, d1[1] @ Store # of sign bits of only the 32 MSBs.
156 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
iso8859_7.py 83 u'#' # 0x23 -> NUMBER SIGN
84 u'$' # 0x24 -> DOLLAR SIGN
85 u'%' # 0x25 -> PERCENT SIGN
91 u'+' # 0x2B -> PLUS SIGN
108 u'<' # 0x3C -> LESS-THAN SIGN
109 u'=' # 0x3D -> EQUALS SIGN
110 u'>' # 0x3E -> GREATER-THAN SIGN
211 u'\xa3' # 0xA3 -> POUND SIGN
212 u'\u20ac' # 0xA4 -> EURO SIGN
213 u'\u20af' # 0xA5 -> DRACHMA SIGN
    [all...]
cp865.py 76 0x009c: 0x00a3, # POUND SIGN
78 0x009e: 0x20a7, # PESETA SIGN
89 0x00a9: 0x2310, # REVERSED NOT SIGN
90 0x00aa: 0x00ac, # NOT SIGN
95 0x00af: 0x00a4, # CURRENCY SIGN
150 0x00e6: 0x00b5, # MICRO SIGN
161 0x00f1: 0x00b1, # PLUS-MINUS SIGN
166 0x00f6: 0x00f7, # DIVISION SIGN
168 0x00f8: 0x00b0, # DEGREE SIGN
216 u'#' # 0x0023 -> NUMBER SIGN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
iso8859_7.py 83 u'#' # 0x23 -> NUMBER SIGN
84 u'$' # 0x24 -> DOLLAR SIGN
85 u'%' # 0x25 -> PERCENT SIGN
91 u'+' # 0x2B -> PLUS SIGN
108 u'<' # 0x3C -> LESS-THAN SIGN
109 u'=' # 0x3D -> EQUALS SIGN
110 u'>' # 0x3E -> GREATER-THAN SIGN
211 u'\xa3' # 0xA3 -> POUND SIGN
212 u'\u20ac' # 0xA4 -> EURO SIGN
213 u'\u20af' # 0xA5 -> DRACHMA SIGN
    [all...]
cp865.py 76 0x009c: 0x00a3, # POUND SIGN
78 0x009e: 0x20a7, # PESETA SIGN
89 0x00a9: 0x2310, # REVERSED NOT SIGN
90 0x00aa: 0x00ac, # NOT SIGN
95 0x00af: 0x00a4, # CURRENCY SIGN
150 0x00e6: 0x00b5, # MICRO SIGN
161 0x00f1: 0x00b1, # PLUS-MINUS SIGN
166 0x00f6: 0x00f7, # DIVISION SIGN
168 0x00f8: 0x00b0, # DEGREE SIGN
216 u'#' # 0x0023 -> NUMBER SIGN
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 26 const int sign = comp < 0; local
27 const int mag = sign ? -comp : comp;
35 // Sign
36 vp9_write(w, sign, mvcomp->sign);
74 sign_cost[0] = vp9_cost_zero(mvcomp->sign);
75 sign_cost[1] = vp9_cost_one(mvcomp->sign);
161 const uint32_t s0 = nmv_count->comps[i].sign[0];
162 const uint32_t s1 = nmv_count->comps[i].sign[1];
229 update_mv(bc, branch_ct_sign[i], &mvc->comps[i].sign, NMV_UPDATE_PROB)
    [all...]

Completed in 562 milliseconds

<<11121314151617181920>>