Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 25 of 44) sorted by relevance

12

/external/valgrind/memcheck/tests/ppc64/
Dpower_ISA2_05.stdout.exp_Without_FPPO20 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 …]
Dpower_ISA2_05.c29 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/
Dpower_ISA2_05.stdout.exp_Without_FPPO19 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 …]
Dpower_ISA2_05.c28 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/
Dvp9_boolcoder_test.cc37 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()
Dvp8_boolcoder_test.cc64 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/
Dt_vb_rendertmp.h198 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/
Daad_aam.c6 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/
DAnimationTrack.java116 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/
Dxtype_bit.txt78 # Masked parity
80 # CHECK: r17 = parity(r21:20, r31:30)
82 # CHECK: r17 = parity(r21, r31)
/external/srtp/test/
Dlfsr.c11 parity(uint32_t x) { in parity() function
40 if (parity(mask.value & lfsr.value)) in compute_period()
/external/kernel-headers/original/uapi/linux/
Dsynclink.h167 unsigned char parity; /* none, even, or odd */ member
214 __u32 frame, parity, overrun, brk; member
Dserial.h99 int frame, overrun, parity, brk; member
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c178 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/
Dioctl.h54 unsigned short parity; member
/external/iproute2/include/linux/hdlc/
Dioctl.h52 unsigned short parity; member
/external/mesa3d/src/gallium/docs/
Dllvm-todo.txt17 Goal: extension parity with softpipe:
/external/kernel-headers/original/uapi/linux/dvb/
Dca.h72 unsigned int parity; /* 0 == even, 1 == odd */ member
/external/v8/src/arm64/
Dcodegen-arm64.cc391 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/
Dxtype_bit.ll214 ; 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/
Dcodegen-x87.cc586 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/
Dcodegen-x64.cc660 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/
DBigMatrixImpl.java82 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/
Dt_dd_dmatmp2.h324 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/
DX86InstrCMovSetCC.td106 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

12