代码搜索结果
找到约 92,609 项符合
div 的代码
div.s
# sh testcase for divs and divu
# mach: all
# as(sh): -defsym sim_cpu=0
# as(shdsp): -defsym sim_cpu=1 -dsp
.include "testutils.inc"
start
divs_1: ! divide by one
set_grs_a5a5
mov #1, r0
div
div.ms
# fr30 testcase for division
# mach(): fr30
.include "testutils.inc"
START
.text
.global div
div:
; simple division 12 / 3
mvi_h_gr 0x00000003,r2
mvi_h_dr 0xdeadbeef,mdh
mvi_h_dr 0
div.cgs
# m32r testcase for div $dr,$sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global div
div:
mvi_h_gr r4, 0x18000
mvi_h_gr r5, 8
div r4, r5
test_h_gr r4, 0x3000
pass
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
/* 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.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.js
Class('App.linb_UI_Div', 'linb.Com',{
Instance:{
base:["linb.UI"],
required:["linb.UI.Div"],
iniComponents:function(){
// [[code created by jsLinb UI Builder