Searched refs:dh1 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcfi-vcall.cpp99 // MS: define internal void @"\01?dh1@@YAXPEAUD@?A@@@Z"
100 void dh1(D *d) { function
127 dh1(&d);
/external/dng_sdk/source/
H A Ddng_mosaic_info.cpp798 int32 dh1 = 0;
801 while (!map [v1] [DeltaCol (patCol, dh1)])
803 dh1--;
811 kernel.Add (dng_point (dv1, dh1),
812 LinearWeight1 (dh1, dh2) * w1);
815 LinearWeight2 (dh1, dh2) * w1);
817 dh1 = 0;
820 while (!map [v2] [DeltaCol (patCol, dh1)])
822 dh1--;
830 kernel.Add (dng_point (dv2, dh1),
[all...]
/external/valgrind/none/tests/s390x/
H A Dopcodes.h26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \
28 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
65 #define SIY_URD(op1,i2,b1,dl1,dh1,op2) \
67 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
109 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a)
119 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e)
124 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,
[all...]
/external/v8/test/mjsunit/
H A Dtrack-fields.js390 var dh1 = double_to_object(true);
392 assertTrue(%HaveSameMap(dh1, dh2));
393 assertEquals(true, dh1.d_to_h);
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c2506 UChar i2, UChar b1, UShort dl1, UChar dh1)
2512 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1)));
2519 s390_disasm(ENC3(MNM, SDXB, UINT), mnm, dh1, dl1, 0, b1, i2); variable
2524 UChar i2, UChar b1, UShort dl1, UChar dh1)
2530 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1)));
2537 s390_disasm(ENC3(MNM, SDXB, INT), mnm, dh1, dl1, 0, b1, (Int)(Char)i2); variable
15341 unsigned int dh1 : 8; member in struct:__anon19044::__anon19058
15859 ovl.fmt.SIY.dh1); goto ok;
15862 ovl.fmt.SIY.dh1); goto ok;
15865 ovl.fmt.SIY.dh1); got
[all...]
H A Dhost_s390_defs.c1469 emit_SIY(UChar *p, ULong op, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1476 the_insn |= ((ULong)dh1) << 8;
1616 s390_emit_AGSI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1621 s390_disasm(ENC3(MNM, SDXB, INT), "agsi", dh1, dl1, 0, b1, (Int)(Char)i2); local
1623 return emit_SIY(p, 0xeb000000007aULL, i2, b1, dl1, dh1);
1628 s390_emit_ASI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) argument
1633 s390_disasm(ENC3(MNM, SDXB, INT), "asi", dh1, dl1, 0, b1, (Int)(Char)i2); local
1635 return emit_SIY(p, 0xeb000000006aULL, i2, b1, dl1, dh1);

Completed in 284 milliseconds