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

<<31323334353637383940>>

  /external/llvm/test/CodeGen/X86/
blend-msb.ll 4 ; In this test we check that sign-extend of the mask bit is performed by
  /external/llvm/test/Transforms/InstCombine/
apint-and1.ll 54 %X = ashr i47 %A, 39 ;; sign extend
  /external/mesa3d/src/glsl/builtins/profiles/
100.glsl 96 float sign(float x);
97 vec2 sign(vec2 x);
98 vec3 sign(vec3 x);
99 vec4 sign(vec4 x);
  /external/openssl/apps/
CA.sh 9 # CA -sign ... will sign the generated request and output
58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
155 -sign|-signreq)
  /external/replicaisland/src/com/replica/replicaisland/
GenericAnimationComponent.java 38 parentObject.facingDirection.x = Utils.sign(parentObject.getVelocity().x);
  /external/skia/include/core/
Sk64.h 20 int32_t fHi; //!< the high 32 bits of the number (including sign)
78 /** Returns -1,0,+1 based on the sign of the number */
118 performs an arithmetic right-shift (sign extending).
125 performs an arithmetic right-shift (sign extending).
  /external/skia/src/pathops/
SkOpAngle.h 61 int sign() const { function in class:SkOpAngle
  /external/srec/portable/src/
ptypes.c 27 /* ignore minus sign */
  /external/srtp/
Android.mk 35 -Wno-sign-compare \
  /external/v8/src/
strtod.h 35 // contain a dot or a sign. It must not start with '0', and must not be empty.
  /external/valgrind/unittest/
Makefile 27 OS_CXXFLAGS=-Wall -Werror -Wno-sign-compare -Wshadow -Wno-unused-function -std=c++0x
28 OS_CFLAGS=-Wall -Werror -Wno-sign-compare -Wshadow -Wno-unused-function -std=c89
31 OS_CXXFLAGS=-Wall -Werror -Wno-sign-compare -Wshadow -Wno-unused-function
32 OS_CFLAGS=-Wall -Werror -Wno-sign-compare -Wshadow -Wno-unused-function -std=c89
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 53 WebRtc_Word16 sign,
80 WebRtc_Word16 sign = 1; local
103 sign = -1;
156 indW32, sign, inystateQQ, ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 75 * 2 bits are used to describe the column of the 1 or -1 and the 3rd bit is used for the sign.
76 * Bit 8 is sign of +/- 1 in third row. Bit 6-7 is column of +/-1 in third row.
77 * Bit 5 is sign of +/- 1 in second row. Bit 3-4 is column of +/-1 in second row.
78 * Bit 2 is sign of +/- 1 in first row. Bit 0-1 is column of +/-1 in first row.
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_bulgarian3.xml 27 <!-- U+044C: "?" CYRILLIC SMALL LETTER SOFT SIGN -->
rowkeys_bulgarian_bds3.xml 30 <!-- U+044A: "?" CYRILLIC SMALL LETTER HARD SIGN -->
rowkeys_east_slavic3.xml 41 <!-- U+044C: "?" CYRILLIC SMALL LETTER SOFT SIGN -->
rowkeys_symbols_shift2.xml 39 <!-- U+00B0: "°" DEGREE SIGN
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-be/
donottranslate-more-keys.xml 33 <!-- U+044A: "?" CYRILLIC SMALL LETTER HARD SIGN -->
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ctanh.c 33 * Ado About Nothing's Sign Bit. In The State of the Art in
92 * The imaginary part has the sign of x*sin(2*y), but there's no
99 * The imaginary part of the sign is unspecified. This special
s_remquo.c 40 sx = hx&0x80000000; /* sign of x */
115 /* convert back to floating value and restore the sign */
116 if((hx|lx)==0) { /* return sign(x)*0 */
s_remquof.c 38 sx = hx&0x80000000; /* sign of x */
89 /* convert back to floating value and restore the sign */
90 if(hx==0) { /* return sign(x)*0 */
  /bionic/tests/
math_test.cpp 1001 int sign; local
1002 ASSERT_FLOAT_EQ(log(24.0), gamma_r(5.0, &sign));
1003 ASSERT_EQ(1, sign);
1009 int sign; local
1010 ASSERT_FLOAT_EQ(logf(24.0f), gammaf_r(5.0f, &sign));
1011 ASSERT_EQ(1, sign);
1028 int sign; local
1029 ASSERT_FLOAT_EQ(log(24.0), lgamma_r(5.0, &sign));
1030 ASSERT_EQ(1, sign);
1034 int sign; local
    [all...]
  /build/core/
prebuilt.mk 130 # but the dexpreopt process will not try to re-sign the app.
153 # Sign and align non-presigned .apks.
156 $(sign-package)
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 36 * signed two-byte integer value, sign-extended
52 * signed four-byte integer value, sign-extended
60 * signed eight-byte integer value, sign-extended
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 503 No sign bits are decoded, because the table of the quantized spectral values
504 has got a valid sign at the quantized spectral lines.
569 /* if end of branch reached write out lines and count bits needed for sign, otherwise store node in codeword sideinfo */
577 pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal++; /* write out 2 or 4 lines into spectrum; no Sign bits available in this state */
611 spectral values, which are different form zero. For those values sign bits are
614 If sign bit counter cntSign is different from zero, switch to next state to
615 decode sign Bits there.
616 If sign bit counter cntSign is zero, no sign bits are needed and codeword is
621 [on just one signle sign] is wrong, the next state will correct it
1287 INT sign; local
    [all...]

Completed in 387 milliseconds

<<31323334353637383940>>