/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
pos_format.pass.cpp | 67 assert(p.field[1] == std::money_base::sign); 75 assert(p.field[1] == std::money_base::sign); 83 assert(p.field[1] == std::money_base::sign); 91 assert(p.field[1] == std::money_base::sign); 99 assert(p.field[0] == std::money_base::sign); 107 assert(p.field[0] == std::money_base::sign); 115 assert(p.field[0] == std::money_base::sign); 123 assert(p.field[0] == std::money_base::sign); 132 assert(p.field[0] == std::money_base::sign); 140 assert(p.field[0] == std::money_base::sign); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
neg_format.pass.cpp | 62 assert(p.field[1] == std::money_base::sign); 70 assert(p.field[1] == std::money_base::sign); 78 assert(p.field[1] == std::money_base::sign); 86 assert(p.field[1] == std::money_base::sign); 94 assert(p.field[0] == std::money_base::sign); 102 assert(p.field[0] == std::money_base::sign); 110 assert(p.field[0] == std::money_base::sign); 118 assert(p.field[0] == std::money_base::sign); 127 assert(p.field[0] == std::money_base::sign); 135 assert(p.field[0] == std::money_base::sign); [all...] |
pos_format.pass.cpp | 62 assert(p.field[1] == std::money_base::sign); 70 assert(p.field[1] == std::money_base::sign); 78 assert(p.field[1] == std::money_base::sign); 86 assert(p.field[1] == std::money_base::sign); 94 assert(p.field[0] == std::money_base::sign); 102 assert(p.field[0] == std::money_base::sign); 110 assert(p.field[0] == std::money_base::sign); 118 assert(p.field[0] == std::money_base::sign); 127 assert(p.field[0] == std::money_base::sign); 135 assert(p.field[0] == std::money_base::sign); [all...] |
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
humanize_number.c | 51 int b, r, s1, s2, sign; local 91 sign = -1; 92 baselen = 3; /* sign, digit, prefix */ 101 sign = 1; 153 sign * s1, localeconv()->decimal_point, s2, 157 sign * ((bytes + 50) / 100),
|
/libcore/luni/src/main/java/java/math/ |
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...] |
Conversion.java | 55 int sign = val.sign; local 59 if (sign == 0) { 65 if (sign < 0) { 76 int resLengthInChars = (int) (val.abs().bitLength() / bitsForRadixDigit + ((sign < 0) ? 1 124 if (sign == -1) { 139 int sign = val.sign; local 146 if (sign == 0) { 176 // +1 - one char for sign if needed [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d8_31pf.cpp | 80 /* define values/representation for output codevector and sign */ 276 indx[] -- array of type Word16 -- position and sign of 343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */ 500 index array of type Word16 -- index of 8 pulses (sign+position) 559 Word16 index[], /* i : index of 8 pulses (sign+position) */ 568 Word16 sign; local 594 sign = POS_CODE; /* +1.0 */ 598 sign = -NEG_CODE; /* -1.0 */ 603 cod[pos1] = sign; /* avoid buffer overflow */ 614 sign = negate(sign) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1GeneralizedTime.java | 189 char sign = stime.charAt(signPos); local 190 if (sign == '-' || sign == '+') 201 sign = stime.charAt(signPos); 202 if (sign == '-' || sign == '+') 216 String sign = "+"; local 221 sign = "-"; 231 hours += sign.equals("+") ? 1 : -1; 239 return "GMT" + sign + convert(hours) + ":" + convert(minutes) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 261 static INLINE boolean sign(float x){ function 358 else if (sign(x1diff) == sign(-dx)) { 361 else if (sign(-y1diff) != sign(dy)) { 377 else if (sign(x2diff) != sign(-dx)) { 380 else if (sign(-y2diff) == sign(dy)) { 391 will_draw_start = sign(-x1diff) != sign(dx) [all...] |
/external/valgrind/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/valgrind/VEX/switchback/ |
test_emfloat.c | 183 * If SIGN is true, p is a signed. 510 u8 sign; /* Mantissa sign */ member in struct:__anon26200 524 uchar sign); 526 uchar sign); 688 ** sign determines the sign of the zero. 691 uchar sign) 696 dest->sign=sign; [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
RiddersSolver.java | 203 final double correction = (MathUtils.sign(y2) * MathUtils.sign(y3)) * 222 if (MathUtils.sign(y1) + MathUtils.sign(y) == 0.0) { 232 if (MathUtils.sign(y2) + MathUtils.sign(y) == 0.0) {
|
/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) {
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c1035pf.cpp | 264 Word16 sign[], // (i) : sign of d[n] 268 Word16 indx[] // (o) : index of 10 pulses (sign+position) 288 // read sign 289 j = sign[i]; 316 // sign of 1st pulse == sign of 2nd pulse 330 // sign of 1st pulse != sign of 2nd pulse 401 Word16 sign[], /* (i) : sign of d[n] * 659 Word16 dn[L_CODE], sign[L_CODE]; local [all...] |
/frameworks/base/core/jni/android/opengl/ |
poly_clip.cpp | 41 #define CLIP_AND_SWAP(elem, sign, k, p, q, r) { \ 42 poly_clip_to_halfspace(p, q, &v->elem-(float *)v, sign, sign*k); \ 49 * copying the portion satisfying sign*s[index] < k*sw into q, 59 void poly_clip_to_halfspace(Poly* p, Poly* q, int index, float sign, float k) 71 tu = sign*COORD(u, index) - u->sw*k; 75 tv = sign*COORD(v, index) - v->sw*k;
|
/prebuilts/go/darwin-x86/src/math/ |
asin.go | 25 sign := false 28 sign = true 41 if sign {
|
sin.go | 133 sign := false 149 sign = !sign 152 sign = !sign 162 if sign { 191 // make argument positive but save the sign 192 sign := false 195 sign = true 209 sign = !sig [all...] |
/prebuilts/go/linux-x86/src/math/ |
asin.go | 25 sign := false 28 sign = true 41 if sign {
|
sin.go | 133 sign := false 149 sign = !sign 152 sign = !sign 162 if sign { 191 // make argument positive but save the sign 192 sign := false 195 sign = true 209 sign = !sig [all...] |
/external/fio/ |
flow.c | 19 int sign; local 24 sign = td->o.flow > 0 ? 1 : -1; 25 if (sign * flow->flow_counter > td->o.flow_watermark) {
|
/external/replicaisland/src/com/replica/replicaisland/ |
InputGameInterface.java | 104 final float magnitude = magnitudeRamp * Utils.sign(offset) * SLIDER_FILTER * mMovementSensitivity; 105 sliderOffset = magnitudeRamp * Utils.sign(offset); 152 int sign = Utils.sign(x); local 153 x = x - (sign * ROLL_DECAY * timeDelta); 154 if (Utils.sign(x) != sign) { 160 int sign = Utils.sign(y); local 161 y = y - (sign * ROLL_DECAY * timeDelta) [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter_mips.c | 16 int16_t sign, 36 // Load coefficients outside the loop and sign-extend gain and sign 50 "seh %[sign32], %[sign] \n\t" 56 [sign] "r" (sign)
|
/libcore/ojluni/src/main/java/java/security/ |
SignedObject.java | 106 * can be used to sign and serialize data/object for storage outside 160 // now sign the encapsulated object 161 this.sign(signingKey, signingEngine); 238 private void sign(PrivateKey signingKey, Signature signingEngine) method in class:SignedObject 243 this.signature = signingEngine.sign().clone();
|
/art/runtime/interpreter/mterp/mips/ |
op_goto_16.S | 9 FETCH_S(rINST, 1) # rINST <- ssssAAAA (sign-extended) 25 FETCH_S(rINST, 1) # rINST <- ssssAAAA (sign-extended)
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
neg_format.pass.cpp | 60 assert(p.field[1] == std::money_base::sign); 68 assert(p.field[1] == std::money_base::sign); 76 assert(p.field[1] == std::money_base::sign); 84 assert(p.field[1] == std::money_base::sign);
|