HomeSort by relevance Sort by last modified time
    Searched defs:f7 (Results 101 - 125 of 143) sorted by null

1 2 3 45 6

  /external/clang/test/CodeGen/
struct.c 73 void f7() { function
ppc64le-aggregates.c 11 struct f7 { float f[7]; }; struct
39 struct f7 func_f7(struct f7 x) { return x; }
93 // CHECK: %[[TMP:[^ ]+]] = load [7 x float], [7 x float]* getelementptr inbounds (%struct.f7, %struct.f7* @global_f7, i32 0, i32 0), align 4
95 struct f7 global_f7;
x86_32-arguments-darwin.c 36 // CHECK-LABEL: define void @f7(i32 %a0)
38 void f7(e7 a0) {} function
x86_64-arguments.c 43 // CHECK-LABEL: define void @f7(i32 %a0)
45 void f7(e7 a0) { function
arm64-arguments.c 34 // CHECK: define void @f7()
36 struct s7 f7(void) {} function
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 158 struct S* const f7() { return 0; } function
159 // CHECK: "\01?f7@@YAQAUS@@XZ"
temporaries.cpp 155 void f7() { function
  /external/clang/test/SemaCXX/
return-noreturn.cpp 44 int f7(int x) { function in namespace:abort_struct_complex_cfgs
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2_asm.h 66 #define f7 $f7 macro
  /external/clang/test/Analysis/
dead-stores.c 52 int f7(int *p) { function
pr22954.c 127 int f7() { function
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 85 Agg<float> f7 = {0.1L}; // OK (long double constant in range but rounded) local
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 446 template<typename T> void f7() { function in namespace:PR21332
449 template void f7<int>();
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 40 #define f7 7 macro
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 345 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; local
363 "lwc1 %[f7], 4(%[aIm]) \n\t"
367 "mul.s %[f11], %[f6], %[f7] \n\t"
372 "mul.s %[f12], %[f7], %[f5] \n\t"
387 "nmsub.s %[f9], %[f9], %[f6], %[f7] \n\t"
389 "madd.s %[f4], %[f4], %[f7], %[f5] \n\t"
431 [f6] "=&f" (f6), [f7] "=&f" (f7), [f8] "=&f" (f8),
465 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; local
485 "lwc1 %[f7], 4(%[aIm]) \n\t
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6889.go 18 f7 = f6 * 7
19 f8 = f7 * 8
17 f7 = f6 * 7 const
  /prebuilts/go/darwin-x86/test/
live.go 120 // confusion about addressed results used to cause "live at entry to f7: x".
122 func f7() (x string) { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6889.go 18 f7 = f6 * 7
19 f8 = f7 * 8
17 f7 = f6 * 7 const
  /prebuilts/go/linux-x86/test/
live.go 120 // confusion about addressed results used to cause "live at entry to f7: x".
122 func f7() (x string) { func
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 274 constexpr float f7 = 0.f / 0.f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces a NaN}} member in namespace:UndefinedBehavior::Overflow
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ia64/
eficontext.h 106 UINT64 f7[2]; member in struct:__anon34311
  /art/compiler/jni/
jni_compiler_test.cc 2005 jfloat f7 = bit_cast<jfloat, jint>(17); local
2075 jfloat f7 = bit_cast<jfloat, jint>(17); local
2144 jfloat f7 = bit_cast<jfloat, jint>(17); local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 353 UINT64 f7[2]; member in struct:__anon8173
  /external/v8/src/mips/
simulator-mips.h 180 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
  /external/v8/src/mips64/
simulator-mips64.h 189 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister

Completed in 915 milliseconds

1 2 3 45 6