HomeSort by relevance Sort by last modified time
    Searched refs:inf (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/openssl/crypto/asn1/
a_object.c 264 int inf,i; local
267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
268 if (inf & 0x80)
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 298 'ID7 : "aa\\"bb"\n\n\n\n ID8: {A:inf B:-inf C:true D:false}\n'
  /external/zlib/contrib/blast/
blast.c 414 local unsigned inf(void *how, unsigned char **buf) function
433 ret = blast(inf, stdin, outf, stdout);
  /libcore/luni/src/main/java/java/util/zip/
ZipFile.java 429 public ZipInflaterInputStream(InputStream is, Inflater inf, int bsize, ZipEntry entry) {
430 super(is, inf, bsize);
  /system/extras/tests/bionic/libc/other/
test_zlib.c 93 int inf(FILE *source) function
258 inf(f);
  /external/openssl/apps/
enc.c 124 char *inf=NULL,*outf=NULL; local
172 inf= *(++argv);
394 if (inf == NULL)
404 if (BIO_read_filename(in,inf) <= 0)
406 perror(inf);
ocsp.c 1082 char **inf; local
1110 inf = lookup_serial(db, serial);
1111 if (!inf)
1116 else if (inf[DB_type][0] == DB_TYPE_VAL)
1121 else if (inf[DB_type][0] == DB_TYPE_REV)
1128 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]);
    [all...]
  /external/skia/tests/
MathTest.cpp 192 float inf = 1.0 / make_zero(); local
195 REPORTER_ASSERT(reporter, !SkScalarIsNaN(inf));
196 REPORTER_ASSERT(reporter, !SkScalarIsNaN(-inf));
197 REPORTER_ASSERT(reporter, !SkScalarIsFinite(inf));
198 REPORTER_ASSERT(reporter, !SkScalarIsFinite(-inf));
  /ndk/sources/host-tools/nawk-20071023/
lib.c 182 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */
193 while ((c=getc(inf)) == '\n' && c != EOF) /* skip leading \n's */
196 ungetc(c, inf);
199 for (; (c=getc(inf)) != sep && c != EOF; ) {
207 if ((c = getc(inf)) == '\n' || c == EOF) /* 2 in a row */
proto.h 124 extern int readrec(char **buf, int *bufsize, FILE *inf);
  /external/quake/quake/src/QW/client/
gl_vidnt.c 1541 float f, inf; local
    [all...]
view.c 277 int i, inf; local
288 inf = 255 * pow ( (i+0.5)/255.5 , g ) + 0.5;
289 if (inf < 0)
290 inf = 0;
291 if (inf > 255)
292 inf = 255;
293 gammatable[i] = inf;
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 694 float f, inf; local
710 inf = f*255 + 0.5;
711 if (inf < 0)
712 inf = 0;
713 if (inf > 255)
714 inf = 255;
715 palette[i] = inf;
gl_vidnt.cpp 1541 float f, inf; local
    [all...]
vid_sunx.cpp 327 float g, f, inf; local
337 inf = f*255 + 0.5;
338 if (inf < 0)
339 inf = 0;
340 if (inf > 255)
341 inf = 255;
342 vid_gamma[i] = inf;
vid_sunxil.cpp 200 float g, f, inf; local
208 inf = f*255 + 0.5;
209 if (inf < 0)
210 inf = 0;
211 if (inf > 255)
212 inf = 255;
213 vid_gamma[i] = inf;
view.cpp 270 int i, inf;
281 inf = (int) (255 * pow ( (i+0.5)/255.5 , g ) + 0.5);
282 if (inf < 0)
283 inf = 0;
284 if (inf > 255)
285 inf = 255;
286 gammatable[i] = inf;
  /external/icu4c/test/intltest/
dtifmtts.cpp 132 const DateIntervalInfo* inf = another->getDateIntervalInfo(); local
133 dtitvfmt->setDateIntervalInfo(*inf, status);
135 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
141 DateIntervalInfo* nonConstInf = inf->clone();
144 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
189 inf = dtitvfmt->getDateIntervalInfo()->clone();
192 DateIntervalFormat* dtifmt = new DateIntervalFormat(fmt, inf, status);
    [all...]
  /external/openssl/crypto/pkcs7/
bio_ber.c 81 int inf; member in struct:ber_struct
91 int inf; member in struct:bio_ber_struct
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 1094 Deflater inf = new Deflater(); local
1095 assertEquals(0, inf.getTotalIn());
1096 assertEquals(0, inf.getTotalOut());
1097 assertEquals(0, inf.getBytesRead());
1098 assertEquals(0, inf.getBytesWritten());
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 455 const float inf = 1e6f; local
490 sqr_tab[i] = inf;
546 z[0] = -inf;
547 z[1] = inf;
564 z[k+1] = inf;
  /external/fdlibm/
k_standard.c 86 #define HUGE_VAL inf
87 double inf = 0.0; local
89 __HI(inf) = 0x7ff00000; /* set inf to infinite */
196 /* ieee_y0(0) = -inf */
230 /* ieee_y1(0) = -inf */
264 /* ieee_yn(n,0) = -inf */
566 exc.retval = x/zero; /* sign(x)*inf */
  /external/clang/test/CodeGen/
builtins.c 38 Q(inf, ());
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
apmtest.m 334 new = fread(fid,inf,precision);
338 ref = fread(fid,inf,precision);
  /external/valgrind/main/none/tests/ppc32/
jm-vmx.stdout.exp     [all...]

Completed in 797 milliseconds

1 23 4 5 6