代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/260165/4335344
hpp sign_traits.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/util/sign_traits.hpp
*
* Purpose: sign_traits classes.
*
* Created: 16th January 2
www.eeworm.com/read/162614/5530950
c num-sign.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do preprocess { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* Tests that traditional numbers are signed, unless otherwise
www.eeworm.com/read/161093/5561121
rii d_sign.rii
CMDLINE=cc -DEFAULT:abi=n32:isa=mips4:proc=r10k -D_SGI -O3 -mp -mips4 -64 -DAdd_ -c d_sign.c
PWD=/u1/xiaoye/SuperLU_MT_1.0/TESTING/MATGEN
----
----
www.eeworm.com/read/158865/5592778
c d_sign.c
#include "f2c.h"
#ifdef KR_headers
double d_sign(a,b) doublereal *a, *b;
#else
double d_sign(doublereal *a, doublereal *b)
#endif
{
double x;
x = (*a >= 0 ? *a : - *a);
return( *b >= 0 ? x : -x);
}
www.eeworm.com/read/158865/5592791
c i_sign.c
#include "f2c.h"
#ifdef KR_headers
integer i_sign(a,b) integer *a, *b;
#else
integer i_sign(integer *a, integer *b)
#endif
{
integer x;
x = (*a >= 0 ? *a : - *a);
return( *b >= 0 ? x : -x);
}
www.eeworm.com/read/158865/5592802
c r_sign.c
#include "f2c.h"
#ifdef KR_headers
double r_sign(a,b) real *a, *b;
#else
double r_sign(real *a, real *b)
#endif
{
double x;
x = (*a >= 0 ? *a : - *a);
return( *b >= 0 ? x : -x);
}
www.eeworm.com/read/158865/5592827
c h_sign.c
#include "f2c.h"
#ifdef KR_headers
shortint h_sign(a,b) shortint *a, *b;
#else
shortint h_sign(shortint *a, shortint *b)
#endif
{
shortint x;
x = (*a >= 0 ? *a : - *a);
return( *b >= 0 ? x : -x);
}
www.eeworm.com/read/155960/5617435
3 tpm_sign.3
.\" Copyright 2004 IBM (Jeff Kravitz)
.\"
.\" Written Jan 29 2004, Jeff Kravitz
.\"
.TH "TPM_Sign" 3 2004-04-15 "IBM" "TPM Library"
.SH NAME
TPM_Sign
.SH SYNOPSIS
.nf
.B #include
.sp
.BR
www.eeworm.com/read/474083/6832446
gif graham_sign.gif
www.eeworm.com/read/471457/6893758