代码搜索结果
找到约 92,609 项符合
div 的代码
div.java
/* Div.java
{{IS_NOTE
Purpose:
Description:
History:
Tue Dec 13 11:42:25 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This
div.java
/* Div.java
{{IS_NOTE
Purpose:
Description:
History:
Fri Dec 30 17:49:49 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This
div.c
//=================================================================
//
// div.c
//
// Testcase for C library div()
//
//=================================================================
div.inl
#ifndef CYGONCE_LIBC_STDLIB_DIV_INL
#define CYGONCE_LIBC_STDLIB_DIV_INL
/*===========================================================================
//
// div.inl
//
// Inline implementatio
div.cxx
//===========================================================================
//
// div.cxx
//
// ISO C implementation for div()/ldiv() utility functions
//
//===============================
div.m
function d = div(a,b)
% DIV Integer division
% d = div(a,b)
d = floor(a / b);
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-ilocks.d
#objdump: -dr --prefix-addresses -mmips:4000
#name: MIPS div
#source: div.s
# Test the div macro.
.*: +file format .*mips.*
Disassembly of section .text:
0+0000 ]*> div zero,a0,a1
0+0004 ]*
div.d
#objdump: -dr --prefix-addresses -mmips:4000
#as: -mcpu=r4000
#name: MIPS div
# Test the div macro.
.*: +file format .*mips.*
Disassembly of section .text:
0+0000 ]*> div zero,a0,a1
0+0004
div.s
# Source file used to test the div macro.
foo:
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,-0