Searched defs:df (Results 1 - 25 of 52) sorted by relevance

123

/external/fdlibm/
H A De_acos.c67 double z,p,q,r,w,s,c,df; local
96 df = s;
97 __LO(df) = 0;
98 c = (z-df*df)/(s+df);
103 return 2.0*(df+w);
/external/icu4c/test/intltest/
H A Dtsdcfmsy.cpp218 DecimalFormat *df = new DecimalFormat(pattern, sym, status); local
224 buffer = df->format(value, buffer, pos);
229 delete df;
H A Dmiscdtfm.cpp163 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
166 format0 = df->format(d, format0);
168 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status);
169 failure(status, "df->toLocalizedPattern");
172 format1 = df->format(d, format1);
178 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status);
179 failure(status, "df->toLocalizedPattern");
185 delete df;
195 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status);
197 df
255 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); local
[all...]
H A Ddcfmapts.cpp404 DecimalFormat *df = new DecimalFormat(status); local
409 df->adoptCurrencyPluralInfo(cpi);
411 df->getCurrencyPluralInfo();
413 df->setCurrencyPluralInfo(cpi1);
415 delete df;
H A Ddtfmapts.cpp81 DateFormat *df = DateFormat::createDateTimeInstance(DateFormat::kMedium, DateFormat::kMedium, Locale(LOCALES[i])); local
82 if (df == NULL){
86 delete df;
H A Dnmfmtrt.cpp185 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt); local
186 if(df != NULL)
190 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier());
192 test(fmt, randomDouble(1e75) / df->getMultiplier());
194 test(fmt, randomDouble(1e65) / df->getMultiplier()); /*OS390*/
233 DecimalFormat *df = dynamic_cast<DecimalFormat *>(fmt); local
234 if(df != NULL) {
235 df->setRoundingIncrement(0.0);
H A Ddtfmtrtts.cpp239 DateFormat *df = DateFormat::createDateInstance((DateFormat::EStyle)style, loc); local
240 if(df == NULL) {
243 test(df, loc);
244 delete df;
252 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc); local
253 if(df == NULL) {
256 test(df, loc, TRUE);
257 delete df;
266 DateFormat *df = DateFormat::createDateTimeInstance((DateFormat::EStyle)dstyle, (DateFormat::EStyle)tstyle, loc); local
267 if(df
[all...]
H A Ddtfmrgts.cpp394 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("dd/MM/yyyy"), status); local
397 delete df;
402 logln(UnicodeString("") + df->parse("35/01/1971", status));
403 failure(status, "df->parse(\"35/01/1971\")");
404 //logln(df.parse("35/01/1971").toString());
410 df->setLenient(FALSE);
413 logln(UnicodeString("") + df->parse("35/01/1971", status));
416 //logln(df.parse("35/01/1971").toString());
420 delete df;
744 SimpleDateFormat *df local
897 DateFormat *df = DateFormat::createDateTimeInstance(); local
[all...]
/external/valgrind/main/none/tests/x86/
H A Dbug152818-x86.c101 int df; local
131 df = (idx >= (sizeof(lens)/sizeof(lens[0]))/2);
136 if (df)
152 if (df)
172 if (df)
188 if (df)
208 printf ("DF = %d, count = %2d ", df, len);
/external/hyphenation/
H A Dexample.c60 int df; local
93 df = arg++;
107 if ((dict = hnj_hyphen_load(argv[df])) == NULL) {
108 fprintf(stderr, "Couldn't find file %s\n", argv[df]);
/external/speex/libspeex/
H A Dfilterbank.c57 spx_word32_t df; local
62 df = DIV32(SHL32(sampling,15),MULT16_16(2,len));
82 curr_freq = EXTRACT16(MULT16_32_P15(i,df));
/external/chromium/net/tools/flip_server/
H A Dstreamer_interface.cc77 DataFrame* df = new DataFrame; local
78 df->data = (const char *)dataPtr;
79 df->size = len;
80 df->delete_when_done = true;
81 connection_->EnqueueDataFrame(df);
H A Dhttp_interface.cc239 DataFrame* df = new DataFrame; local
240 df->data = "0\r\n\r\n";
241 df->size = 5;
242 df->delete_when_done = false;
243 EnqueueDataFrame(df);
274 DataFrame* df = new DataFrame; local
275 df->size = sb.ReadableBytes();
276 char* buffer = new char[df->size];
277 df->data = buffer;
278 df
291 DataFrame* df = new DataFrame; local
309 DataFrame* df = new DataFrame; local
320 EnqueueDataFrame(DataFrame* df) argument
[all...]
H A Dsm_connection.cc68 void SMConnection::EnqueueDataFrame(DataFrame* df) { argument
69 output_list_.push_back(df);
71 << "size = " << df->size << ": Setting FD ready.";
H A Dspdy_interface.cc545 void SpdySM::EnqueueDataFrame(DataFrame* df) { argument
546 connection_->EnqueueDataFrame(df);
/external/iptables/include/linux/netfilter/
H A Dxt_osf.h70 __u8 ttl, df; member in struct:xt_osf_user_finger
/external/icu4c/i18n/
H A Dunum.cpp138 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
139 if (df != NULL) {
140 res = df->clone();
458 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
459 if (df != NULL) {
462 return df->isParseIntegerOnly();
465 return df->isGroupingUsed();
468 return df->isDecimalSeparatorAlwaysShown();
471 return df->getMaximumIntegerDigits();
474 return df
537 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
627 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
641 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
665 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
729 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
789 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); local
881 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
[all...]
H A Dudat.cpp340 const DateFormat *df=reinterpret_cast<const DateFormat *>(fmt); local
341 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df);
348 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp173 extern constexpr void (D::*df)() = &C::f; member in namespace:MemberPtr
/external/icu4c/test/cintltst/
H A Dcdtrgtst.c56 UDateFormat *df; local
63 df = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US", NULL, 0, NULL, 0, &status);
70 resultlengthneeded=udat_toPattern(df, TRUE, NULL, resultlength, &status);
76 udat_toPattern(df, TRUE, pat, resultlength, &status);
82 fmdt = myFormatit(df, today);
92 udat_applyPattern(df, TRUE, temp, u_strlen(temp));
94 todayS =myFormatit(df, today);
97 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
103 rt =myFormatit(df, d1);
113 udat_close(df);
323 UDateFormat *df; local
444 UDateFormat *df; local
[all...]
/external/mesa3d/src/pixelflinger2/
H A Dllvm_scanline.cpp359 Value * df = BlendFactor(gglCtx->blendState.dcf, src, dst, local
366 df = builder.CreateInsertElement(df, dfA, builder.getInt32(3),
372 df = builder.CreateAdd(df, builder.CreateLShr(df, constIntVec(builder,7,7,7,7)));
375 dst = builder.CreateMul(dst, df);
/external/qemu/target-i386/
H A Dhax-all.c423 int hax_handle_io(CPUState *env, uint32_t df, uint16_t port, int direction, argument
429 if (!df)
460 if (!df)
/external/bluetooth/bluez/health/
H A Dhdp_util.c82 struct dict_entry_func df; local
95 for (i = 0, df = dict_context[0]; df.key; i++, df = dict_context[i]) {
96 if (g_ascii_strcasecmp(df.key, key) == 0)
97 return df.func(&entry, user_data, err);
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_RLEaccel.c1017 SDL_PixelFormat *df = dst->format; local
1091 switch(df->BytesPerPixel) {
1093 if(df->Gmask == 0x07e0 || df->Rmask == 0x07e0
1094 || df->Bmask == 0x07e0)
1112 SDL_PixelFormat *df = dst->format; local
1124 + y * dst->pitch + x * df->BytesPerPixel;
1132 if(df->BytesPerPixel == 2) {
1238 switch(df->BytesPerPixel) {
1240 if(df
1402 SDL_PixelFormat *df; local
1830 RLEDestFormat *df = surface->map->sw_data->aux_data; local
[all...]
H A DSDL_blit_A.c281 SDL_PixelFormat* df = info->dst; local
284 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
300 alpha = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
305 movd_m2r(df->Amask, mm7); /* dst alpha mask */
503 SDL_PixelFormat* df = info->dst; local
504 Uint32 chanmask = df
2725 SDL_PixelFormat *df = surface->map->dst->format; local
[all...]

Completed in 406 milliseconds

123