代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/307266/3726083

cpp poly2xy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field of characteristic 2 * * WARNING: This cl
www.eeworm.com/read/307266/3726433

cpp poly2xy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field of characteristic 2 * * WARNING: This cl
www.eeworm.com/read/305566/3772502

suop

/*********************** self documentation **********************/ string sdoc = " \n" " SUOP - do unary arithmetic operation on segys \n" " \n" " suop stdout op=abs \n"
www.eeworm.com/read/303435/3811159

main suhtmath.su.main

SUHTMATH - do unary arithmetic operation on segy traces with headers values suhtmath stdout Required parameters: none Optional parameter: key=tracl
www.eeworm.com/read/292144/3956656

erl hipe_rtl_arith_64.erl

%% -*- erlang-indent-level: 2 -*- %%---------------------------------------------------------------------- %% File : hipe_rtl_arith_64.erl %% Created : Feb 2004 %% Purpose : Implements arithmetic f
www.eeworm.com/read/290504/3973498

h jarithmeticdecoder.h

//======================================================================== // // JArithmeticDecoder.h // // Arithmetic decoder used by the JBIG2 and JPEG2000 decoders. // // Copyright 2002-2004 Glyph
www.eeworm.com/read/284098/4067873

java infix.java

// infix.java // converts infix arithmetic expressions to postfix // to run this program: C>java InfixApp import java.io.*; // for I/O //////////////////////////////////////////////////
www.eeworm.com/read/447738/1698454

d section4.d

#readelf: --sections #name: label arithmetic with multiple same-name sections #... [ ]*\[.*\][ ]+foo[ ]+GROUP.* #... [ ]*\[.*\][ ]+\.text[ ]+PROGBITS.* #... [ ]*\[.*\][ ]+\.data[ ]+PROGBITS.
www.eeworm.com/read/441706/1768922

java infix.java

// infix.java // converts infix arithmetic expressions to postfix // to run this program: C>java InfixApp import java.io.*; // for I/O //////////////////////////////////////////////////
www.eeworm.com/read/366702/2876681

f90 underflow.f90

! { dg-do compile } program a real x x = tiny(x) / huge(x) ! { dg-warning "Arithmetic underflow" "" } end program a