Searched refs:_32bit (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/tools/internal_ci/windows/ |
D | grpc_build_artifacts.bat | 15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
|
D | grpc_distribtests_standalone.bat | 15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
|
D | grpc_distribtests.bat | 15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
|
D | grpc_build_packages.bat | 15 @rem Move python installation from _32bit to _32bits where they are expected by python artifact bui…
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3761 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()
|