代码搜索结果
找到约 92,609 项符合
div 的代码
div.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: div.c,v 1.3 90/03/05
div.inl
#ifndef CYGONCE_LIBC_STDLIB_DIV_INL
#define CYGONCE_LIBC_STDLIB_DIV_INL
/*===========================================================================
//
// div.inl
//
// Inline impleme
div.o.d
src/div.o.d: \
/opt/ecos/ecos-2.0.57/packages/language/c/libc/stdlib/current/src/div.cxx \
/home/Administrator/FFT/target/PLCcore-CF54/ecos/ecos_install/include/cyg/libc/stdlib/div.inl \
/home/A
div.c
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
#include
/*
* @implemented
*/
div_t
div(int num, int denom)
{
div_t r;
if (num > 0 && denom < 0) {
n
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.asm
div bl
div byte ptr x
div byte ptr cs:[esi]
div si
div word ptr x
div word ptr ss:10H[eax+esi*2]
div edi
div dword ptr x
div dword ptr ss:-7ffffH[eax+esi*2]
div.c
#include
#include
void print_time( int seconds )
{
auto div_t min_sec;
min_sec = div( seconds, 60 );
printf( "It took %d minutes and %d seconds\n",
div.gml
.func div
#include
div_t div( int numer, int denom );
typedef struct {
int quot; /* quotient */
int rem; /* remainder */
} div_t;
.funcend
.*
.desc begin
The &f
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: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can r