HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 126 - 150 of 300) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_pointer_reference.pass.cpp 168 void f4() function
434 f4();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 65 f4: label
73 bdec .S2 f4,b2
74 [!a1] bdec .S2 f4+4,b2
unwind-1.s 65 f4: label
unwind-2.s 65 f4: label
  /external/clang/lib/Headers/
__clang_cuda_intrinsics.h 266 typedef float f4 __attribute__((ext_vector_type(4))); typedef
267 f4 rv = __nvvm_ldg_f4(reinterpret_cast<const f4 *>(ptr));
  /external/clang/test/Analysis/
uninit-const.cpp 103 void f4(void) { function
uninit-vals-ps.c 46 float f4(void) { function
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 46 constexpr ConstexprCtor<int, NonLiteral> f4() { return { 0, 0 }; } // expected-error {{never produces a constant expression}} expected-note {{non-constexpr constructor 'NonLiteral}} function
  /external/clang/test/CodeGen/
exprs.c 86 _Complex float f4() {return ((union f4_y)(_Complex float)2.0).y;} function
lanai-arguments.c 35 // CHECK: define void @f4(i64 inreg %i)
36 void f4(long long i) {} function
packed-arrays.c 151 // CHECK-LABEL: define double @f4
155 double f4() { function
wasm-arguments.c 44 // WEBASSEMBLY32: define void @f4(i64 %i)
45 // WEBASSEMBLY64: define void @f4(i64 %i)
46 void f4(long long i) {} function
  /external/clang/test/CodeGenCXX/
debug-info-line.cpp 56 void f4() { function
temp-order.cpp 95 static unsigned f4() { function
181 print("f4", f4());
182 if (f4() != ORDER3(3, 7, 2))
visibility-inlines-hidden.cpp 22 void f4();
31 inline void X1<int>::f4() { } function in class:X1
57 x1->f4();
  /external/clang/test/Sema/
complex-int.c 68 int f4[~(2.0+3.0i) == 2.0-3.0i ? 1 : -1]; variable
private-extern.c 42 void f4() { function
string-init.c 42 long f4[] = U"a"; // expected-error{{array initializer must be an initializer list}} local
vector-cast.c 52 void f4() { function
  /external/clang/test/SemaCXX/
exceptions.cpp 190 void f4() { function in namespace:HandlerInversion
overload-member-call.cpp 50 float& f4 = xp->g(0); local
using-directive.cpp 123 void f4() { f2(1); } function
  /external/llvm/test/MC/ELF/
cfi.s 22 f4: label
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 20 FILE *f4; variable
96 if ((f4 = fopen(out2, "wr")) == NULL) {
101 write_html_head(f4);
119 fprintf(f4, "</table>\n<table BORDER NOSAVE >\n");
120 fprintf(f4, "<tr BGCOLOR=\"#CCFFFF\" NOSAVE>");
121 fprintf(f4, "<td NOSAVE>\n");
128 fprintf(f4, "</td><td>\n");
130 fprintf(f4, "<tt>%s</tt><br>\n", tmp_str[k]);
132 fprintf(f4,
139 fprintf(f4,
    [all...]
  /external/pdfium/third_party/libtiff/
tif_color.c 242 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(f4); local

Completed in 1148 milliseconds

1 2 3 4 56 7 8 91011>>