HomeSort by relevance Sort by last modified time
    Searched defs:sign (Results 351 - 375 of 585) sorted by null

<<11121314151617181920>>

  /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/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:__anon21058
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/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...]
  /external/webp/src/dsp/
enc_neon.c 830 const int16x8_t sign = vshrq_n_s16(a, 15); // sign local
    [all...]
  /external/webp/src/enc/
quant.c 542 int8_t sign; // sign of coeff_i member in struct:__anon26618
624 // note: it's important to take sign of the _original_ coeff,
626 const int sign = (in[j] < 0); local
627 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
684 cur->sign = sign;
721 out[n] = node->sign ? -node->level : node->level;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 287 // Ooura fft returns incorrect sign on imaginary component. It matters here
822 const float sign = (conjugate ? -1 : 1); local
827 time_data[2 * i + 1] = sign * freq_data[1][i] * normalization;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c 1538 int flag, sign; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 127 int used, alloc, sign; member in struct:__anon27638
391 * and sign to positive */
394 a->sign = MP_ZPOS;
418 a->sign = MP_ZPOS;
428 /* get sign of both inputs */
429 sa = a->sign;
430 sb = b->sign;
435 /* add their magnitudes, copy the sign */
436 c->sign = sa;
442 /* the sign of the one with the greater magnitude. *
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 163 uint sign; member in struct:tagTcoef
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 213 Int sign = 0; local
220 sign = 1;
231 BitstreamPut1Bits(bitstream, sign);
904 /* CBP, Run, Level, and Sign */
1007 /* CBP, Run, Level, and Sign */
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 2067 final String sign = errorCode < 0 ? "neg_" : ""; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 633 * the selection of a correct sign incorrect. We correct this. Use copysign
636 float sign = (p & 0x1) ? copysign(1.f, v) : 1.f; local
638 return copysign(f, sign);
1054 extern float __attribute__((overloadable)) sign(float v) { function
2137 extern half __attribute__((overloadable)) sign(half h) { function
2142 extern half2 __attribute__((overloadable)) sign(half2 v) { function
2148 extern half3 __attribute__((overloadable)) sign(half3 v) { function
2155 extern half4 __attribute__((overloadable)) sign(half4 v) { function
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.h 253 uint8_t sign; member in struct:__anon31013
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 325 // Checking for a possible sign of scale
1083 int sign = scaledDividend.signum() * scaledDivisor.signum(); local
1113 int sign = Long.signum( scaledDividend ) * Long.signum( scaledDivisor ); local
2530 int sign = signum(); local
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 278 * <code>GMT</code> <i>Sign</i> <i>Hours</i> <code>:</code> <i>Minutes</i>
279 * <i>Sign:</i> one of
298 * <i>Sign</i> <i>TwoDigitHours</i> <i>Minutes</i>
315 * <i>Sign</i> <i>TwoDigitHours</i>
318 * <i>Sign</i> <i>TwoDigitHours</i> <i>Minutes</i>
321 * <i>Sign</i> <i>TwoDigitHours</i> {@code :} <i>Minutes</i>
449 * The minus sign to be used with format and parse.
454 * True when a negative sign follows a number.
2019 int sign = 0; local
2085 int sign = 0; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertImpl.java 124 // when we sign and decode we set this to true
544 public void sign(PrivateKey key, String algorithm) method in class:X509CertImpl
547 sign(key, algorithm, null); method
567 public void sign(PrivateKey key, String algorithm, String provider) method in class:X509CertImpl
597 signature = sigEngine.sign();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 5550 const char sign = static_cast<char>(money_base::sign); local
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 1152 int sign = 1; local
    [all...]

Completed in 1110 milliseconds

<<11121314151617181920>>