Searched
full:positive (Results
601 -
625 of
4422) sorted by null
<<21222324252627282930>>
/prebuilts/go/darwin-x86/src/sync/ |
waitgroup.go | 38 // Note that calls with a positive delta that occur when the counter is zero 40 // positive delta that start when the counter is greater than zero, may happen
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
doc.go | 95 // To subtract a signed positive constant value c from x, do AddUint32(&x, ^uint32(c-1)). 103 // To subtract a signed positive constant value c from x, do AddUint64(&x, ^uint64(c-1)).
|
/prebuilts/go/linux-x86/src/sync/ |
waitgroup.go | 38 // Note that calls with a positive delta that occur when the counter is zero 40 // positive delta that start when the counter is greater than zero, may happen
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubyautodoc.swg | 81 AUTODOC(operator+(), "Positive operator"); 97 AUTODOC(__pos__, "Positive operator");
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
mmap.so | |
/system/bt/osi/include/ |
socket.h | 58 // block. This function returns a positive integer representing the number 70 // block. Returns a positive integer representing the number of bytes written
|
/toolchain/binutils/binutils-2.25/libiberty/ |
filename_cmp.c | 42 is less than @var{s2}, or a positive value if @var{s2} is greater than 100 is less than @var{s2}, or a positive value if @var{s2} is greater than
|
/frameworks/av/services/audioflinger/ |
AudioResamplerFirProcessNeon.h | 609 "vrev64.16 q2, q2 \n"// (1) reverse 8 samples of positive left 610 "vrev64.16 q3, q3 \n"// (0 combines+) reverse positive right 666 "vmov.32 d2[0], %[lerpP] \n"// load the positive phase S32 Q15 741 "vmov.32 d2[0], %[lerpP] \n"// load the positive phase 760 "vrev64.16 q2, q2 \n"// (1) reverse 8 samples of positive left 761 "vrev64.16 q3, q3 \n"// (1) reverse 8 samples of positive right [all...] |
/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 68 /// The node Value is positive when the variable should be in a register. The 70 /// because all weights are positive. 79 /// This is always on of the values {-1, 0, 1}. A positive number means the 86 /// bundles. The weights are all positive block frequencies. 321 // First update the recently positive nodes. They have likely received new
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfStandardAttributes.h | 311 // location of the camera. The positive x and y axes correspond to the 312 // "right" and "up" directions in the rendered image. The positive z 314 // the camera have positive z coordinates.) 328 // positive x and pointing to the right and y positive pointing down. The
|
/external/pcre/dist/doc/ |
pcresyntax.3 | 267 [...] positive character class 270 [[:xxx:]] positive POSIX named set 336 \eK is honoured in positive assertions, but ignored in negative ones. 426 (?=...) positive look ahead 428 (?<=...) positive look behind
|