/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_rintl.c | 59 int ex, sign; local 70 sign = expsign >> 15; 79 x += shift[sign]; 80 x -= shift[sign]; 83 * If the result is +-0, then it must have the same sign as x, but 84 * the above calculation doesn't always give this. Fix up the sign. 87 return (zero[sign]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_half.h | 53 uint32_t sign; local 62 /* Sign */ 63 sign = f32.ui & sign_mask; 64 f32.ui ^= sign; 85 /* Sign */ 86 f16 |= sign >> 16; 112 /* Sign */
|
/external/chromium_org/third_party/skia/include/core/ |
SkFloatBits.h | 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement 27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float). 31 int sign = x >> 31; local 33 x = (x ^ sign) - sign; 34 // set the sign bit as needed 35 x |= sign << 31;
|
/external/fdlibm/ |
s_cbrt.c | 48 unsigned sign; local 52 sign=hx&0x80000000; /* sign= sign(x) */ 53 hx ^=sign; 84 /* retore the sign bit */ 85 __HI(t) |= sign;
|
/external/llvm/lib/Support/ |
regcname.h | 89 { "number-sign", '#' }, 90 { "dollar-sign", '$' }, 91 { "percent-sign", '%' }, 97 { "plus-sign", '+' }, 117 { "less-than-sign", '<' }, 118 { "equals-sign", '=' }, 119 { "greater-than-sign", '>' },
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_half.h | 53 uint32_t sign; local 62 /* Sign */ 63 sign = f32.ui & sign_mask; 64 f32.ui ^= sign; 85 /* Sign */ 86 f16 |= sign >> 16; 112 /* Sign */
|
/external/skia/include/core/ |
SkFloatBits.h | 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement 27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float). 31 int sign = x >> 31; local 33 x = (x ^ sign) - sign; 34 // set the sign bit as needed 35 x |= sign << 31;
|
/ndk/sources/host-tools/ndk-stack/regex/ |
cname.h | 89 { "number-sign", '#' }, 90 { "dollar-sign", '$' }, 91 { "percent-sign", '%' }, 97 { "plus-sign", '+' }, 117 { "less-than-sign", '<' }, 118 { "equals-sign", '=' }, 119 { "greater-than-sign", '>' },
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_lao4.xml | 28 <!-- U+20AD: "?" KIP SIGN --> 39 <!-- U+0EB6/U+0EC9: "??" LAO VOWEL SIGN Y/LAO TONE MAI THO --> 43 <!-- U+0EB7/U+0EC9: "??" LAO VOWEL SIGN YY/LAO TONE MAI THO --> 69 <!-- U+0EC1: "?" LAO VOWEL SIGN EI --> 77 <!-- U+0EB6: "?" LAO VOWEL SIGN Y --> 81 <!-- U+0EB7: "?" LAO VOWEL SIGN YY --> 93 <!-- U+0EC3: "?" LAO VOWEL SIGN AY -->
|
rowkeys_hindi1.xml | 29 U+0912/U+0902: "??" DEVANAGARI LETTER SHORT O//DEVANAGARI SIGN ANUSVARA --> 35 U+0910/U+0902: "??" DEVANAGARI LETTER AI/DEVANAGARI SIGN ANUSVARA --> 41 U+0906/U+0902: "??" DEVANAGARI LETTER AA/DEVANAGARI SIGN ANUSVARA 42 U+0906/U+0901: "??" DEVANAGARI LETTER AA/DEVANAGARI SIGN CANDRABINDU --> 48 U+0908/U+0902: "??" DEVANAGARI LETTER II/DEVANAGARI SIGN ANUSVARA --> 54 U+090A/U+0902: "??" DEVANAGARI LETTER UU/DEVANAGARI SIGN ANUSVARA 55 U+090A/U+0901: "??" DEVANAGARI LETTER UU/DEVANAGARI SIGN CANDRABINDU --> 76 U+0915/U+094D/U+0937: "???" DEVANAGARI LETTER KA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER SSA 77 U+0936/U+094D/U+0930: "???" DEVANAGARI LETTER SHA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA --> 144 U+092C/U+0952: "??" DEVANAGARI LETTER BA/DEVANAGARI STRESS SIGN ANUDATTA -- [all...] |
/libcore/luni/src/main/java/java/math/ |
Logical.java | 40 if (val.sign == 0) { 49 if (val.sign > 0) { 61 return new BigInteger(-val.sign, i + 1, resDigits); 65 } else {// (val.sign < 0) 73 resDigits[i] = val.digits[i] + val.sign; 78 return new BigInteger(-val.sign, i, resDigits); 83 if (that.sign == 0 || val.sign == 0) { 93 if (val.sign > 0) { 94 if (that.sign > 0) [all...] |
BitLevel.java | 43 if (val.sign == 0) { 49 if (val.sign < 0) { 56 // Subtracting all sign bits 66 if (val.sign == 0) { 71 if (val.sign > 0) { 75 } else {// (sign < 0) 132 return new BigInteger(source.sign, resLen, resDigits); 141 return ((source.sign < 0) ? BigInteger.MINUS_ONE : BigInteger.ZERO); 148 if (source.sign < 0) { 166 return new BigInteger(source.sign, resLength, resDigits) [all...] |
/packages/apps/DeskClock/res/values-lv/ |
strings.xml | 20 <string name="alarm_list_title" msgid="7589940465292950600">"Sign?li"</string> 21 <string name="add_alarm" msgid="5976616107390962899">"Pievienot sign?lu"</string> 22 <string name="alarm_timeline_title_text" msgid="595912293949219821">"N?KAMIE SIGN?LI"</string> 24 <string name="menu_edit_alarm" msgid="7204602994918829751">"Redi??t sign?lu"</string> 25 <string name="delete_alarm" msgid="3457780990646206817">"Dz?st sign?lu"</string> 26 <string name="enable_alarm" msgid="1834599140632142536">"Iesl?gt sign?lu"</string> 27 <string name="disable_alarm" msgid="5889378670229554109">"Izsl?gt sign?lu"</string> 28 <string name="delete_alarm_confirm" msgid="6578572637340860840">"Vai dz?st ?o sign?lu?"</string> 32 <string name="default_label" msgid="5590025289805630372">"Sign?ls"</string> 33 <string name="set_alarm" msgid="9148359866152726808">"Iestat?t sign?lu"</string [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
LineBreakTest.txt | 25 × 0023 × 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [28.0] NUMBER SIGN (AL) ÷ [0.3] 26 × 0023 × 0020 ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ [0.3] 27 × 0023 × 0308 × 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [28.0] NUMBER SIGN (AL) ÷ [0.3] 28 × 0023 × 0308 × 0020 ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ [0.3] 29 × 0023 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] EM DASH (B2) ÷ [0.3] 30 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3 [all...] |
ra.xlf | 53 \uE001>\u0981; # SIGN CANDRABINDU 55 \uE002>\u0982; # SIGN ANUSVARA 57 \uE003>\u0983; # SIGN VISARGA 165 \uE03C>\u09BC; # SIGN NUKTA 169 \uE03E>\u09BE; # VOWEL SIGN AA 171 \uE03F>\u09BF; # VOWEL SIGN I 173 \uE040>\u09C0; # VOWEL SIGN II 175 \uE041>\u09C1; # VOWEL SIGN U 177 \uE042>\u09C2; # VOWEL SIGN UU 179 \uE043>\u09C3; # VOWEL SIGN VOCALIC [all...] |
/external/harfbuzz/contrib/tables/ |
DerivedGeneralCategory.txt | [all...] |
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Signature_Impl2Test.java | 115 s.sign(); 123 s.sign(); 129 s.sign(); 130 assertEquals("Incorrect state", Signature.SIGN, ((MySignature1) s) 132 assertTrue("sign() failed", ((MySignature1) s).runEngineSign); 140 assertEquals("Incorrect state", Signature.SIGN, ((MySignature1) s) 142 assertTrue("sign() failed", ((MySignature1) s).runEngineUpdate1); 167 s.sign(b, 0, 5); 173 s.sign(b, 0, 3); 175 assertTrue("sign() failed", MySignature2.runEngineSign) [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
cor_h_vec_opt.s | 20 @ Word16 sign[], /* (i) sign vector */ 28 @r3 ---- sign[] 45 @r3 --- sign[], r4 --- i, r7 --- p0 71 ADD r9, r3, r2, LSL #1 @address of sign[pos] 73 LDRSH r10, [r9], #2 @sign[pos] 74 LDRSH r11, [r9] @sign[pos + 1] 118 ADD r9, r3, r2, LSL #1 @address of sign[pos] 120 LDRSH r10, [r9], #2 @sign[pos] 121 LDRSH r11, [r9] @sign[pos + 1 [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
cor_h_vec_neon.s | 21 @ Word16 sign[], /* (i) sign vector */ 29 @r3 ---- sign[] 45 @r3 --- sign[], r4 --- i, r7 --- p0 72 ADD r9, r3, r2, LSL #1 @address of sign[pos] 74 LDRSH r10, [r9], #2 @sign[pos] 75 LDRSH r11, [r9] @sign[pos + 1] 119 ADD r9, r3, r2, LSL #1 @address of sign[pos] 121 LDRSH r10, [r9], #2 @sign[pos] 122 LDRSH r11, [r9] @sign[pos + 1 [all...] |
/external/icu4c/test/testdata/ |
ra.xlf | 53 \uE001>\u0981; # SIGN CANDRABINDU 55 \uE002>\u0982; # SIGN ANUSVARA 57 \uE003>\u0983; # SIGN VISARGA 165 \uE03C>\u09BC; # SIGN NUKTA 169 \uE03E>\u09BE; # VOWEL SIGN AA 171 \uE03F>\u09BF; # VOWEL SIGN I 173 \uE040>\u09C0; # VOWEL SIGN II 175 \uE041>\u09C1; # VOWEL SIGN U 177 \uE042>\u09C2; # VOWEL SIGN UU 179 \uE043>\u09C3; # VOWEL SIGN VOCALIC [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
cp1258.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 176 u'\u20ac' # 0x80 -> EURO SIGN 185 u'\u2030' # 0x89 -> PER MILLE SIGN 201 u'\u2122' # 0x99 -> TRADE MARK SIGN [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
cp1258.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 176 u'\u20ac' # 0x80 -> EURO SIGN 185 u'\u2030' # 0x89 -> PER MILLE SIGN 201 u'\u2122' # 0x99 -> TRADE MARK SIGN [all...] |
/external/aac/libAACenc/src/ |
bit_cnt.cpp | 784 INT sign,signLength; local 816 sign=0; 821 sign<<=1; 823 sign|=1; 830 sign<<=1; 832 sign|=1; 839 sign<<=1; 841 sign|=1; 848 sign<<=1; 850 sign|=1 [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
DecimalFormatProperties.java | 36 * minus-sign %char; "-" 133 * decimal-separator specifies the character used for the decimal sign; 145 * decimal-separator specifies the character used for the decimal sign; 204 * Set the "minus-sign" attribute. 205 * minus-sign specifies the character used as the default minus sign; the 208 * @param v Character to use as minus sign 216 * Get the "minus-sign" attribute. 217 * minus-sign specifies the character used as the default minus sign; th [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkMath.cpp | 60 int sign = SkExtractSign(a ^ b); local 63 return sign; 85 if (sign < 0) { 198 int sign = SkExtractSign(x); local 199 uint32_t a = SkApplySign(x, sign); 202 return SkApplySign(SK_MaxS32, sign); 229 return SkApplySign(r, sign); 245 // make numer and denom positive, and sign hold the resulting sign 246 int32_t sign = SkExtractSign(numer ^ denom) local 348 int sign = SkExtractSign(value); local [all...] |