代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/250243/4432895
c ieee754sp.c
/* IEEE754 floating point arithmetic
* single precision
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ############################
www.eeworm.com/read/250243/4432900
c sp_mul.c
/* IEEE754 floating point arithmetic
* single precision
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ############################
www.eeworm.com/read/250243/4432905
c sp_frexp.c
/* IEEE754 floating point arithmetic
* single precision
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ############################
www.eeworm.com/read/240162/4589931
c arith-1.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 25 May 2002. */
/* The file tests all aspects of preprocessor arithmet
www.eeworm.com/read/233448/4684438
c pointer-arith-4.c
/* Test diagnostics for arithmetic on void and function pointers.
Test with -pedantic-errors. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-peda
www.eeworm.com/read/233448/4685260
c pointer-arith-2.c
/* Test diagnostics for arithmetic on void and function pointers.
Test with -Wpointer-arith. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-Wpoin
www.eeworm.com/read/233448/4685805
c arith-1.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 25 May 2002. */
/* The file tests all aspects of preprocessor arithmet
www.eeworm.com/read/233448/4686324
c pr13519-1.c
/* typeof applied to const+nonconst should be nonconst, as should
typeof applied to other arithmetic expressions. Bug 13519. */
/* Origin: Debian bug report 208981
from Kalle Olavi Niemitalo
www.eeworm.com/read/223561/4810356
java simplecalculator.java
// Exercise 24.13 SimpleCalculator.java
// Application that takes two numbers and performs arithmetic
// operations with the input values.
import java.awt.*;
import java.awt.event.*;
import java
www.eeworm.com/read/223561/4810470
java simplecalculator.java
// Exercise 5.13 SimpleCalculator.java
// Application that takes two numbers and performs arithmetic
// operations with the input values.
import java.awt.*;
import java.awt.event.*;
import javax