/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | vmx_signal.c | 36 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable 45 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal); 55 if (memcmp(mc->v_regs->vrregs[i], &varray[i - 20], 16)) { in signal_vmx_sig() 68 varray[j - 20][0], varray[j - 20][1], varray[j - 20][2], varray[j - 20][3]); in signal_vmx_sig() 90 varray[i][j] = rand(); in signal_vmx_c() 92 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c()
|
D | vsx_preempt.c | 40 __thread vector int varray[24] = { variable 50 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running); 56 FAIL_IF(a != varray); in vsx_memcmp() 83 varray[i][j] = rand(); in preempt_vsx_c() 85 if (varray[i][j] == 0) in preempt_vsx_c() 88 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c()
|
D | vmx_preempt.c | 36 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable 44 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running); 52 varray[i][j] = rand(); in preempt_vmx_c() 55 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
|
D | vmx_syscall.c | 22 vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable 27 extern int test_vmx(vector int *varray, pid_t *pid); 37 ret = test_vmx(varray, &fork_pid); in vmx_syscall()
|
D | vsx_asm.S | 27 # int preempt_vmx(vector int *varray, int *threads_starting, 30 # that the VMX have been loaded with varray. Will proceed to check the 34 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
|
D | vmx_asm.S | 94 std r3,STACK_FRAME_PARAM(0)(sp) # Address of varray 116 # int preempt_vmx(vector int *varray, int *threads_starting, int *running) 118 # the VMX have been loaded with varray. Will proceed to check the validity of 122 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/ |
D | svml-calls.ll | 32 define void @sin_f64(double* nocapture %varray) { 45 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 55 define void @sin_f32(float* nocapture %varray) { 68 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 78 define void @sin_f64_intrinsic(double* nocapture %varray) { 91 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 101 define void @sin_f32_intrinsic(float* nocapture %varray) { 114 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 124 define void @cos_f64(double* nocapture %varray) { 137 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv [all …]
|
D | svml-calls-finite.ll | 15 define void @exp_f32(float* nocapture %varray) { 24 %arrayidx = getelementptr inbounds float, float* %varray, i64 %indvars.iv 44 define void @exp_f64(double* nocapture %varray) { 53 %arrayidx = getelementptr inbounds double, double* %varray, i64 %indvars.iv 75 define void @log_f32(float* nocapture %varray) { 84 %arrayidx = getelementptr inbounds float, float* %varray, i64 %indvars.iv 104 define void @log_f64(double* nocapture %varray) { 113 %arrayidx = getelementptr inbounds double, double* %varray, i64 %indvars.iv 133 define void @pow_f32(float* nocapture %varray, float* nocapture readonly %exp) { 144 %arrayidx2 = getelementptr inbounds float, float* %varray, i64 %indvars.iv [all …]
|
/external/mesa3d/doxygen/ |
D | core_subset.doxy | 101 varray.h
|
/external/mesa3d/src/mesa/ |
D | Makefile.sources | 260 main/varray.c \ 261 main/varray.h \
|
D | meson.build | 301 'main/varray.c', 302 'main/varray.h',
|
/external/python/cpython2/Doc/library/ |
D | gl.rst | 63 .. function:: varray(argument)
|
/external/python/cpython2/Modules/ |
D | cstubs | 83 varray -- an array of v.. calls. 93 % varray
|