代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/207792/15262060
h code.h
/* CODE.H - DECLARATIONS USED FOR ARITHMETIC ENCODING AND DECODING */
/* PRECISION OF CODING VALUES. Coding values are fixed-point binary
fractions in the range [0,1), represented as integer
www.eeworm.com/read/207792/15262070
makefile
#
# File: makefile
#
# Authors: John Carpinelli (johnfc@ecr.mu.oz.au)
# Wayne Salamonsen (wbs@mundil.cs.mu.oz.au)
#
# Purpose: This is the makefile for the revised arithmetic coding
#
www.eeworm.com/read/482889/1285376
hpp arith2.hpp
/* Boost interval/arith2.hpp template implementation file
*
* This header provides some auxiliary arithmetic
* functions: fmod, sqrt, square, pov, inverse and
* a multi-interval division.
*
www.eeworm.com/read/480017/1323424
java operatornode.java
package org.hibernate.hql.ast.tree;
import org.hibernate.type.Type;
import antlr.SemanticException;
/**
* Contract for nodes representing operators (logic or arithmetic).
*
* @author
www.eeworm.com/read/470720/1452197
c complete-port.c
/* This small program uses all the arithmetic operators that may
generate calls to library routines which must be implemented in
port-specific assembly language. */
/* { dg-do link } */
#inclu
www.eeworm.com/read/470720/1452396
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/470693/1464143
c complete-port.c
/* This small program uses all the arithmetic operators that may
generate calls to library routines which must be implemented in
port-specific assembly language. */
/* { dg-do link } */
#inclu
www.eeworm.com/read/470693/1464342
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/240162/4590096
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/233448/4684595
c pointer-arith-3.c
/* Test diagnostics for arithmetic on void and function pointers.
Test with -pedantic. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic" }