HomeSort by relevance Sort by last modified time
    Searched refs:Sign (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /external/chromium_org/remoting/webapp/
remoting.js 374 * Sign the user out of Chromoting by clearing (and revoking, if possible) the
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 142 macro RETURN_KERNELSIN(X, Y, SIGN)
147 return (X - ((z * (0.5 * Y - v * r) - Y) - v * KSIN(0))) SIGN;
186 macro RETURN_KERNELCOS(X, Y, SIGN)
192 return (1 - (0.5 * z - (z * r - X * Y))) SIGN;
201 return (1 - qx - (hz - (z * r - X * Y))) SIGN;
312 var sign = 1 - (n & 2);
314 RETURN_KERNELCOS(y0, y1, * sign);
316 RETURN_KERNELSIN(y0, y1, * sign);
323 var sign = (n & 2) - 1;
324 RETURN_KERNELSIN(y0, y1, * sign);
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 190 void makeInteger(unsigned ElemWidth, bool Sign) {
193 Signed = Sign;
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 313 bool MockECSignatureCreator::Sign(const uint8* data,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 441 // returns +inf iff sign>=0 otherwise -inf
442 friend const mpreal const_infinity(int sign = 1, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t rnd_mode = mpreal::get_default_rnd());
497 mpreal& setInf (int Sign = +1);
499 mpreal& setZero (int Sign = +1);
500 mpreal& setSign (int Sign, mp_rnd_t RoundingMode = get_default_rnd());
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3938 const int sign = rnd.getBool() ? -1 : 1; local
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-aliases.s 229 ; Sign/Zero extend aliases
  /external/qemu/fpu/
softfloat.c 96 | Returns the sign bit of the single-precision floating-point value `a'.
229 | Returns the sign bit of the single-precision floating-point value `a'.
273 | Packs the sign `zSign', exponent `zExp', and significand `zSig' into a
292 | Takes an abstract floating-point value having sign `zSign', exponent `zExp',
370 | Takes an abstract floating-point value having sign `zSign', exponent `zExp',
411 | Returns the sign bit of the double-precision floating-point value `a'.
455 | Packs the sign `zSign', exponent `zExp', and significand `zSig' into a
474 | Takes an abstract floating-point value having sign `zSign', exponent `zExp',
552 | Takes an abstract floating-point value having sign `zSign', exponent `zExp',
595 | Returns the sign bit of the extended double-precision floating-point valu
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 87 /// new ICmp instruction. The sign is passed in to determine which kind
89 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
92 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
238 // See if this is shifting in some sign extension, then masking it out
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]