/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
catch_ptr.pass.cpp | 126 void f4() function 152 f4();
|
/art/test/703-floating-point-div/src/ |
Main.java | 66 float f4 = Float.MIN_NORMAL; local 77 expectEquals(Float.floatToRawIntBits(fPi/f4), 0x7f490fdb);
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 27 void * f4(struct s4 *s) function
|
outofbound.c | 33 void f4() { function
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
p1.cpp | 17 void f4() ; 45 void X0<Y, X>::f4() { } // expected-error{{does not refer}} function in class:X0
|
/external/clang/test/CodeGen/ |
function-attributes.c | 7 // CHECK: define signext i16 @f4(i32 %x) [[NUW]] 20 signed short f4(int x) { return x; } function
|
le32-arguments.c | 30 // CHECK-LABEL: define void @f4(i8 signext %a, i16 signext %b) 31 void f4(char a, short b) {} function
|
stdcall-fastcall.c | 6 void __attribute__((fastcall)) f4(void) { function 7 // CHECK-LABEL: define x86_fastcallcc void @f4() 26 void (__attribute__((fastcall)) *pf4)(void) = f4; 31 f4(); f5(); f6(); 32 // CHECK: call x86_fastcallcc void @f4()
|
/external/clang/test/CodeGenCXX/ |
attribute_internal_linkage.cpp | 16 static void f4() __attribute__((internal_linkage)) {} function in class:A 70 A::f4();
|
mangle-ms-back-references.cpp | 12 const char *f4(const char* a, const char* b) { return 0; } function 13 // CHECK: "\01?f4@@YAPBDPBD0@Z"
|
mangle-neon-vectors.cpp | 45 void f4(uint64x2_t v) { } function
|
mangle-unnamed.cpp | 39 int f4() { return A().a(); } function
|
/external/clang/test/PCH/ |
types.c | 43 float4 f4 = { 1.0, 2.0, 3.0, 4.0 }; variable
|
/external/clang/test/Sema/ |
warn-unused-function.c | 15 inline static void f4(); 16 void f4() { } // expected-warning{{unused}} function
|
/external/clang/test/SemaCXX/ |
conversion-delete-expr.cpp | 68 void f4(X x) { delete x; delete x; } function
|
warn-shadow.cpp | 34 int f1, f2, f3, f4; // expected-note 8 {{previous declaration is here}} member in class:A 37 A(int f1, int f2, int f3, int f4) // expected-note-re 4 {{variable 'f{{[0-4]}}' is declared here}} 43 f4 += 2; // expected-warning {{modifying constructor parameter 'f4' that shadows a field of 'A'}} 48 A(int f1, int f2, int f3, int f4, double overload_dummy) {}
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
TypeCasting.h | 180 float f4 = static_cast<float>(h); local 181 return _mm_set_ps(f4, f3, f2, f1);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberFormatRegistrationTest.java | 88 NumberFormat f4 = NumberFormat.getIntegerInstance(SRC_LOC); local 99 logln("f4 reg int: " + f4.format(n)); 105 if (!f4.format(n).equals(f1.format(n))) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberFormatRegistrationTest.java | 87 NumberFormat f4 = NumberFormat.getIntegerInstance(SRC_LOC); local 98 logln("f4 reg int: " + f4.format(n)); 104 if (!f4.format(n).equals(f1.format(n))) {
|
/external/libcxx/test/std/thread/futures/futures.async/ |
async.pass.cpp | 65 std::unique_ptr<int> f4(std::unique_ptr<int>&& p) function 141 test<Ret>(checkUPtr, DPID, f4, std::unique_ptr<int>(new int(3)));
|
/external/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 170 void f4() function 436 f4();
|
/prebuilts/go/darwin-x86/test/ |
nilcheck.go | 143 func f4(x *[10]int) { func
|
/prebuilts/go/linux-x86/test/ |
nilcheck.go | 143 func f4(x *[10]int) { func
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 168 void f4() function 434 f4();
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.async/ |
async.pass.cpp | 66 std::unique_ptr<int> f4(std::unique_ptr<int>&& p) function 141 test<Ret>(checkUPtr, DPID, f4, std::unique_ptr<int>(new int(3)));
|