/external/chromium_org/third_party/mach_override/libudis86/ |
syn.h | 47 void ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *, int sign);
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/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/chromium_org/third_party/qcms/ |
qcms.gyp | 29 # Warning (sign-conversion) fixed upstream by large refactoring. Can be
|
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.h | 61 int sign() const { function in class:SkOpAngle
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
RSAKey.py | 63 """Hash and sign the passed-in bytes. 78 sigBytes = self.sign(prefixedHashBytes) 101 def sign(self, bytes): member in class:RSAKey 102 """Sign the passed-in bytes.
|
/external/chromium_org/v8/src/ |
strtod.h | 35 // contain a dot or a sign. It must not start with '0', and must not be empty.
|
/external/compiler-rt/lib/i386/ |
moddi3.S | 51 movl %ecx, %esi // set aside sign of a 96 addl %esi, %eax // Restore correct sign to result 136 addl %esi, %eax // Restore correct sign to result 158 addl %esi, %eax // Restore correct sign to result
|
/external/compiler-rt/lib/ |
subdf3.c | 23 // Subtraction; flip the sign bit of b and add.
|
subsf3.c | 22 // Subtraction; flip the sign bit of b and add.
|
/external/dropbear/libtommath/ |
bn_mp_sqrt.c | 25 if (arg->sign == MP_NEG) {
|
/external/guava/ |
mvn-deploy.sh | 36 gpg_sign_plugin=" gpg:sign"
|
/external/hyphenation/ |
README.compound | 35 NEXTLEVEL: sign second level hyphenation patterns
|
/external/icu4c/common/unicode/ |
caniter.h | 58 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA} 60 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE} 62 = {ANGSTROM SIGN}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA} 64 = {ANGSTROM SIGN}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
|
/external/icu4c/layout/ |
TibetanReordering.h | 60 // Anusvara --> Nasalisation sign. Traditioinally placed in absence of vowels, but also after vowels. In some 93 CC_ANUSVARA = 9, // Tibetan sign Rjes Su Nga Ro 0F7E 94 CC_CANDRABINDU = 10, // Tibetan sign Sna Ldan and Nyi Zla Naa Da 0F82, 0F83 95 CC_VISARGA = 11, // Tibetan sign Rnam Bcad (0F7F)
|
/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
TestEverything.java | 172 Spatial signpost = assetManager.loadModel("Models/Sign Post/Sign Post.mesh.xml"); 173 Material mat = assetManager.loadMaterial("Models/Sign Post/Sign Post.j3m");
|
/external/libusb-compat/ |
configure.ac | 59 AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 40 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative 62 ;modify data to have its original sign 173 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative 204 ;modify data to have its original sign
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3.asm | 84 psignw m8, m9 ; m8 = reinsert sign 85 psignw m13, m10 ; m13 = reinsert sign 138 psignw m14, m9 ; m14 = reinsert sign 139 psignw m13, m10 ; m13 = reinsert sign
|
/external/llvm/ |
llvm-device-build.mk | 52 -Wno-sign-promo
|
/external/llvm/test/CodeGen/ARM/ |
2007-01-19-InfiniteLoop.ll | 45 %tmp642 = call fastcc i32 @sign( i32 %tmp576, i32 %tmp561 ) ; <i32> [#uses=1] 87 %tmp761 = call fastcc i32 @sign( i32 %tmp576, i32 0 ) ; <i32> [#uses=1] 102 %tmp818 = call fastcc i32 @sign( i32 0, i32 %tmp798 ) ; <i32> [#uses=0] 106 declare i32 @sign(i32, i32)
|
fast-isel-ret.ll | 5 ; Sign-extend of i1 currently not supported by fast-isel
|
/external/llvm/test/CodeGen/PowerPC/ |
buildvec_canonicalize.ll | 13 ; to vmaddfp (so it would IEEE compliant with zero sign propagation).
|
/external/llvm/test/CodeGen/X86/ |
2011-10-19-LegelizeLoad.ll | 13 ; Also make sure that we sign-extend it.
|