代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/458653/1585112
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
www.eeworm.com/read/458653/1585312
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/246835/4490877
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/233448/4672100
c cast-ptr-1.c
/* APPLE LOCAL file pointer casts */
/* Test that casts of pointer to unsigned long long aren't sign extended */
/* Author: Matt Austern */
/* { dg-do run } */
/* { dg-options "-Wn
www.eeworm.com/read/233448/4684961
c cast-ptr-1.c
/* APPLE LOCAL file pointer casts */
/* Test that casts of pointer to unsigned long long aren't sign extended */
/* Author: Matt Austern */
/* { dg-do run } */
/* { dg-options "-Wn
www.eeworm.com/read/216502/4891807
c gcvt.c
/*
* gcvt - Floating output conversion to
* minimal length string
*/
char *ecvt();
char *
gcvt(number, ndigit, buf)
double number;
char *buf;
{
int sign, decpt;
register char *p1, *p2;
regist