搜索结果: 系统搜索到约有92609项符合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 #

    http://www.codebf.com/read/378966/2678273

  • 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 #

    http://www.codebf.com/read/377363/2701027

  • 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");

    http://www.codebf.com/read/370496/2784537

  • wno-div-by-zero.c

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

    http://www.codebf.com/read/366702/2865633

  • 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");

    http://www.codebf.com/read/358714/2983342

  • 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");

    http://www.codebf.com/read/357566/3013406

  • 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");

    http://www.codebf.com/read/355697/3048896

  • div.s

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

    http://www.codebf.com/read/355666/3051356

  • 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

    http://www.codebf.com/read/354345/3078251

  • 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 #

    http://www.codebf.com/read/353640/3083957