HomeSort by relevance Sort by last modified time
    Searched defs:gf (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug346.go 25 gf = func(i int) (p int, q int, r int, s int) { return 1, i, 3, x }
27 a, b, c, d := gf(2)
36 var gf func(int) (int, int, int, int) var
  /prebuilts/go/linux-x86/test/fixedbugs/
bug346.go 25 gf = func(i int) (p int, q int, r int, s int) { return 1, i, 3, x }
27 a, b, c, d := gf(2)
36 var gf func(int) (int, int, int, int) var
  /external/clang/test/CodeGen/
annotations-field.c 11 static struct foo gf; variable in typeref:struct:foo
23 gf.v = argc;
24 // CHECK: bitcast i32* getelementptr inbounds (%struct.foo, %struct.foo* @gf, i32 0, i32 0) to i8*
  /external/libcxx/test/std/language.support/support.dynamic/ptr.launder/
launder.pass.cpp 22 constexpr float gf = 8.f; variable
26 static_assert(std::launder(&gf) == &gf, "" );
29 const float *f = &gf;
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 43 test_function gf = (test_function)GetProcAddress(h, "test_function"); local
44 if (!gf) {
50 int ret = gf();
  /packages/apps/Gallery2/jni/filters/
hue.c 35 float gf = r*mat[1] + g*mat[5] + b*mat[9] + mat[13]; local
39 rgb[GREEN] = clamp((int)gf);
  /external/clang/test/Sema/
attr-flag-enum.c 16 gf = ~0x4, // no-warning enumerator in enum:flag2
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 188 const sopno gf = g->firststate+1; /* +1 for OEND */ local
239 endp = fast(m, start, stop, gf, gl);
251 endp = slow(m, m->coldp, stop, gf, gl);
272 dp = dissect(m, m->coldp, endp, gf, gl);
282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
294 endp = slow(m, m->coldp, endp-1, gf, gl);
305 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 218 final float gf = g / 255f; local
221 final float max = Math.max(rf, Math.max(gf, bf));
222 final float min = Math.min(rf, Math.min(gf, bf));
233 h = ((gf - bf) / deltaMaxMin) % 6f;
234 } else if (max == gf) {
237 h = ((rf - gf) / deltaMaxMin) + 4f;
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
ColorUtils.java 242 final float gf = g / 255f; local
245 final float max = Math.max(rf, Math.max(gf, bf));
246 final float min = Math.min(rf, Math.min(gf, bf));
257 h = ((gf - bf) / deltaMaxMin) % 6f;
258 } else if (max == gf) {
261 h = ((rf - gf) / deltaMaxMin) + 4f;
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 630 ObjectInputStream.GetField gf = s.readFields(); local
631 byte[] ipaddress = (byte[])gf.get("ipaddress", null);
632 int scope_id = (int)gf.get("scope_id", -1);
633 boolean scope_id_set = (boolean)gf.get("scope_id_set", false);
634 boolean scope_ifname_set = (boolean)gf.get("scope_ifname_set", false);
635 String ifname = (String)gf.get("ifname", null);
    [all...]
InetAddress.java 1572 GetField gf = s.readFields(); local
    [all...]
URL.java 1359 GetField gf = s.readFields(); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 500 gf[] = { 0x67, 0x66, 0 }; local
522 if (u_strpbrk(testString, gf) != NULL) {
523 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
549 if (u_strpbrk(testSurrogateString, gf) != NULL) {
550 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
588 if (u_strcspn(testString, gf) != u_strlen(testString)) {
589 log_err("u_strcspn didn't return NULL for \"gf\".\n");
612 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) {
613 log_err("u_strcspn didn't return NULL for \"gf\".\n");
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 1032 final float gf = g \/ 255f; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-driver.c 1114 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr, struct gcov_filename_aux *gf)
1120 gcov_prefix_strip = gf->gcov_prefix_strip
1349 struct gcov_filename_aux gf; local
1440 static struct gcov_filename_aux gf; variable in typeref:struct:gcov_filename_aux
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 8025 struct vki_getinfo_fid2path *gf = (struct vki_getinfo_fid2path *)ARG3; local
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 1394 var gf func() var
1398 gf = t.M // ERROR "t.M escapes to heap$"
    [all...]

Completed in 752 milliseconds

1 2