/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/libx32/ |
libmediandk.so | |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
script_test_8.sh | 42 check script_test_8.stdout "\\.interp[ ]*PROGBITS[ ]*0*20001000"
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
nw.sc | 32 INTERP=".interp ${RELOCATING-0} : { *(.interp) }" 59 ${CREATE_SHLIB-${INTERP}}
|
elfd10v.sc | 12 INTERP=".interp ${RELOCATING-0} : { *(.interp) }"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
pv32-1.d | 19 Contents of section \.interp:
|
tls-ldgdex-14.d | 44 Contents of section .interp:
|
tls-ldgdex-15.d | 44 Contents of section \.interp:
|
tls-legdx-16.d | 44 Contents of section .interp:
|
tls-legdx-17.d | 46 Contents of section .interp:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tlsexe.r | 13 +\[[ 0-9]+\] \.interp +.* 38 +INTERP +0x0+190 0x0+10000190 0x0+10000190 0x0+11 0x0+11 R +0x1 48 +01 +\.interp * 49 +02 +\.interp \.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.text *
|
tlsexe32.r | 13 +\[[ 0-9]+\] \.interp +.* 37 +INTERP +0x0000f4 0x018000f4 0x018000f4 0x00011 0x00011 R +0x1 47 +01 +\.interp 48 +02 +\.interp \.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.text
|
tlsexetoc.r | 13 +\[[ 0-9]+\] \.interp +.* 38 +INTERP +0x0+190 0x0+10000190 0x0+10000190 0x0+11 0x0+11 R +0x1 48 +01 +\.interp * 49 +02 +\.interp \.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.text *
|
/frameworks/av/services/audioflinger/ |
AudioResamplerCubic.cpp | 82 out[outputIndex++] += vl * interp(&left, x); 83 out[outputIndex++] += vr * interp(&right, x); 150 sample = interp(&left, x);
|
AudioResampler.cpp | 68 static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) { 375 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction); 376 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction); 399 out[outputIndex++] += vl * Interp(in[inputIndex*2-2], 401 out[outputIndex++] += vr * Interp(in[inputIndex*2-1], 470 int32_t sample = Interp(mX0L, in[0], phaseFraction); 495 int32_t sample = Interp(in[inputIndex-1], in[inputIndex], 621 " mla r5, r0, r10, r5\n" /* vl*interp + out[] */\ 624 " mla r4, r0, r11, r4\n" /* vr*interp + out[] */\ 740 " mla r5, r12, r10, r5\n" /* vl*interp + out[] */ [all...] |
AudioResamplerFirProcessNeon.h | 92 int16x4_t interp; local 94 interp = vdup_n_s16(lerpP); 95 //interp = (int16x4_t)vset_lane_s32 ((int32x2_t)lerpP, interp, 0); 121 posCoef1 = vqrdmulhq_lane_s16(posCoef1, interp, 0); 122 negCoef = vqrdmulhq_lane_s16(negCoef, interp, 0); 200 int32x2_t interp; local 202 interp = vdup_n_s32(lerpP); 256 posCoef1.val[0] = vqrdmulhq_lane_s32(posCoef1.val[0], interp, 0); 257 posCoef1.val[1] = vqrdmulhq_lane_s32(posCoef1.val[1], interp, 0) 375 float32x2_t interp; local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
AnimationProps.java | 210 Interpolator interp = mPropInterpolators.get(propertyType); local 211 if (interp != null) { 212 return interp;
|
/external/dng_sdk/source/ |
dng_gain_map.cpp | 282 dng_gain_map_interpolator interp (*this, 288 return interp.Interpolate (); 572 dng_gain_map_interpolator interp (*fGainMap, 581 real32 gain = interp.Interpolate (); 587 interp.Increment ();
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 114 static void interp( const struct clip_stage *clip, function 382 interp( clipper, new_vert, t, vert, vert_prev ); 403 interp( clipper, new_vert, t, vert_prev, vert ); 499 interp( clipper, stage->tmp[0], t0, v0, v1 ); 508 interp( clipper, stage->tmp[1], t1, v1, v0 ); 622 int interp; local 628 interp = indexed_interp[vs->info.output_semantic_index[i]]; 634 interp = TGSI_INTERPOLATE_PERSPECTIVE; 639 interp = fs->info.input_interpolate[j]; 649 if (interp == TGSI_INTERPOLATE_CONSTANT) [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 321 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); 324 if (decl->Interp.Centroid) { 328 if (decl->Interp.CylindricalWrap) { 330 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_X) { 333 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Y) { 336 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Z) { 339 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_W) {
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_vs_draw.c | 89 unsigned name, unsigned index, unsigned interp, 102 decl.Interp.Interpolate = interp; 109 unsigned name, unsigned index, unsigned interp) 120 emit_output(ctx, name, index, interp, 128 unsigned name, unsigned index, unsigned interp) 139 emit_output(ctx, name, index, interp,
|
/external/llvm/test/CodeGen/AMDGPU/ |
si-sgpr-spill.ll | 98 %93 = call float @llvm.SI.fs.interp(i32 0, i32 0, i32 %4, <2 x i32> %6) 99 %94 = call float @llvm.SI.fs.interp(i32 1, i32 0, i32 %4, <2 x i32> %6) 100 %95 = call float @llvm.SI.fs.interp(i32 0, i32 1, i32 %4, <2 x i32> %6) 101 %96 = call float @llvm.SI.fs.interp(i32 1, i32 1, i32 %4, <2 x i32> %6) 102 %97 = call float @llvm.SI.fs.interp(i32 2, i32 1, i32 %4, <2 x i32> %6) 103 %98 = call float @llvm.SI.fs.interp(i32 0, i32 2, i32 %4, <2 x i32> %6) 104 %99 = call float @llvm.SI.fs.interp(i32 1, i32 2, i32 %4, <2 x i32> %6) 105 %100 = call float @llvm.SI.fs.interp(i32 2, i32 2, i32 %4, <2 x i32> %6) 106 %101 = call float @llvm.SI.fs.interp(i32 0, i32 3, i32 %4, <2 x i32> %6) 107 %102 = call float @llvm.SI.fs.interp(i32 1, i32 3, i32 %4, <2 x i32> %6 [all...] |
/external/elfutils/tests/ |
run-elfputzdata.sh | 24 Cannot compress 1 .interp 62 Cannot compress 1 .interp 178 Cannot compress 1 .interp 217 Cannot compress 1 .interp 259 Cannot compress 1 .interp 300 Cannot compress 1 .interp
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_program.c | 152 prog->fp.interp |= info->in[i].mask << 24; 174 if (!(prog->fp.interp & (8 << 24))) { 176 prog->fp.interp |= 8 << 24; 189 nintp -= bitcount4(prog->fp.interp >> 24); /* subtract position inputs */ 192 prog->fp.interp |= nvary << NV50_3D_FP_INTERPOLANT_CTRL_COUNT_NONFLAT__SHIFT; 193 prog->fp.interp |= nintp << NV50_3D_FP_INTERPOLANT_CTRL_COUNT__SHIFT;
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex.c | 162 vtx->interp = _tnl_generic_interp_extras; 164 vtx->interp = _tnl_generic_interp; 167 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 199 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 276 vtx->interp = choose_interp_func; 284 vtx->interp = choose_interp_func;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
EdgeEffect.java | 352 final float interp = mInterpolator.getInterpolation(t); local 354 mEdgeAlpha = mEdgeAlphaStart + (mEdgeAlphaFinish - mEdgeAlphaStart) * interp; 355 mEdgeScaleY = mEdgeScaleYStart + (mEdgeScaleYFinish - mEdgeScaleYStart) * interp; 356 mGlowAlpha = mGlowAlphaStart + (mGlowAlphaFinish - mGlowAlphaStart) * interp; 357 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp; 401 interp * factor;
|