/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetSelector.java | 45 private void generateSelectorData(PropsVectors pvec, 51 pvec.setValue(PropsVectors.ERROR_VALUE_CP, 67 pvec.setValue(startChar, endChar, column, ~0, mask); 72 // Simply set their values to all 1's in the pvec 79 pvec.setValue(startChar, endChar, col, ~0, ~0); 84 trie = pvec.compactToTrieWithRowIndexes(); 85 pv = pvec.getCompactedArray(); 180 PropsVectors pvec = new PropsVectors((encodingCount + 31) / 32); local 181 generateSelectorData(pvec, excludedCodePoints, mappingTypes);
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
intersect.inl | 89 // genType pvec = cross(dir, edge2); 91 // float det = dot(edge1, pvec); 97 // position.y = dot(tvec, pvec); 126 genType pvec = cross(dir, edge2); 128 float det = dot(edge1, pvec); 136 position.y = dot(tvec, pvec) * inv_det;
|
/development/ndk/sources/android/ndk_helper/ |
vecmath.h | 72 Vec2( const float* pVec ) 74 x_ = (*pVec++); 75 y_ = (*pVec++); 278 Vec3( const float* pVec ) 280 x_ = (*pVec++); 281 y_ = (*pVec++); 282 z_ = *pVec; 529 Vec4( const float* pVec ) 531 x_ = (*pVec++); 532 y_ = (*pVec++) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineCacheTests.cpp | [all...] |
vktPipelineTimestampTests.cpp | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Intersector.java | 387 Vector3 pvec = v2.set(ray.direction).crs(edge2); local 388 float det = edge1.dot(pvec); 401 float u = tvec.dot(pvec) * det; [all...] |
/external/llvm/test/Bitcode/ |
compatibility-3.6.ll | 814 <2 x i8*> %pvec, <2 x i64> %offsets) { [all...] |
compatibility-3.7.ll | [all...] |
compatibility.ll | [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
arm_neon.h | 2477 _NEON2SSE_ALIGN_16 int32_t pvec[4] = {0,0,0,0}; local 2489 _NEON2SSE_ALIGN_16 int8_t pvec[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; local 2676 _NEON2SSE_ALIGN_16 uint64_t pvec[2] = {0,0}; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
arm_neon.h | 2477 _NEON2SSE_ALIGN_16 int32_t pvec[4] = {0,0,0,0}; local 2489 _NEON2SSE_ALIGN_16 int8_t pvec[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; local 2676 _NEON2SSE_ALIGN_16 uint64_t pvec[2] = {0,0}; local [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
arm_neon.h | 2477 _NEON2SSE_ALIGN_16 int32_t pvec[4] = {0,0,0,0}; local 2489 _NEON2SSE_ALIGN_16 int8_t pvec[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; local 2676 _NEON2SSE_ALIGN_16 uint64_t pvec[2] = {0,0}; local [all...] |