代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1462160
c 20030316-1.c
/* PR target/9164 */
/* The comparison operand was sign extended erraneously. */
int
main (void)
{
long j = 0x40000000;
if ((unsigned int) (0x40000000 + j) < 0L)
abort ();
return 0;
}
www.eeworm.com/read/455027/1625712
java charop.java
package tool;
public abstract class CharOP {
public static byte sign=1;
public static boolean equal(char[] a,char[] b){
if(a.length!=b.length){
return false;
}
for(int i=0;i
www.eeworm.com/read/242732/4536882
h ieee.h
#ifndef __CRT_INTERNAL_IEEE_H
#define __CRT_INTERNAL_IEEE_H
typedef struct {
unsigned int mantissa:23;
unsigned int exponent:8;
unsigned int sign:1;
} float_t;
typedef struct {
www.eeworm.com/read/242732/4537173
c atoi64.c
#include
#include
/*
* @implemented
*/
__int64
_atoi64 (const char *nptr)
{
int c;
__int64 value;
int sign;
while (isspace((int)*nptr))
++npt
www.eeworm.com/read/242036/4556547
java charop.java
package tool;
public abstract class CharOP {
public static byte sign=1;
public static boolean equal(char[] a,char[] b){
if(a.length!=b.length){
return false;
}
for(int i=0;i
www.eeworm.com/read/240162/4587962
c 20030316-1.c
/* PR target/9164 */
/* The comparison operand was sign extended erraneously. */
int
main (void)
{
long j = 0x40000000;
if ((unsigned int) (0x40000000 + j) < 0L)
abort ();
return 0;
}
www.eeworm.com/read/237551/4624010
s s_fabsl.s
/* Copy a sign bit between floating-point values.
IBM extended format long double version.
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/237551/4624016
s s_copysignl.s
/* Copy a sign bit between floating-point values.
IBM extended format long double version.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GN
www.eeworm.com/read/237551/4624025
s s_copysign.s
/* Copy a sign bit between floating-point values.
Copyright (C) 1997, 1999, 2000, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free softwa
www.eeworm.com/read/237551/4624163
s s_fabsl.s
/* Copy a sign bit between floating-point values.
IBM extended format long double version.
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.