Searched defs:shifted (Results 1 - 25 of 25) 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);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java572 * Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable. See the UCA definition
580 * @param shifted
585 public void setAlternateHandlingShifted(boolean shifted) { argument
587 if(shifted == isAlternateHandlingShifted()) { return; }
589 ownedSettings.setAlternateHandlingShifted(shifted);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java589 * Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable. See the UCA definition
597 * @param shifted
603 public void setAlternateHandlingShifted(boolean shifted) { argument
605 if(shifted == isAlternateHandlingShifted()) { return; }
607 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/libvpx/libvpx/
H A Dvpxdec.c532 const vpx_image_t *shifted,
534 return img->d_w != shifted->d_w ||
535 img->d_h != shifted->d_h ||
536 required_fmt != shifted->fmt;
531 img_shifted_realloc_required(const vpx_image_t *img, const vpx_image_t *shifted, vpx_img_fmt_t required_fmt) argument
/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc1689 uint64_t shifted = src_lane << shift; local
1691 dst.SetUint(vform, i, (dst_lane & ~mask) | shifted);
1741 uint64_t shifted; local
1744 shifted = 0;
1747 shifted = src_lane >> shift;
1750 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/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 332 milliseconds