/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderCommonFunctionTests.cpp | 124 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b); 126 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat()); 225 return (float32Representation.sign() == +1) ? (largestRepresentableValue) : (-largestRepresentableValue); 230 const tcu::Float32 targetRepresentation(tcu::Float32::constructBits(float32Representation.sign(), 381 *significand = tcu::Float32::construct(fpValue.sign(), -1, fpValue.mantissa()).asFloat(); 386 *significand = fpValue.sign() < 0 ? -0.0f : 0.0f; 397 return mant.sign() < 0 ? -0.0f : 0.0f; 401 return tcu::Float32::construct(mant.sign(), exponent+mant.exponent(), mant.mantissa()).asFloat(); 779 : CommonFunctionCase (testCtx, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "sign", shaderType) 783 m_spec.source = "out0 = sign(in0);" 1034 const deUint32 sign = rnd.getUint32() & 0x1u; local 1132 const deUint32 sign = rnd.getUint32() & 0x1u; local 2192 const int sign = rnd.getBool() ? -1 : +1; local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureUnitTests.cpp | 504 float sign = rnd.getBool() ? 1.0f : -1.0f; local 505 transData[i] = rnd.getFloat(0.7f, 1.4f) * sign; [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 2584 FT_Int sign = 0; local [all...] |
aflatin2.c | 1655 FT_Int sign = 0; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
BigDecimal.java | 76 /* 1998.07.11 allow 1E6 (no sign) <sigh>; new double/float conversion */ 176 * always expressed as the single digit <code>'0'</code> (that is, with no sign, decimal point, or exponent part). 352 // Note: some code below assumes IND = Sign [-1, 0, 1], at present. 428 * The <code>BigDecimal</code> will contain only decimal digits, prefixed with a leading minus sign (hyphen) if the 450 * scale</code> decimal digits if the scale is positive), prefixed with a leading minus sign (hyphen) if the <code> 527 /* Handle and step past sign */ 532 bad(inchars); // nothing after sign 538 bad(inchars); // nothing after sign 576 // 1998.07.11: sign no longer required 3572 int sign; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
VTimeZone.java | 1982 int sign = 0, hour = 0, min = 0, sec = 0; local [all...] |
/external/icu/icu4c/source/i18n/ |
timezone.cpp | 467 // Invert sign because UNIX semantics are backwards 1299 int32_t sign, hour, min, sec; local 1315 int32_t sign, hour, min, sec; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tztest.cpp | 1029 UChar sign = 0x002B; local 1074 UChar sign = 0x002B; local [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
BigDecimal.java | 73 /* 1998.07.11 allow 1E6 (no sign) <sigh>; new double/float conversion */ 173 * always expressed as the single digit <code>'0'</code> (that is, with no sign, decimal point, or exponent part). 361 // Note: some code below assumes IND = Sign [-1, 0, 1], at present. 438 * The <code>BigDecimal</code> will contain only decimal digits, prefixed with a leading minus sign (hyphen) if the 461 * scale</code> decimal digits if the scale is positive), prefixed with a leading minus sign (hyphen) if the <code> 541 /* Handle and step past sign */ 546 bad(inchars); // nothing after sign 552 bad(inchars); // nothing after sign 590 // 1998.07.11: sign no longer required 3645 int sign; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
BigDecimal.java | 75 /* 1998.07.11 allow 1E6 (no sign) <sigh>; new double/float conversion */ 175 * always expressed as the single digit <code>'0'</code> (that is, with no sign, decimal point, or exponent part). 363 // Note: some code below assumes IND = Sign [-1, 0, 1], at present. 440 * The <code>BigDecimal</code> will contain only decimal digits, prefixed with a leading minus sign (hyphen) if the 463 * scale</code> decimal digits if the scale is positive), prefixed with a leading minus sign (hyphen) if the <code> 543 /* Handle and step past sign */ 548 bad(inchars); // nothing after sign 554 bad(inchars); // nothing after sign 592 // 1998.07.11: sign no longer required 3647 int sign; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
VTimeZone.java | 2013 int sign = 0, hour = 0, min = 0, sec = 0; local [all...] |
/external/libcxx/src/ |
locale.cpp | 5534 const char sign = static_cast<char>(money_base::sign); local [all...] |
/external/libedit/src/ |
readline.c | 510 int idx, sign, sub, num, begin, ret; local 527 sign = 0; 529 sign = 1; 541 if (sign) [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btConvexHullComputer.cpp | 277 int sign; member in class:btConvexHullInternal::Rational64 284 sign = 1; 289 sign = -1; 294 sign = 0; 303 sign = -sign; 314 return (sign < 0) && (m_denominator == 0); 319 return (sign == 0) && (m_denominator == 0); 326 return sign * ((m_denominator == 0) ? SIMD_INFINITY : (btScalar) m_numerator / m_denominator); 336 int sign; member in class:btConvexHullInternal::Rational128 1070 int32_t sign = 1; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
aflatin.c | 2191 FT_Int sign = 0; local [all...] |
aflatin2.c | 1650 FT_Int sign = 0; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | 126 if (type.width == 8 && !type.sign) { 129 else if (type.width == 16 && type.sign) { 133 if (type.width == 8 && type.sign) { 136 if (type.width == 16 && !type.sign) { 139 if (type.width == 32 && !type.sign) { 142 if (type.width == 32 && type.sign) { 216 if (type.width == 8 && !type.sign) { 220 else if (type.width == 16 && type.sign) { 224 if (type.width == 8 && type.sign) { 227 if (type.width == 16 && !type.sign) { 1177 LLVMValueRef sign; local 1640 LLVMValueRef sign; local 1689 LLVMValueRef sign; local 1752 LLVMValueRef sign; local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 2130 float sign = (rx >= 0.0F) ? 1.0F : -1.0F; local 2140 float sign = (ry >= 0.0F) ? 1.0F : -1.0F; local 2150 float sign = (rz >= 0.0F) ? 1.0F : -1.0F; local [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
quant.c | 463 int sign; // sign of coeff_i member in struct:__anon20454 539 // note: it's important to take sign of the _original_ coeff, 541 const int sign = (in[j] < 0); local 542 int coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; 555 cur->sign = sign; 632 out[n] = node->sign ? -node->level : node->level; [all...] |
/external/opencv3/modules/calib3d/src/ |
upnp.cpp | 568 solutions[i][1] = S.at<double>(1) * sign( betas[1] ); 704 double upnp::sign(const double v) function in class:upnp
|
/external/pcre/dist/sljit/ |
sljitNativeARM_32.c | 1463 sljit_sw sign; local [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmscgats.c | 608 int sign = 1; local 615 sign = (*Buffer == '-') ? -1 : 1; 677 return sign * dnum; 719 int sign = 1; local 722 sign = -1; 783 it8->dnum *= sign; 795 it8->dnum *= sign; 799 it8 -> inum *= sign; [all...] |
/external/v8/src/base/ |
ieee754.cc | 495 * it also indicates the *sign* of the result. 2130 uint32_t sign; local [all...] |
/external/valgrind/VEX/priv/ |
guest_x86_helpers.c | 1409 UChar sign; local [all...] |
/external/vixl/src/vixl/a64/ |
disasm-a64.cc | 2691 char sign = (offset < 0) ? '-' : '+'; local [all...] |