/external/valgrind/memcheck/tests/ppc64/ |
D | power_ISA2_05.stdout.exp_Without_FPPO | 20 prtyd (0) => parity=0 21 prtyw (0) => parity=0 22 prtyd (1) => parity=1 23 prtyw (1) => parity=1 24 prtyd (2) => parity=0 25 prtyw (2) => parity=0 26 prtyd (3) => parity=1 27 prtyw (3) => parity=1 28 prtyd (4) => parity=0 29 prtyw (4) => parity=0 [all …]
|
D | power_ISA2_05.c | 29 int i, parity; in test_parity_instrs() local 34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); in test_parity_instrs() 35 printf("prtyd (%x) => parity=%x\n", i, parity); in test_parity_instrs() 36 __asm__ volatile ("prtyw %0, %1":"=r" (parity):"r"(word)); in test_parity_instrs() 37 printf("prtyw (%x) => parity=%x\n", i, parity); in test_parity_instrs()
|
/external/valgrind/memcheck/tests/ppc32/ |
D | power_ISA2_05.stdout.exp_Without_FPPO | 19 prtyw (0) => parity=0 20 prtyw (1) => parity=1 21 prtyw (2) => parity=0 22 prtyw (3) => parity=1 23 prtyw (4) => parity=0 24 prtyw (5) => parity=1 25 prtyw (6) => parity=0 26 prtyw (7) => parity=1 27 prtyw (8) => parity=0 28 prtyw (9) => parity=1 [all …]
|
D | power_ISA2_05.c | 28 int i, parity; in test_parity_instrs() local 34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); in test_parity_instrs() 35 printf("prtyd (%x) => parity=%x\n", i, parity); in test_parity_instrs() 37 __asm__ volatile ("prtyw %0, %1":"=r" (parity):"r"(word)); in test_parity_instrs() 38 printf("prtyw (%x) => parity=%x\n", i, parity); in test_parity_instrs()
|
/external/libvpx/libvpx/test/ |
D | vp9_boolcoder_test.cc | 37 const int parity = i & 1; in TEST() local 42 (method == 4) ? (parity ? 0 : 255) : in TEST() 44 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) : in TEST() 46 (parity ? rnd(64) : 255 - rnd(64)) : in TEST() 47 (parity ? rnd(32) : 255 - rnd(32)); in TEST()
|
D | vp8_boolcoder_test.cc | 64 const int parity = i & 1; in TEST() local 69 (method == 4) ? (parity ? 0 : 255) : in TEST() 71 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) : in TEST() 73 (parity ? rnd(64) : 255 - rnd(64)) : in TEST() 74 (parity ? rnd(32) : 255 - rnd(32)); in TEST()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_rendertmp.h | 198 GLuint parity = 0; in TAG() local 203 for (j=start+2;j<count;j++,parity^=1) { in TAG() 207 ej2 = ELT(j-2+parity); in TAG() 208 ej1 = ELT(j-1-parity); in TAG() 212 ej2 = ELT(j-1+parity); in TAG() 213 ej1 = ELT(j-parity); in TAG() 231 for (j=start+2; j<count ; j++, parity^=1) { in TAG() 233 RENDER_TRI( ELT(j-2+parity), ELT(j-1-parity), ELT(j) ); in TAG() 235 RENDER_TRI( ELT(j-1+parity), ELT(j-parity), ELT(j-2) ); in TAG()
|
/external/valgrind/none/tests/x86/ |
D | aad_aam.c | 6 int parity(int v) { in parity() function 53 if (pf != parity(out&0xff)) { in main() 100 if (pf != parity(out&0xff)) { in main()
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
D | AnimationTrack.java | 116 float parity = (float)Math.ceil(time / channel.getAnimMaxTime()); in setTime() local 117 if(parity >0 && parity%2 ==0){ in setTime()
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_bit.txt | 78 # Masked parity 80 # CHECK: r17 = parity(r21:20, r31:30) 82 # CHECK: r17 = parity(r21, r31)
|
/external/srtp/test/ |
D | lfsr.c | 11 parity(uint32_t x) { in parity() function 40 if (parity(mask.value & lfsr.value)) in compute_period()
|
/external/kernel-headers/original/uapi/linux/ |
D | synclink.h | 167 unsigned char parity; /* none, even, or odd */ member 214 __u32 frame, parity, overrun, brk; member
|
D | serial.h | 99 int frame, overrun, parity, brk; member
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 178 UINT16 parity; member 948 UINT16 parity = 0; in USERIAL_Open() local 1031 parity = 0; in USERIAL_Open() 1033 parity = PARENB; in USERIAL_Open() 1035 parity = (PARENB | PARODD); in USERIAL_Open() 1077 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity; in USERIAL_Open() 1078 if (!parity) in USERIAL_Open()
|
/external/kernel-headers/original/uapi/linux/hdlc/ |
D | ioctl.h | 54 unsigned short parity; member
|
/external/iproute2/include/linux/hdlc/ |
D | ioctl.h | 52 unsigned short parity; member
|
/external/mesa3d/src/gallium/docs/ |
D | llvm-todo.txt | 17 Goal: extension parity with softpipe:
|
/external/kernel-headers/original/uapi/linux/dvb/ |
D | ca.h | 72 unsigned int parity; /* 0 == even, 1 == odd */ member
|
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 391 MarkingParity* parity) { in GetCodeAgeAndParity() argument 394 *parity = NO_MARKING_PARITY; in GetCodeAgeAndParity() 398 GetCodeAgeAndParity(stub, age, parity); in GetCodeAgeAndParity() 406 MarkingParity parity) { in PatchPlatformCodeAge() argument 412 Code * stub = GetCodeAgeStub(isolate, age, parity); in PatchPlatformCodeAge()
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | xtype_bit.ll | 214 ; Masked parity 220 ; CHECK: r0 = parity(r1:0, r3:2) 222 declare i32 @llvm.hexagon.S4.parity(i32, i32) 224 %z = call i32 @llvm.hexagon.S4.parity(i32 %a, i32 %b) 227 ; CHECK: r0 = parity(r0, r1)
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 586 MarkingParity* parity) { in GetCodeAgeAndParity() argument 589 *parity = NO_MARKING_PARITY; in GetCodeAgeAndParity() 595 GetCodeAgeAndParity(stub, age, parity); in GetCodeAgeAndParity() 603 MarkingParity parity) { in PatchPlatformCodeAge() argument 609 Code* stub = GetCodeAgeStub(isolate, age, parity); in PatchPlatformCodeAge()
|
/external/v8/src/x64/ |
D | codegen-x64.cc | 660 MarkingParity* parity) { in GetCodeAgeAndParity() argument 663 *parity = NO_MARKING_PARITY; in GetCodeAgeAndParity() 669 GetCodeAgeAndParity(stub, age, parity); in GetCodeAgeAndParity() 677 MarkingParity parity) { in PatchPlatformCodeAge() argument 683 Code* stub = GetCodeAgeStub(isolate, age, parity); in PatchPlatformCodeAge()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BigMatrixImpl.java | 82 protected int parity = 1; field in BigMatrixImpl 949 BigDecimal det = (parity == 1) ? ONE : ONE.negate(); in getDeterminant() 1232 parity = 1; in luDecompose() 1284 parity = -parity; in luDecompose()
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_dmatmp2.h | 324 int parity = 0; in TAG() local 341 for ( i = j ; i+2 < j+nr ; i++, parity^=1 ) { in TAG() 342 EMIT_ELT( dest, 0, (i+0+parity) ); in TAG() 343 EMIT_ELT( dest, 1, (i+1-parity) ); in TAG()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 106 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set 107 defm SETNP : SETCC<0x9B, "setnp", X86_COND_NP>; // is parity bit not set
|