Searched defs:shifted (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c154 LLVMValueRef shifted, casted, scaled, masked; local
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
271 LLVMValueRef shifted, casted, scaled, unswizzled; local
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted,
H A Dlp_bld_swizzle.c403 LLVMValueRef shifted; local
411 shifted = LLVMBuildShl(builder, masked,
414 shifted = LLVMBuildLShr(builder, masked,
417 shifted = masked;
420 res = LLVMBuildOr(builder, res, shifted, "");
H A Dlp_bld_conv.c113 LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""), float_vec_type, ""); local
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
591 LLVMValueRef shifted; local
594 shifted = LLVMBuildAShr(builder, tmp[i], shift, "");
596 shifted = LLVMBuildLShr(builder, tmp[i], shift, "");
598 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, "");
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp104 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
107 sum = _mm_add_epi16(sum, shifted);
214 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
217 sum = _mm_add_epi16(sum, shifted);
732 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
735 sum = _mm_add_epi16(sum, shifted);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java603 * Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable. See the UCA definition
611 * @param shifted
617 public void setAlternateHandlingShifted(boolean shifted) { argument
619 if(shifted == isAlternateHandlingShifted()) { return; }
621 ownedSettings.setAlternateHandlingShifted(shifted);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c331 struct bezier *shifted,
384 bezier_init(shifted, l[0], l[1],
436 bezier_init2v(shifted,
440 return good_offset(orig, shifted, offset, threshold);
330 shift(const struct bezier *orig, struct bezier *shifted, float offset, float threshold) argument
/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc1685 uint64_t shifted = src_lane << shift; local
1687 dst.SetUint(vform, i, (dst_lane & ~mask) | shifted);
1737 uint64_t shifted; local
1740 shifted = 0;
1743 shifted = src_lane >> shift;
1746 dst.SetUint(vform, i, (dst_lane & ~mask) | shifted);
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c148 const static char shifted[][20] = { variable
211 size = sizeof(shifted)/sizeof(shifted[0]);
214 u_uastrcpy(t1, shifted[i]);
215 u_uastrcpy(t2, shifted[j]);
223 size = sizeof(shifted)/sizeof(shifted[0]);
225 u_uastrcpy(t1, shifted[i-1]);
226 u_uastrcpy(t2, shifted[i]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 747 milliseconds