| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | fttrigon.c | 86 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; local in function:ft_trig_downscale 98 hi2 = FT_TRIG_SCALE >> 16; 101 i1 = lo1 * hi2; 103 hi = hi1 * hi2;
|
| H A D | ftcalc.c | 283 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; local in function:ft_multo64 287 lo2 = y & 0x0000FFFFU; hi2 = y >> 16; 290 i1 = lo1 * hi2; 292 hi = hi1 * hi2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 861 LLVMValueRef lo, hi, lo2, hi2; local in function:fs_twiddle_transpose 870 hi2 = LLVMBuildBitCast(builder, tmp[j*2 + 1], type64_t, ""); 871 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); 872 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1491 LLVMValueRef lo, hi, lo2, hi2; local in function:fs_twiddle_transpose 1500 hi2 = LLVMBuildBitCast(builder, tmp[j*2 + 1], type64_t, ""); 1501 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); 1502 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.cpp | 240 Value *x32_minus_shift, *pred, *hi1, *hi2; local in function:nv50_ir::NVC0LegalizeSSA::handleShift 257 bld.mkOp2(op, type, (hi2 = bld.getSSA()), src[0], 260 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2);
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| H A D | ttinterp.c | 1462 FT_Int32 m, s, hi1, hi2, hi; local in function:TT_DotFix14 1478 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l ); 1482 hi = hi1 + hi2 + ( lo < lo1 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.cpp | 240 Value *x32_minus_shift, *pred, *hi1, *hi2; local in function:nv50_ir::NVC0LegalizeSSA::handleShift 257 bld.mkOp2(op, type, (hi2 = bld.getSSA()), src[0], 260 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2);
|