Searched refs:tmph (Results 1 – 4 of 4) sorted by relevance
/external/arm-optimized-routines/math/single/ |
D | e_powf.c | 332 float tmph, tmpl; \ in powf() 333 tmph = (xh) * (yh); \ in powf() 336 (rh) = CLEARBOTTOMHALF(tmph + tmpl); \ in powf() 337 (rl) = tmpl + (tmph - (rh)); \ in powf() 347 float tmph, tmpl; \ in powf() 348 tmph = (xh) * (yh); \ in powf() 349 if (fabsf(tmph) > (bound)) { \ in powf() 350 (rh) = copysignf((bound),(tmph)); \ in powf() 354 (rh) = CLEARBOTTOMHALF(tmph + tmpl); \ in powf() 355 (rl) = tmpl + (tmph - (rh)); \ in powf()
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 146 tmpl, tmph, outle, outhe, outlo, outho; in jsimd_h2v2_fancy_upsample_altivec() local 266 tmph = vec_mladd(thiscolsum_1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 267 outhe = vec_add(tmph, p_lastcolsum_1h); in jsimd_h2v2_fancy_upsample_altivec() 271 outho = vec_add(tmph, p_nextcolsum_1h); in jsimd_h2v2_fancy_upsample_altivec() 296 tmph = vec_mladd(thiscolsum1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 297 outhe = vec_add(tmph, p_lastcolsum1h); in jsimd_h2v2_fancy_upsample_altivec() 301 outho = vec_add(tmph, p_nextcolsum1h); in jsimd_h2v2_fancy_upsample_altivec()
|
/external/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 346 uint32x4_t tmpl, tmph; in repeat8() local 353 tmph = vmull_u16(vget_high_u16(res), vdup_n_u16(max+1)); in repeat8() 356 res = vuzpq_u16(vreinterpretq_u16_u32(tmpl), vreinterpretq_u16_u32(tmph)).val[1]; in repeat8()
|
/external/skqp/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 346 uint32x4_t tmpl, tmph; in repeat8() local 353 tmph = vmull_u16(vget_high_u16(res), vdup_n_u16(max+1)); in repeat8() 356 res = vuzpq_u16(vreinterpretq_u16_u32(tmpl), vreinterpretq_u16_u32(tmph)).val[1]; in repeat8()
|