Home
last modified time | relevance | path

Searched refs:fp2 (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp6.cpp5 void (*fp2)(int) = [](int x) { }; in test_conversion() local
16 void (*fp2)(int) = [&](int x) { }; // expected-error{{no viable conversion}} in test_no_conversion() local
/external/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp15 typedef int (*fp2)(float); typedef
19 operator fp2() { return f2; } in operator fp2()
/external/qemu/target-mips/
Dtranslate.c7394 TCGv_i32 fp2 = tcg_temp_new_i32(); in gen_flt3_arith() local
7398 gen_load_fpr32(fp2, fr); in gen_flt3_arith()
7399 gen_helper_float_muladd_s(fp2, fp0, fp1, fp2); in gen_flt3_arith()
7402 gen_store_fpr32(fp2, fd); in gen_flt3_arith()
7403 tcg_temp_free_i32(fp2); in gen_flt3_arith()
7413 TCGv_i64 fp2 = tcg_temp_new_i64(); in gen_flt3_arith() local
7417 gen_load_fpr64(ctx, fp2, fr); in gen_flt3_arith()
7418 gen_helper_float_muladd_d(fp2, fp0, fp1, fp2); in gen_flt3_arith()
7421 gen_store_fpr64(ctx, fp2, fd); in gen_flt3_arith()
7422 tcg_temp_free_i64(fp2); in gen_flt3_arith()
[all …]
/external/clang/test/CodeGen/
Dexprs.c57 void f0(void (*fp)(void), void (*fp2)(void)) { in f0()
58 int x = fp - fp2; in f0()
Datomic-ops.c136 int* fp2(_Atomic(int*) *p) { in fp2() function
/external/icu4c/test/intltest/
Dpptest.cpp226 FieldPosition fp2(2); in Test4109023() local
227 if (fp != fp2) in Test4109023()
Dnumrgts.cpp296 FieldPosition fp2(0); in Test4088161() local
298 sBuf2 = df->format(d, sBuf2, fp2); in Test4088161()
/external/clang/test/CXX/over/over.over/
Dp4.cpp9 float (*fp2)(float) = &f0; in test_f0() local
/external/clang/test/Misc/
Dmessage-length.c16 int (*fp2)(int, float, short, float) = f; in g() local
/external/clang/test/SemaCXX/
Dattr-unavailable.cpp16 void (*fp2)(...) = bar; // expected-error{{'bar' is unavailable}} in test_foo() local
Dconst-cast.cpp60 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test() local
Doverload-call.cpp137 float* fp2 = multiparm(sv, iv, iv); in test_multiparm() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx03-extra-copy.cpp76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
/external/clang/test/SemaTemplate/
Dinstantiate-function-params.cpp52 FuncPtr<R, A2, &unary_func<R, A2> > fp2; in use_func_ptr() local
Dmember-template-access-expr.cpp63 …float *fp2 = x1.f1<int>(3.14); // expected-warning {{implicit conversion from 'double' to 'int' ch… in test_X1() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp68 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17), in test_pair_deduction() local
/external/chromium/net/server/
Dhttp_server.cc81 uint32 fp2 = WebSocketKeyFingerprint(key2); in AcceptWebSocket() local
85 memcpy(data + 4, &fp2, 4); in AcceptWebSocket()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp647 void PlatformPath::addArcTo(const FloatPoint& fp1, const FloatPoint& fp2, float radius) in addArcTo() argument
653 p2 = fp2; in addArcTo()
/external/webkit/Source/WebCore/platform/network/mac/
DWebCoreURLResponse.mm232 CFSTR("fp2"),
/external/llvm/lib/Target/X86/
DX86RegisterInfo.td156 def FP2 : Register<"fp2">;
/external/bison/
DOChangeLog303 * src/conflicts.c (print_reductions): Increment both fp1 and fp2
467 * src/conflicts.c (print_reduction): Near end, increment fp2 when