代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/307266/3726380
c mrecgf2m.c
/*
* MIRACL routines for arithmetic over GF(2^m), and
* implementation of Elliptic Curve Cryptography over GF(2^m)
* mrecgf2m.c
*
* Curve equation is Y^2 + XY = X^3 + A.X^2 + B
*
www.eeworm.com/read/305303/3774442
am makefile.am
## Process this with automake to create Makefile.in
include $(top_srcdir)/Make-rules
java_sources=\
AddOp.java \
AppendValues.java \
Apply.java \
ApplyToArgs.java \
Arithmetic.java \
Arr
www.eeworm.com/read/298657/3861262
c simdldtoa.c
/* Extended precision arithmetic functions for long double I/O.
* This program has been placed in the public domain.
*/
#ifdef __SPE__
#include
#include
#include
www.eeworm.com/read/279968/4130430
c simdldtoa.c
/* Extended precision arithmetic functions for long double I/O.
* This program has been placed in the public domain.
*/
#ifdef __SPE__
#include
#include
#include
www.eeworm.com/read/447738/1694602
d defined2.d
#ld: -Tdefined2.t
#nm: -B
#source: phdrs.s
# Check that arithmetic on DEFINED works.
# Matching both A and T accounts for formats that can't tell a .text
# symbol from an absolute symbol (mmo), but m
www.eeworm.com/read/419049/2081098
java arithmeticinstruction.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
/**
* Super class for the family of arithmetic instructions.
*
* @version $Id: ArithmeticInstruction.java,v 1.6 2001/07/03 08:20:1
www.eeworm.com/read/395229/2448593
h cpumask_arith.h
#ifndef __ASM_GENERIC_CPUMASK_ARITH_H
#define __ASM_GENERIC_CPUMASK_ARITH_H
/*
* Arithmetic type -based cpu bitmaps. A single unsigned long is used
* to contain the whole cpu bitmap.
*/
#define c
www.eeworm.com/read/367917/2829072
java arithmeticassembler.java
package org.ofbiz.rules.logikus;
import org.ofbiz.rules.parse.*;
import org.ofbiz.rules.engine.*;
/**
* Title: Arithmetic Assembler
* Description: None
* Copyri
www.eeworm.com/read/366702/2871632
c 900520_04.c
// { dg-do run }
// g++ 1.37.1 bug 900520_04
// g++ does not yet support the initialization of scalar type objects
// (including built-in arithmetic types, enum types, and pointer types)
// via cons
www.eeworm.com/read/351636/3102655
h vnl_sse.h
#ifndef vnl_sse_h_
#define vnl_sse_h_
//! \file
// \author Kieran O'Mahony
// \date Sep 2007
// \brief Support for Streaming SIMD Extensions to speed up vector arithmetic
#include