代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/411933/2179166
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/395929/2427864
c copysign.c
#include
#ifdef __IEEE_BIG_ENDIAN
typedef union
{
double value;
struct
{
unsigned int sign : 1;
unsigned int exponent: 11;
unsigned int fraction0:4;
unsigned int
www.eeworm.com/read/385462/2591396
h page.h
#ifndef __X86_PAGE_H__
#define __X86_PAGE_H__
/*
* It is important that the masks are signed quantities. This ensures that
* the compiler sign-extends a 32-bit mask to 64 bits if that is required.
www.eeworm.com/read/369339/2800932
1 login.1
.th LOGIN I 3/15/72
.sh NAME
login \*- sign onto UNIX
.sh SYNOPSIS
.bd login
[ username ]
.sh DESCRIPTION
The
.it login
command
is used when a user initially
signs onto UNIX, or it may be used at an
www.eeworm.com/read/366702/2864710
c altivec-10.c
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec -mabi=altivec -fno-inline" } */
#include
#include
www.eeworm.com/read/358023/3007178
java jtextareaoutputstream.java
package it.trento.comune.j4sign.examples;
/**
* Inserire qui la descrizione del tipo.
* Data di creazione: (18/01/01 14.02.58)
* @author:
*/
class JTextAreaOutputStream extends java.io.OutputStre
www.eeworm.com/read/351636/3100465
cmake wrap_itkstreamingimagefilter.cmake
WRAP_CLASS("itk::StreamingImageFilter" POINTER)
WRAP_IMAGE_FILTER_USIGN_INT(2)
WRAP_IMAGE_FILTER_SIGN_INT(2)
WRAP_IMAGE_FILTER_REAL(2)
END_WRAP_CLASS()
www.eeworm.com/read/351636/3100466
cmake wrap_itkreflectimagefilter.cmake
WRAP_CLASS("itk::ReflectImageFilter" POINTER)
WRAP_IMAGE_FILTER_USIGN_INT(2)
WRAP_IMAGE_FILTER_SIGN_INT(2)
WRAP_IMAGE_FILTER_REAL(2)
END_WRAP_CLASS()