/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
H A D | btTransformUtil.java | 64 public static void calculateVelocityQuaternion(Vector3 pos0, Vector3 pos1, Quaternion orn0, Quaternion orn1, float timeStep, Vector3 linVel, Vector3 angVel) { argument 65 LinearMathJNI.btTransformUtil_calculateVelocityQuaternion(pos0, pos1, orn0, orn1, timeStep, linVel, angVel);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_line.c | 72 float *pos0 = v0->data[pos]; local 77 const float dx = fabsf(pos0[0] - pos2[0]); 78 const float dy = fabsf(pos0[1] - pos2[1]); 94 pos0[1] = pos0[1] - half_width - bias; 99 if (pos0[0] < pos2[0]) { 101 pos0[0] -= 0.5f; 108 pos0[0] += 0.5f; 117 pos0[0] = pos0[ [all...] |
H A D | draw_pipe_stipple.c | 126 const float *pos0 = v0->data[pos]; local 131 float x0 = pos0[0]; 133 float y0 = pos0[1];
|
H A D | draw_pipe_wide_point.c | 137 float *pos0 = v0->data[pos]; local 156 pos0[0] += left_adj; 157 pos0[1] += top_adj;
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
H A D | btTransformUtil.h | 82 static void calculateVelocityQuaternion(const btVector3& pos0,const btVector3& pos1,const btQuaternion& orn0,const btQuaternion& orn1,btScalar timeStep,btVector3& linVel,btVector3& angVel) argument 84 linVel = (pos1 - pos0) / timeStep;
|
/external/skia/src/views/ |
H A D | SkTouchGesture.cpp | 184 static SkScalar center(float pos0, float pos1) { argument 185 return (pos0 + pos1) * 0.5f;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | DateIntervalFormat.java | 776 String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} 786 if (pos0.getEndIndex() > 0) { 787 posResult.setBeginIndex(pos0.getBeginIndex() + index0); 788 posResult.setEndIndex(pos0.getEndIndex() + index0); 799 } else if (pos0.getEndIndex() > 0) { 802 posResult.setBeginIndex(pos0.getBeginIndex() + index0); 803 posResult.setEndIndex(pos0.getEndIndex() + index0); 775 adjustPosition(String combiningPattern, String pat0, FieldPosition pos0, String pat1, FieldPosition pos1, FieldPosition posResult) argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateIntervalFormat.java | 784 String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} 794 if (pos0.getEndIndex() > 0) { 795 posResult.setBeginIndex(pos0.getBeginIndex() + index0); 796 posResult.setEndIndex(pos0.getEndIndex() + index0); 807 } else if (pos0.getEndIndex() > 0) { 810 posResult.setBeginIndex(pos0.getBeginIndex() + index0); 811 posResult.setEndIndex(pos0.getEndIndex() + index0); 783 adjustPosition(String combiningPattern, String pat0, FieldPosition pos0, String pat1, FieldPosition pos1, FieldPosition posResult) argument
|
/external/ltrace/ |
H A D | dict.c | 220 size_t pos0 = -1; local 230 if (pos0 == (size_t)-1 && bitp(dict, pos)->erased) 231 pos0 = pos; 236 if (pos0 != (size_t)-1) 248 if (!*foundp && pos0 != (size_t)-1) 249 pos = pos0;
|
/external/icu/icu4c/source/i18n/ |
H A D | dtitvfmt.cpp | 1319 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0} 1329 if (pos0.getEndIndex() > 0) { 1330 posResult.setBeginIndex(pos0.getBeginIndex() + index0); 1331 posResult.setEndIndex(pos0.getEndIndex() + index0); 1342 } else if (pos0.getEndIndex() > 0) { 1345 posResult.setBeginIndex(pos0.getBeginIndex() + index0); 1346 posResult.setEndIndex(pos0.getEndIndex() + index0); 1318 adjustPosition(UnicodeString& combiningPattern, UnicodeString& pat0, FieldPosition& pos0, UnicodeString& pat1, FieldPosition& pos1, FieldPosition& posResult) argument
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
H A D | postproc_msa.c | 820 v16u8 pos0, ref0, pos1, ref1; local 823 pos0 = LD_UB(pos0_ptr); 829 temp00 = (pos0 < black_clamp); 830 pos0 = __msa_bmnz_v(pos0, black_clamp, temp00); 833 XORI_B2_128_UB(pos0, pos1); 835 temp00 = (v16u8)(temp00_s < pos0); 836 pos0 = (v16u8)__msa_bmnz_v((v16u8)pos0, (v16u8)temp00_s, temp00); 840 XORI_B2_128_UB(pos0, pos [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 370 int pos0 = find_output_by_semantic(&shader->info.base, local 374 if (pos0 != -1 && outputs[pos0][2]) { 375 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z"); 609 int pos0 = find_output_by_semantic(&shader->info.base, local 613 if (pos0 != -1 && outputs[pos0][2]) { 614 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
|
/external/opencv3/modules/core/src/ |
H A D | ocl.cpp | 3542 const char* pos0 = _buf.c_str(); local 3543 const char* pos1 = strchr(pos0, '\n'); 3552 size_t prefixlen = (pos3 - pos0)+1; 3553 String prefix(pos0, prefixlen);
|
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-core.jar | META-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ... |