HomeSort by relevance Sort by last modified time
    Searched refs:C3 (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 21 C3 = -123.456e-789
  /prebuilts/go/darwin-x86/test/import2.dir/
import3.go 22 p.C3 = (<-chan (chan int))(nil)
import2.go 11 var C3 <- chan chan int = (<-chan (chan int))(nil)
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 21 C3 = -123.456e-789
  /prebuilts/go/linux-x86/test/import2.dir/
import3.go 22 p.C3 = (<-chan (chan int))(nil)
import2.go 11 var C3 <- chan chan int = (<-chan (chan int))(nil)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 695 #define RTL_FLAG_CHECK3(NAME, RTX, C1, C2, C3) __extension__ \
698 && GET_CODE(_rtx) != C3) \
703 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) __extension__ \
706 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4) \
711 #define RTL_FLAG_CHECK5(NAME, RTX, C1, C2, C3, C4, C5) __extension__ \
714 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
720 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \
724 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
730 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \
734 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-armv8.pl 64 my ($a3,$b3,$c3,$d3)=map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2));
83 "&add_32 (@x[$c3],@x[$c3],@x[$d3])",
87 "&eor_32 (@x[$b3],@x[$b3],@x[$c3])",
109 "&add_32 (@x[$c3],@x[$c3],@x[$d3])",
113 "&eor_32 (@x[$b3],@x[$b3],@x[$c3])",
692 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(0..23));
781 mov $C3,@K[2]
796 my @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 137 * different. For example, the last 2 digits in C3 should be 59, not 67.
142 C3 = 1.66666666666666666666666666666666667e-1L,
245 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
  /external/ppp/pppd/
md4.c 50 #define C3 015666365641 /* round 3 constant = sqrt(3) in octal */
51 /* C2 and C3 are from Knuth, The Art of Programming, Volume 2
80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s)
  /external/pdfium/core/fdrm/crypto/
fx_crypt_aes.cpp 458 E3[block[(i + C3) % Nb] & 0xFF]))
463 (Sbox[(block[(i + C3) % Nb]) & 0xFF]))
466 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 4;
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
  /prebuilts/go/darwin-x86/src/net/mail/
message_test.go 230 `=?utf-8?q?J=C3=B6rg_Doe?= <joerg@example.com>`,
545 `=?utf-8?q?B=C3=B6b?= <bob@example.com>`,
553 `=?utf-8?q?B=C3=B6b_Jac=C3=B6b?= <bob@example.com>`,
  /prebuilts/go/linux-x86/src/net/mail/
message_test.go 230 `=?utf-8?q?J=C3=B6rg_Doe?= <joerg@example.com>`,
545 `=?utf-8?q?B=C3=B6b?= <bob@example.com>`,
553 `=?utf-8?q?B=C3=B6b_Jac=C3=B6b?= <bob@example.com>`,
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/clang/test/SemaCXX/
alias-template.cpp 79 template<typename...T> class C3 {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESFastEngine.java     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
facp.asl 73 [0002] C3 Latency : 0000
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 49 "--C3" => \$c3,
120 if($line =~ /C.3/ && defined $c3 ){
653 --C3 Generate data for table C.3
669 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer_test.go 42 {in: "¡Hola Señor!", want: "=C2=A1Hola Se=C3=B1or!"},
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer_test.go 42 {in: "¡Hola Señor!", want: "=C2=A1Hola Se=C3=B1or!"},
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 359 print OUT pack("C3", 0xEF, 0xBB, 0xBF); # Write UTF8 marker
375 my $BOM = pack("C3", 239, 187, 191); # a UTF8 byte order mark
  /external/libvpx/libvpx/test/
dct16x16_test.cc 37 const double C3 = 0.956940335732209;
92 temp1 = step[10] * C3;
105 temp2 = step[13] * C3;

Completed in 1156 milliseconds

1 2 34 5 6 7 8