HomeSort by relevance Sort by last modified time
    Searched defs:f7 (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /external/v8/test/mjsunit/
global-undefined-strict.js 42 function f7() { return void 0 === void 0; } function
43 test(true, f7);
global-undefined.js 41 function f7() { return void 0 === void 0; } function
42 test(true, f7);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-tuple.h 507 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
508 f5_(f5), f6_(f6), f7_(f7) {}
558 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
560 f5_(f5), f6_(f6), f7_(f7), f8_(f8) {}
613 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, member in class:std::tr1::tuple
615 f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {}
710 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) {
711 return GTEST_8_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7);
716 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7,
718 return GTEST_9_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8)
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 507 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
508 f5_(f5), f6_(f6), f7_(f7) {}
558 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
560 f5_(f5), f6_(f6), f7_(f7), f8_(f8) {}
613 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, member in class:std::tr1::tuple
615 f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {}
710 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) {
711 return GTEST_8_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7);
716 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7,
718 return GTEST_9_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8)
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-sbc.c 477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; local
489 f7 = f0 + f2;
491 f9 = LONG_MULT_DCT(DCTII_4_K09_FIX, f7);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 83 Agg<float> f7 = {0.1L}; // OK (long double constant in range but rounded) local
p7-0x.cpp 85 Agg<float> f7 = {0.1L}; // OK (long double constant in range but rounded) local
  /external/clang/test/CodeGen/
arm-arguments.c 43 // APCS-GNU-LABEL: define void @f7()
44 // AAPCS-LABEL: define arm_aapcscc void @f7()
46 struct s7 f7(void) {} function
struct.c 73 void f7() { function
arm64-arguments.c 34 // CHECK: define void @f7()
36 struct s7 f7(void) {} 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
  /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/v8/test/mjsunit/es6/
destructuring.js 818 function f7({a = function() { return x }}) { var x; return a(); } function
819 assertEquals(1, f7({}));
923 function f7({a = () => eval("x")}, x) { return a() }
924 assertEquals(4, f7({a: () => 4}, 5));
1030 function f7({x}) { var g = () => x; var x = 2; return g(); }
1031 assertEquals(2, f7({x: 1}));
1110 function f7({a: x}) { x = 2; return arguments[0].a }
1111 assertEquals(5, f7({a: 5}));
  /external/clang/test/Analysis/
dead-stores.c 52 int f7(int *p) { function
pr22954.c 127 int f7() { function
    [all...]
  /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...]
  /art/compiler/jni/
jni_compiler_test.cc 1580 jfloat f7 = bit_cast<jfloat, jint>(17); local
1650 jfloat f7 = bit_cast<jfloat, jint>(17); local
1719 jfloat f7 = bit_cast<jfloat, jint>(17); local
    [all...]
  /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

Completed in 3165 milliseconds

1 2 34 5