代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/177697/5321246
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/328214/3446257
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/326711/3469861
cpp fig26_15.cpp
// Fig. 26.15: Fig26_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/311722/3678134
m splitdble.m
function [s,e,m] = splitdble(d)
%SPLTDBLE Split double vector into sign, mantissa and exponent
%
% [s,e,m] = splitdble(d)
%
%such that d = s * m * 2^e for integers s,m,e
%fixes gradual un
www.eeworm.com/read/309003/3708811
m detect.m
function d = detect(xfit, level)
% detect.m
% thresholds XFIT to 0 or 1 using threshold LEVEL
% d = 0 if xfit < level; = 1 if xfit > level, = .5 if xfit = level
d = ( sign( xfit - level ) + 1).
www.eeworm.com/read/291465/3965446
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 o