HomeSort by relevance Sort by last modified time
    Searched refs:g4 (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/clang/test/Sema/
constant-builtins-2.c 10 float g4 = __builtin_inff(); variable
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 156 g4 uint64
1412 g4 = f4 + g
1414 g4 = g4 - 4
1417 f = uint64(int64(g4) >> 63)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 156 g4 uint64
1412 g4 = f4 + g
1414 g4 = g4 - 4
1417 f = uint64(int64(g4) >> 63)
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 396 g4 := int64(g[4])
417 h4 := f0*g4 + f1_2*g3 + f2*g2 + f3_2*g1 + f4*g0 + f5_2*g9_19 + f6*g8_19 + f7_2*g7_19 + f8*g6_19 + f9_2*g5_19
418 h5 := f0*g5 + f1*g4 + f2*g3 + f3*g2 + f4*g1 + f5*g0 + f6*g9_19 + f7*g8_19 + f8*g7_19 + f9*g6_19
419 h6 := f0*g6 + f1_2*g5 + f2*g4 + f3_2*g3 + f4*g2 + f5_2*g1 + f6*g0 + f7_2*g9_19 + f8*g8_19 + f9_2*g7_19
420 h7 := f0*g7 + f1*g6 + f2*g5 + f3*g4 + f4*g3 + f5*g2 + f6*g1 + f7*g0 + f8*g9_19 + f9*g8_19
421 h8 := f0*g8 + f1_2*g7 + f2*g6 + f3_2*g5 + f4*g4 + f5_2*g3 + f6*g2 + f7_2*g1 + f8*g0 + f9_2*g9_19
422 h9 := f0*g9 + f1*g8 + f2*g7 + f3*g6 + f4*g5 + f5*g4 + f6*g3 + f7*g2 + f8*g1 + f9*g0
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 5 ; RUN: llvm-mc -filetype=obj -mcpu=g4 -triple=powerpc-apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: Relocation {
66 ; DARWIN-G4-DUMP: Offset: 0x34
67 ; DARWIN-G4-DUMP: PCRel:
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 328 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; local
375 MADD_BF(r13, r2, r5, r10, k0, k1, k2, k3, g4, g5, g6, g7);
381 BUTTERFLY_4(g4, g6, g14, g12, h10, h11, v6, v4);
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/googletest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-param-test.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
arith.go 139 g4 := uint32(loadSymData[0]) | uint32(loadSymData[1])<<8 |
141 if g4 != w4 {
142 println("testLoadSymCombine failed, wanted", w4, "got", g4)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
arith.go 139 g4 := uint32(loadSymData[0]) | uint32(loadSymData[1])<<8 |
141 if g4 != w4 {
142 println("testLoadSymCombine failed, wanted", w4, "got", g4)
  /external/boringssl/src/crypto/curve25519/
curve25519.c 294 int32_t g4 = g[4]; local
303 int32_t g4_19 = 19 * g4;
318 int64_t f0g4 = f0 * (int64_t) g4;
328 int64_t f1g4 = f1 * (int64_t) g4;
338 int64_t f2g4 = f2 * (int64_t) g4;
348 int64_t f3g4 = f3 * (int64_t) g4;
358 int64_t f4g4 = f4 * (int64_t) g4;
368 int64_t f5g4 = f5 * (int64_t) g4;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.d 63 0+e4 <[^>]*> 01007022[ \t]+bdec \.S2 000000ec <g4>,b2
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/fmtlib/test/gtest/
gtest.h     [all...]

Completed in 2612 milliseconds

1 2 3 45 6