代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/379711/9181839
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/165020/10078773
c lptab.c
/* A Bison parser, made from lp.y with Bison version GNU Bison version 1.24
*/
#define YYBISON 1 /* Identify Bison output. */
#define VAR 258
#define CONS 259
#define SIGN 260
#define
www.eeworm.com/read/164732/10091501
bas module1.bas
Attribute VB_Name = "Module1"
Public PublicStr As String
Public sql As String
Public Tb As String '存储表名
Public Province As String '存储省份名称
Public Sign As Boolean '标识
Public
www.eeworm.com/read/163079/10176082
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/358270/10193292
m fft_a_p_mismatch.m
% FFT_A_P_MISMATCH Amplitude and phase mismatch of two signals from an FFT
%
% [A] = FFT_A_P_MISMATCH (samples1,samples2,fs,f0) calculates the amplitude
% and phase mismatch of the sign
www.eeworm.com/read/357925/10198417
h defs.h
#ifndef __DEFS_H__
#define __DEFS_H__
//error handling
#define SUCCESS 0
#define FAILURE -1
#define SOFTWARE_FAULT 1
#define DEVICE_FAILURE 2
#define UNRECOGNIZABLE_SIGN
www.eeworm.com/read/162414/10307697
asm ulawde.asm
; INT2MU.ASM
;
; Integer originally loaded into A Accumulator
; (Q13 number is assumed to be sign-extended to 16 bits)
;
; mucode = musign + muchord + mustep
;
; muchord = (19h - T|EXP)
www.eeworm.com/read/425699/10336353
m go_config.m
% GO_CONFIG GO_* scripts configuration
%
% See GO_TREE(), GO_SIGN(), GO_STAT(), GO_CLASSIFY().
% AUTORIGHTS
% Copyright (C) 2006 Regents of the University of California
% All rights reserved
%
%
www.eeworm.com/read/352754/10516564
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/350482/10741274
h mpi-types.h
/* Type definitions generated by 'types.pl' */
typedef char mp_sign;
typedef unsigned short mp_digit; /* 2 byte type */
typedef unsigned int mp_word; /* 4 byte type */
typed