代码搜索结果

找到约 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.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.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");

wno-div-by-zero.c

// { dg-options "-Wno-div-by-zero" } int breakme() { int x = 0; x /= 0; return x; }

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.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.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.s

;/****************************************Copyright (c)**************************************** ;** 文件名:DIV.S ;** 描述:替换ADS1.2的整数除法库。当用户程序使用了除法时,把这个文件与用户程序一齐编译即可 ;***********************************

div.c

/* * linux/kernel/math/div.c * * (C) 1991 Linus Torvalds */ /* * temporary real division routine. */ #include static void shift_left(int * c) { __asm__ __volatile__("movl

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 #