Home
last modified time | relevance | path

Searched refs:_32bit (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/tools/internal_ci/windows/
Dgrpc_build_artifacts.bat15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
Dgrpc_distribtests_standalone.bat15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
Dgrpc_distribtests.bat15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
Dgrpc_build_packages.bat15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3761 bool _32bit = ac_get_type_size(LLVMTypeOf(lhs)) == 4; in ac_build_alu_op() local
3779 ctx, _64bit ? "llvm.minnum.f64" : _32bit ? "llvm.minnum.f32" : "llvm.minnum.f16", in ac_build_alu_op()
3780 _64bit ? ctx->f64 : _32bit ? ctx->f32 : ctx->f16, (LLVMValueRef[]){lhs, rhs}, 2, in ac_build_alu_op()
3790 ctx, _64bit ? "llvm.maxnum.f64" : _32bit ? "llvm.maxnum.f32" : "llvm.maxnum.f16", in ac_build_alu_op()
3791 _64bit ? ctx->f64 : _32bit ? ctx->f32 : ctx->f16, (LLVMValueRef[]){lhs, rhs}, 2, in ac_build_alu_op()