Lines Matching defs:pos
2626 LLVMValueRef pos, neg, dw[2], val;
2653 pos = LLVMBuildFCmp(ctx->builder, LLVMRealOGT, src, ctx->f64_0, "");
2657 ctx->builder, pos, LLVMConstInt(ctx->i32, 0x3FF00000, 0),
4413 struct ac_export_args pos = {0};
4415 pos.out[0] = pos.out[1] = pos.out[2] = pos.out[3] = LLVMConstReal(ctx->f32, NAN);
4416 pos.target = V_008DFC_SQ_EXP_POS;
4417 pos.enabled_channels = 0xf;
4418 pos.done = true;
4423 ac_build_export(ctx, &pos);