HomeSort by relevance Sort by last modified time
    Searched refs:f1 (Results 276 - 300 of 1163) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
invoke.pass.cpp 27 Array<char, 1>::type& f1();
40 static_assert(sizeof(std::__invoke(&Type::f1, std::declval<Type >())) == 1, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/
copy_assign.pass.cpp 52 functor1 f1; local
53 test(f1);
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-2.cpp 30 void f1() function
56 f1();
eh990323-4.cpp 30 void f1() function
57 f1();
ice990323-2.cpp 11 void f1() function
37 f1();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-2.cpp 30 void f1() function
56 f1();
eh990323-4.cpp 30 void f1() function
57 f1();
ice990323-2.cpp 11 void f1() function
37 f1();
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 21 float f1 = 0.0f; local
  /external/chromium_org/v8/tools/
v8-rolls.sh 53 git show $1:DEPS | grep -n $DEPS_STRING | cut -d":" -f1
65 cut -d" " -f1
74 h=$(echo $msg | cut -d" " -f1)
78 a1=$(echo $a | cut -d"@" -f1)
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 9 void f1(const Types &...args);
  /external/clang/test/CodeGen/
builtins-nvptx.c 149 void nvvm_math(float f1, float f2, double d1, double d2) {
151 float t1 = __nvvm_fmax_f(f1, f2);
153 float t2 = __nvvm_fmin_f(f1, f2);
155 float t3 = __nvvm_sqrt_rn_f(f1);
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 14 int f1() { function
mangle-ms-arg-qualifiers.cpp 192 void foo_fnptrbackref1(ArrayFunPtr f1, ArrayFunPtr f2) { }
196 void foo_fnptrbackref2(ArrayFunPtr f1, ConstFunPtr f2) { }
201 void foo_fnptrbackref3(ArrayFunPtr f1, NormalFunPtr f2) { }
205 void foo_fnptrbackref4(NormalFunPtr f1, ArrayFunPtr f2) { }
visibility-inlines-hidden.cpp 8 void __attribute__((visibility("default"))) f1() { } function in struct:X0
19 void __attribute__((visibility("default"))) f1() { } function in struct:X1
41 x0->f1();
51 x1->f1();
  /external/clang/test/Parser/
cxx-attributes.cpp 4 virtual void f1(const char* a, ...)
cxx-stmt.cpp 3 void f1() function
  /external/clang/test/Sema/
overloadable.c 23 void test_funcptr(int (*f1)(int, double),
25 float *fp = accept_funcptr(f1);
67 f1_type __attribute__((overloadable)) f1; // expected-error{{'overloadable' function 'f1' must have a prototype}} variable
71 f1();
sentinel-attribute.c 4 void f1(int a, ...) __attribute__ ((sentinel));
  /external/clang/test/SemaTemplate/
anonymous-union.cpp 19 void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}} function
  /external/icu/icu4c/source/layout/
AnchorTables.cpp 21 const Format1AnchorTable *f1 = (const Format1AnchorTable *) this; local
23 f1->getAnchor(fontInstance, anchor);
45 const Format1AnchorTable *f1 = (const Format1AnchorTable *) this; local
47 f1->getAnchor(fontInstance, anchor);
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 474 public static float max(float f1, float f2) {
475 if (f1 > f2)
476 return f1;
477 if (f1 < f2)
480 if (f1 != f2)
483 if (f1 == 0.0f
484 && ((Float.floatToIntBits(f1) & Float.floatToIntBits(f2)) & 0x80000000) == 0)
486 return f1;
544 public static float min(float f1, float f2) {
545 if (f1 > f2
    [all...]
  /external/chromium_org/v8/test/mjsunit/
elide-double-hole-check-4.js 30 function f1(a, i) { function
34 assertEquals(0.5, f1(arr, 0));
35 assertEquals(0.5, f1(arr, 0));
36 %OptimizeFunctionOnNextCall(f1);
37 assertEquals(0.5, f1(arr, 0));
39 assertEquals(2, f1(arr, 1));
elide-double-hole-check-6.js 30 function f1(a, i) { function
34 assertEquals(0.5, f1(arr, 0));
35 assertEquals(0.5, f1(arr, 0));
36 %OptimizeFunctionOnNextCall(f1);
37 assertEquals(0.5, f1(arr, 0));
39 assertEquals(2, f1(arr, 1));
elide-double-hole-check-8.js 30 function f1(a, i) { function
34 assertEquals(0.5, f1(arr, 0));
35 assertEquals(0.5, f1(arr, 0));
36 %OptimizeFunctionOnNextCall(f1);
37 assertEquals(0.5, f1(arr, 0));
40 assertEquals(2, f1(arr, 1));

Completed in 3646 milliseconds

<<11121314151617181920>>