/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-5.ll | 12 br label %bump 14 bump: ; preds = %here 21 merge: ; preds = %there, %bump 23 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ] 24 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ] 25 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
|
/external/ltp/pan/ |
D | Makefile | 40 MAKE_TARGETS := ltp-bump ltp-pan 48 ltp-bump: ltp-bump.o zoolib.o
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/ |
D | slsr-add.ll | 42 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = mul i32 %s, 3 43 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = add i32 [[t1]], [[bump]] 47 ; CHECK: add i32 [[t2]], [[bump]] 72 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = shl i32 %s, 1 73 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = sub i32 [[t1]], [[bump]] 78 ; CHECK: [[t3:%[a-zA-Z0-9]+]] = sub i32 [[t2]], [[bump]]
|
D | slsr-mul.ll | 93 ; The bump is a multiple of the stride. 100 ; bump = s * 2; 101 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump. 102 ; mul2 = mul1 + bump;
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 40 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float* %arr, i64 [[bump:%[0-9]+]] 49 ; CHECK: [[b2:%[0-9]+]] = getelementptr float, float* [[b1]], i64 [[bump]] 57 ; CHECK: [[b3:%[0-9]+]] = getelementptr float, float* [[b2]], i64 [[bump]] 65 ; CHECK: [[b4:%[0-9]+]] = getelementptr float, float* [[b3]], i64 [[bump]]
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/ |
D | ChameleonMan.txt | 5 This demo shows a matrix skinned character in combination with bump mapping. 8 The ChameleonMan demo shows a Matrix Skinned Character in combination with bump mapping. 18 - bump mapped lighting
|
/external/glide/ |
D | update_files.sh | 23 if ! git remote | grep bump > /dev/null; 25 git remote add bump https://github.com/bumptech/glide.git 30 git fetch bump ${GLIDE_BRANCH} || exit 1
|
/external/iptables/ |
D | COMMIT_NOTES | 15 Adding fields to a struct always entails a vcurrent bump. 17 - Check, whether a bump (vcurrent,vage) has already been made since the
|
/external/curl/docs/libcurl/ |
D | ABI | 16 the release notes, and if they mention an ABI break/soname bump, you may have 31 changed to adhere to new things, we will bump the soname. Then the library 40 We are determined to bump the SONAME as rarely as possible. Ideally, we
|
/external/libmtp/ |
D | ChangeLog | 3 * configure.ac: bump version to libmtp 1.0.1 and release! 4 * src/Makefile.am: bump soversion to libmtp.so.8.3.1 52 * src/Makefile.am: bump to compatible API/ABI 322 * configure.ac: bump to 0.3.6 and release. 323 * src/Makefile.am: interface bump to libmtp.so.8.2.1 470 * configure.ac: bump to 0.3.3. 482 * Note to self: remember to bump soname to .so.8.1.0. 503 * configure.ac: bump to 0.3.2. 504 * src/Makefile.am: bump to libmtp.so.8.0.2, compatible 563 * src/Makefile.am: bump interface a patchlevel. (Fully [all …]
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 57 ; relaxed cmpxchg: bump up to "release monotonic" 106 ; atomic load monotonic: bump up to load acquire 121 ; atomic load unordered: bump up to load acquire
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | README | 64 and the major version number is still 0. Any minor bump should be viewed as 68 will be bumped to 1, and normal incompatibility rules (major bump)
|
/external/conscrypt/ |
D | RELEASING.md | 62 The first step in the release process is to create a release branch, bump 78 $ git checkout -b bump-version master 90 $ git merge --ff-only bump-version 106 5. In the release branch, bump to the next patch snapshot version
|
/external/autotest/client/site_tests/power_Backlight/ |
D | control | 25 each successive bump uses more energy than the previous level.
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/ |
D | DisplacementMap.txt | 9 Displacement mapping is an alternative to bump mapping, normal mapping, and parallax mapping, that …
|
/external/bison/m4/ |
D | libunistring-base.m4 | 17 dnl You have to bump the VERSION argument to the next projected version 45 dnl You have to bump the VERSION argument to the next projected version
|
/external/ltp/ |
D | .gitignore | 40 /pan/ltp-bump
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/ |
D | reassociate-geps-and-slsr-addrspace.ll | 7 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float addrspace(1)* %arr, i64 [[bump:%[0-9]+]] 8 ; CHECK: [[b2:%[0-9]+]] = getelementptr float, float addrspace(1)* [[b1]], i64 [[bump]]
|
/external/libnl/ |
D | configure.ac | 27 # In this case, bump revision only, don't touch current nor age. 33 # the old version at runtime: set revision to 0, bump current and age.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 478 final int bump = count * maxLabelCount / size; in initLabels() local 479 if (bump == old) { in initLabels() 482 old = bump; in initLabels()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 497 final int bump = count * maxLabelCount / size; in initLabels() local 498 if (bump == old) { in initLabels() 501 old = bump; in initLabels()
|
/external/fec/ |
D | sse2bfly27.s | 121 addl $8,%edx # bump decision pointer
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_voice_gain_gnu.s | 154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE | 73 to curl and libcurl. If we accept any such changes, we bump the minor number
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 1096 ir_rvalue *bump; in load_texunit_bumpmap() local 1126 bump = get_source(p, key->unit[unit].OptRGB[0].Source, unit); in load_texunit_bumpmap() 1127 bump_x = mul(swizzle_x(bump), rot_mat_0); in load_texunit_bumpmap() 1128 bump_y = mul(swizzle_y(bump->clone(p->mem_ctx, NULL)), rot_mat_1); in load_texunit_bumpmap()
|