代码搜索结果
找到约 92,609 项符合
div 的代码
div.c
/* div.c - div file for stdlib */
/* Copyright 1992-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,25sep01,gls fixed div_r to check for negative numerator (SPR #
div.jsp
除法
div.c
/*
FUNCTION
---divide two integers
INDEX
div
ANSI_SYNOPSIS
#include
div_t div(int , int );
TRAD_SYNOPSIS
#include
div_t div(, )
int ,
div.d
#objdump: -dr
#name: div
# Test the div macro.
.*: +file format .*mips.*
No symbols in .*
Disassembly of section .text:
0+0000 div \$zero,\$a0,\$a1
0+0004 div \$zero,\$a0,\$a1
0+0008 bnez \$a1,0+00
div.s
# Source file used to test the div macro.
div $0,$4,$5
div $4,$5
div $4,$5,$6
div $4,1
div $4,$5,1
div $4,-1
div $4,$5,-1
div $4,2
div $4,$5,2
div $4,0x8000
div $4,$5,0x8000
div $4,-0x80
div.pl
#!/usr/local/bin/perl
# x86 assember
sub bn_div_words
{
local($name)=@_;
&function_begin($name,"");
&mov("edx",&wparam(0)); #
&mov("eax",&wparam(1)); #
&mov("ebx",&wparam(2)); #
&div("ebx");
div.c
/* div.c - div file for stdlib */
/* Copyright 1992-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,25sep01,gls fixed div_r to check for negative numerator (SPR #
div.s
# 1 "div.m"
# 1 "/usr/include/hard_reg.h"
; Standard Hardware Register Definitions for Use with Assembler
; version 7.00
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
div.asm
;
;-------------------------------------------------------+-----;
; | GMD ;
; PROC DIV VERSION 1.0 +-----;
;
div.s
;
;-------------------------------------------------------+-----;
; | GMD ;
; PROC DIV VERSION 1.0 +-----;
;