HomeSort by relevance Sort by last modified time
    Searched defs:inf (Results 51 - 68 of 68) sorted by null

1 23

  /external/quake/quake/src/WinQuake/
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;
  /external/icu4c/i18n/
decimfmt.cpp 17 * Implemented NAN and INF handling, for both parsing
1640 double inf = uprv_getInfinity(); local
1862 const UnicodeString *inf = &getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); local
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 180 int inf; /* constructed if 0x20, indefinite is 0x21 */ member in struct:asn1_ctx_st
195 int inf; /* constructed if 0x20, indefinite is 0x21 */ member in struct:asn1_const_ctx_st
    [all...]
  /external/openssl/include/openssl/
asn1.h 180 int inf; /* constructed if 0x20, indefinite is 0x21 */ member in struct:asn1_ctx_st
195 int inf; /* constructed if 0x20, indefinite is 0x21 */ member in struct:asn1_const_ctx_st
    [all...]
  /external/libxml2/
xpath.c 10767 int inf, strict; local
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 722 milliseconds

1 23