/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | vmx_signal.c | 32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable 41 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal); 51 if (memcmp(mc->v_regs->vrregs[i], &varray[i - 20], 16)) { in signal_vmx_sig() 64 varray[j - 20][0], varray[j - 20][1], varray[j - 20][2], varray[j - 20][3]); in signal_vmx_sig() 86 varray[i][j] = rand(); in signal_vmx_c() 88 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c()
|
D | vsx_preempt.c | 36 __thread vector int varray[24] = { variable 46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running); 52 FAIL_IF(a != varray); in vsx_memcmp() 79 varray[i][j] = rand(); in preempt_vsx_c() 81 if (varray[i][j] == 0) in preempt_vsx_c() 84 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c()
|
D | vmx_preempt.c | 32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable 40 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running); 48 varray[i][j] = rand(); in preempt_vmx_c() 51 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
|
D | vmx_syscall.c | 18 vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable 23 extern int test_vmx(vector int *varray, pid_t *pid); 33 ret = test_vmx(varray, &fork_pid); in vmx_syscall()
|
D | vsx_asm.S | 23 # int preempt_vmx(vector int *varray, int *threads_starting, 26 # that the VMX have been loaded with varray. Will proceed to check the 30 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
|
D | vmx_asm.S | 90 std r3,STACK_FRAME_PARAM(0)(sp) # Address of varray 112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running) 114 # the VMX have been loaded with varray. Will proceed to check the validity of 118 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | massv-calls.ll | 91 define void @cbrt_f64(double* nocapture %varray) { 104 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 114 define void @cbrt_f32(float* nocapture %varray) { 127 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 137 define void @pow_f64(double* nocapture %varray, double* nocapture readonly %exp) { 152 %arrayidx2 = getelementptr inbounds double, double* %varray, i64 %iv 162 define void @pow_f64_intrinsic(double* nocapture %varray, double* nocapture readonly %exp) { 177 %arrayidx2 = getelementptr inbounds double, double* %varray, i64 %iv 187 define void @pow_f32(float* nocapture %varray, float* nocapture readonly %exp) { 202 %arrayidx2 = getelementptr inbounds float, float* %varray, i64 %iv [all …]
|
D | massv-altivec.ll | 14 define void @cbrt_f64(double* nocapture %varray) { 27 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 37 define void @cbrt_f32(float* nocapture %varray) { 50 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 60 define void @atanh_f64(double* nocapture %varray) { 73 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 83 define void @atanh_f32(float* nocapture %varray) { 96 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv
|
D | massv-unsupported.ll | 13 define void @ceil_f64(double* nocapture %varray) { 26 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 37 define void @fabs_f32(float* nocapture %varray) { 50 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 62 define void @sqrt_f64_intrinsic(double* nocapture %varray) { 75 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 85 define void @sqrt_f32_intrinsic(float* nocapture %varray) { 98 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv
|
D | massv-nobuiltin.ll | 10 define void @atanh_f64(double* nocapture %varray) { 23 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 33 define void @atanh_f32(float* nocapture %varray) { 46 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | svml-calls.ll | 49 define void @sin_f64(double* nocapture %varray) { 62 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 72 define void @sin_f32(float* nocapture %varray) { 85 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 95 define void @sin_f64_intrinsic(double* nocapture %varray) { 108 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 118 define void @sin_f32_intrinsic(float* nocapture %varray) { 131 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 141 define void @cos_f64(double* nocapture %varray) { 154 %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 …]
|
D | libm-vector-calls.ll | 6 define void @sin_f64(double* nocapture %varray) { 19 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 34 define void @sin_f32(float* nocapture %varray) { 47 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 61 define void @sin_f64_intrinsic(double* nocapture %varray) { 74 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 88 define void @sin_f32_intrinsic(float* nocapture %varray) { 101 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 115 define void @cos_f64(double* nocapture %varray) { 128 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv [all …]
|
D | libm-vector-calls-VF2-VF8.ll | 6 define void @sin_f64(double* nocapture %varray) { 19 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 34 define void @sin_f32(float* nocapture %varray) { 47 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 61 define void @sin_f64_intrinsic(double* nocapture %varray) { 74 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv 88 define void @sin_f32_intrinsic(float* nocapture %varray) { 101 %arrayidx = getelementptr inbounds float, float* %varray, i64 %iv 115 define void @cos_f64(double* nocapture %varray) { 128 %arrayidx = getelementptr inbounds double, double* %varray, i64 %iv [all …]
|
D | libm-vector-calls-finite.ll | 5 define void @exp_f32(float* nocapture %varray) { 18 %arrayidx = getelementptr inbounds float, float* %varray, i64 %indvars.iv 32 define void @exp_f64(double* nocapture %varray) { 45 %arrayidx = getelementptr inbounds double, double* %varray, i64 %indvars.iv 59 define void @log_f32(float* nocapture %varray) { 72 %arrayidx = getelementptr inbounds float, float* %varray, i64 %indvars.iv 86 define void @log_f64(double* nocapture %varray) { 99 %arrayidx = getelementptr inbounds double, double* %varray, i64 %indvars.iv 113 define void @pow_f32(float* nocapture %varray, float* nocapture readonly %exp) { 128 %arrayidx2 = getelementptr inbounds float, float* %varray, i64 %indvars.iv [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-template-member.cpp | 125 T varray[N]; variable 129 varray<int, 1>[0] = 1; in f3()
|
/external/mesa3d/doxygen/ |
D | core_subset.doxy | 101 varray.h
|
/external/mesa3d/docs/relnotes/ |
D | 11.0.7.rst | 77 - mesa: Make bind_vertex_buffer avilable outside varray.c
|
D | 11.1.1.rst | 56 - mesa/varray: set double arrays to non-normalised.
|
D | 11.0.8.rst | 64 - mesa/varray: set double arrays to non-normalised.
|
/external/python/cpython2/Doc/library/ |
D | gl.rst | 63 .. function:: varray(argument)
|
/external/mesa3d/src/mesa/ |
D | Makefile.sources | 273 main/varray.c \ 274 main/varray.h \
|
D | meson.build | 304 'main/varray.c', 305 'main/varray.h',
|
/external/python/cpython2/Modules/ |
D | cstubs | 83 varray -- an array of v.. calls. 93 % varray
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test14-pr18893.so.abi | 6073 …<abi-instr address-size='64' path='libnurbs/internals/varray.cc' comp-dir-path='/tmp/legendre/spac… 6080 …' size-in-bits='96192' visibility='default' filepath='libnurbs/internals/varray.h' line='43' colum… 6082 …<var-decl name='varray' type-id='type-id-16' visibility='default' filepath='libnurbs/internals/var… 6085 … type-id='type-id-369' visibility='default' filepath='libnurbs/internals/varray.h' line='49' colum… 6088 … type-id='type-id-371' visibility='default' filepath='libnurbs/internals/varray.h' line='50' colum… 6091 …' type-id='type-id-15' visibility='default' filepath='libnurbs/internals/varray.h' line='51' colum… 6094 …' type-id='type-id-15' visibility='default' filepath='libnurbs/internals/varray.h' line='54' colum… 6097 …<function-decl name='Varray' filepath='libnurbs/internals/varray.h' line='45' column='1' visibilit… 6103 …<function-decl name='~Varray' filepath='libnurbs/internals/varray.h' line='46' column='1' visibili…
|