HomeSort by relevance Sort by last modified time
    Searched refs:g8 (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/tensorflow/tensorflow/examples/android/jni/
rgb2yuv.cc 21 const int r8, const int g8, const int b8,
24 *pY = ((66 * r8 + 129 * g8 + 25 * b8 + 128) >> 8) + 16;
47 pUV[offset + v_offset] += ((112 * r8 - 94 * g8 - 18 * b8 + 128) >> 10) + 32;
50 pUV[offset + u_offset] += ((-38 * r8 - 74 * g8 + 112 * b8 + 128) >> 10) + 32;
93 const int g8 = g6 << 2 | g6 >> 4; local
96 WriteYUV(x, y, width, r8, g8, b8, pY++, pUV);
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 17 int(*g8)(const int&, int) = f4;
39 int (*g8)(int, char) = f2;
  /external/clang/test/Sema/
private-extern.c 33 extern int g8; // expected-note{{previous declaration}}
34 int g8; // expected-error {{non-extern declaration of 'g8' follows extern declaration}} local
no-documentation-warn-tagdecl-specifier.c 85 enum e4 *g8(enum e8 *p);
attr-alias-elf.c 31 void g8() {} function
32 void f8() __attribute__((alias("g8")));
bitfield-layout.c 192 struct __attribute__((packed)) g8 { struct
197 CHECK_SIZE(struct, g8, 4);
199 CHECK_SIZE(struct, g8, 5);
201 CHECK_ALIGN(struct, g8, 1);
varargs-x86-64.c 62 void __attribute__((ms_abi)) g8(int a, ...) { function
constant-builtins-2.c 15 long double g8 = __builtin_nanl(""); variable
  /external/clang/test/CodeGen/
bitfield-2.c 301 struct s8 g8 = { 0xF }; variable in typeref:struct:s8
317 struct s8 g8 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; local
319 res ^= g8.f0 ^ g8.f2 ^ g8.f3;
320 res ^= f8_load(&g8) ^ f8_store(&g8) ^ f8_reload(&g8);
321 res ^= g8.f0 ^ g8.f2 ^ g8.f3
    [all...]
const-init.c 47 // CHECK: @g8 = global i32 1
48 int g8 = (2.0 + 3.0i) * (5.0 + 7.0i) == (-11.0 + 29.0i); variable
regparm-struct.c 69 void g8(void) { function
tbaa-class.cpp 137 uint32_t g8(StructA *A, StructS *S, uint64_t count) { function
tbaa.cpp 135 uint32_t g8(StructA *A, StructS *S, uint64_t count) { function
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 57 virtual void g8() noexcept; // expected-note {{overridden virtual function is here}}
93 virtual void g8() throw(int); // expected-error {{exception specification of overriding function is more lax}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 40 auto g8() const noexcept(noexcept(this->f(((this))->ptr))) -> decltype(this->f(this->ptr));
51 float &fr4 = ci.g8();
59 static_assert(noexcept(ci.g8()), "exception-specification failure");
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 67 void g8(T&); // expected-note{{previous}}
68 void g8(typename X0<U, T_type>::T_type&);
69 void g8(typename ::X0<typename X0<T_type, U>::X1::my_T_type, U_type>::X1::my_T_type&); // expected-error{{redecl}}
140 void g8(T&); // expected-note{{previous}}
141 void g8(typename X0<U, T_type>::T_type&);
142 void g8(typename ::X0<typename X0<T_type*, U*>::X2::my_T_type*, U_type*>::X2::my_T_type&); // expected-error{{redecl}}
  /external/clang/test/CodeGenCXX/
pr12251.cpp 66 e8 g8(e8 *x) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
codecapi.h 10 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \
11 OUR_GUID_ENTRY(CODECAPI_##name, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11)
23 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \
25 __CRT_UUID_DECL(CODECAPI_##name, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11)
28 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) DEFINE_GUIDSTRUCT(guidstr, CODECAPI_##name);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7044.go 24 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15 :=
31 float64(g0), float64(g1), float64(g2), float64(g3), float64(g4), float64(g5), float64(g6), float64(g7), float64(g8), float64(g9), float64(g10), float64(g11), float64(g12), float64(g13), float64(g14), float64(g15)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7044.go 24 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15 :=
31 float64(g0), float64(g1), float64(g2), float64(g3), float64(g4), float64(g5), float64(g6), float64(g7), float64(g8), float64(g9), float64(g10), float64(g11), float64(g12), float64(g13), float64(g14), float64(g15)
  /external/compiler-rt/test/asan/TestCases/Linux/
scariness_score_test.cc 104 int64_t g8[100]; variable
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 147 callp .S1 g8,a3
149 g8: label
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 319 uint32_t g8 = g * 255.0f; local
322 return (a8 << 24) | (b8 << 16) | (g8 << 8) | r8;
330 uint32_t g8 = g * 255.0f; local
333 return (a8 << 24) | (b8 << 16) | (g8 << 8) | r8;
346 uint32_t g8 = (g0 * (1.0f - t) + g1 * t) * 255.0f; local
349 return (a8 << 24) | (b8 << 16) | (g8 << 8) | r8;
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
43 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
227 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
230 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
  /external/skia/tools/
sk_tool_utils.cpp 233 U8CPU r8, g8, b8; local
236 g8 = (U8CPU) (g+0.5f);
239 return SkPackARGB32(255, r8, g8, b8);

Completed in 2085 milliseconds

1 2 3