代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/143434/5757863
c hexc_table.c
/* Copyright (C) 2002 Jean-Marc Valin
File: hexc_table.c
Codebook for high-band excitation in SB-CELP mode (8000 bps with sign)
Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/123438/6059227
h math_emu.h
#ifndef _LINUX_MATH_EMU_H
#define _LINUX_MATH_EMU_H
struct fpu_reg {
char sign;
char tag;
long exp;
unsigned sigl;
unsigned sigh;
};
/* This structure matches the layout of the dat
www.eeworm.com/read/122492/6065742
java ieee754constants.java
package numbercruncher.mathutils;
/**
* Constants related to the IEEE 754 standard.
*/
public interface IEEE754Constants {
static final int FLOAT_SIGN_INDEX = 0;
static final int FLOAT_S
www.eeworm.com/read/322905/6301372
h math_emu.h
#ifndef _LINUX_MATH_EMU_H
#define _LINUX_MATH_EMU_H
struct fpu_reg {
char sign;
char tag;
long exp;
unsigned sigl;
unsigned sigh;
};
/* This structure matches the layout of the dat
www.eeworm.com/read/479166/6700251
cpp fig15_15.cpp
// Fig. 15.15: Fig15_15.cpp
// Printing an integer with internal spacing and plus sign.
#include
using std::cout;
using std::endl;
using std::internal;
using std::showpos;
#includ
www.eeworm.com/read/264291/11322853
cpp pursuit.cpp
#include "h/pursuit.h"
Define_Module_Like(Pursuit,Mobility);
bool Pursuit::rebound(int x, int y)
{
bool update = false;
if( (x = maxX) )
{
dX *= (-1); // change the sign
u