HomeSort by relevance Sort by last modified time
    Searched full:alow (Results 1 - 11 of 11) sorted by null

  /external/llvm/test/CodeGen/SystemZ/
fp-copysign-01.ll 84 ; CHECK: ld [[ALOW:%f[0-7]]], 8(%r3)
87 ; CHECK: std [[ALOW]], 8(%r2)
100 ; CHECK: ld [[ALOW:%f[0-7]]], 8(%r3)
103 ; CHECK: std [[ALOW]], 8(%r2)
117 ; CHECK: ld [[ALOW:%f[0-7]]], 8(%r3)
121 ; CHECK: std [[ALOW]], 8(%r2)
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_lib.c 1677 unsigned int alow = (unsigned int)-1, ahigh = 0; local
1753 unsigned int alow, ahigh, blow, bhigh; local
    [all...]
  /external/openssl/crypto/store/
str_lib.c 1677 unsigned int alow = (unsigned int)-1, ahigh = 0; local
1753 unsigned int alow, ahigh, blow, bhigh; local
    [all...]
  /external/chromium_org/extensions/common/
csp_validator.cc 47 // Don't alow whitelisting of all hosts. This boils down to:
  /external/llvm/lib/IR/
Metadata.cpp 474 ConstantInt *ALow = cast<ConstantInt>(A->getOperand(2 * AI));
477 if (ALow->getValue().slt(BLow->getValue())) {
478 addRange(EndPoints, ALow, cast<ConstantInt>(A->getOperand(2 * AI + 1)));
  /external/qemu/fpu/
softfloat-specialize.h 867 uint64_t aLow;
869 aLow = a.low & ~ LIT64( 0x4000000000000000 );
872 && (uint64_t) ( aLow<<1 )
873 && ( a.low == aLow );
892 uint64_t aLow;
894 aLow = a.low & ~ LIT64( 0x4000000000000000 );
897 && (uint64_t) ( aLow<<1 )
898 && ( a.low == aLow );
    [all...]
softfloat-macros.h 467 uint32_t aHigh, aLow, bHigh, bLow;
470 aLow = a;
474 z1 = ( (uint64_t) aLow ) * bLow;
475 zMiddleA = ( (uint64_t) aLow ) * bHigh;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-string-tagcloud.html     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [all...]

Completed in 309 milliseconds