Searched defs:dbl (Results 1 - 20 of 20) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dreturn_dbl.c10 static double return_dbl(double dbl) argument
12 return 2 * dbl;
19 double dbl, rdbl; local
22 values[0] = &dbl;
28 for (dbl = -127.3; dbl < 127; dbl++)
31 printf ("%f vs %f\n", rdbl, return_dbl(dbl));
32 CHECK(rdbl == 2 * dbl);
/external/clang/test/SemaCXX/
H A Dconversion.cpp72 double dbl = NULL; // expected-warning {{implicit conversion of NULL constant to 'double'}} local
H A Dcxx1y-deduced-return-type.cpp122 typedef decltype(f2(1.2)) dbl; // expected-note {{previous}} member in namespace:Templates
123 typedef float dbl; // expected-error {{typedef redefinition with different types ('float' vs 'decltype(f2(1.2))' (aka 'double &'))}} typedef in namespace:Templates
/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp214 double dbl; local
257 dbl = atof(u_austrcpy(cBuffer, argument));
258 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
259 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, dbl);
379 double dbl, expectedDbl; local
423 uBufferLenReturned = u_sscanf_u(argument, format, &dbl);
424 //uFileBufferLenReturned = u_fscanf_u(testFile, format, dbl);
425 if (dbl != expectedDbl) {
427 i, dbl, expectedDbl);
583 double dbl; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_lcl.h147 int (*dbl)(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *); member in struct:ec_method_st
169 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that
/external/icu4c/test/iotest/
H A Diotest.cpp215 double dbl; local
258 dbl = atof(u_austrcpy(cBuffer, argument));
259 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
260 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, dbl);
380 double dbl, expectedDbl; local
424 uBufferLenReturned = u_sscanf_u(argument, format, &dbl);
425 //uFileBufferLenReturned = u_fscanf_u(testFile, format, dbl);
426 if (dbl != expectedDbl) {
428 i, dbl, expectedDbl);
584 double dbl; local
[all...]
/external/openssl/crypto/ec/
H A Dec_lcl.h147 int (*dbl)(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *); member in struct:ec_method_st
169 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that
/external/clang/test/FixIt/
H A Dfixit.cpp223 double dbl = NULL; // expected-warning {{implicit conversion of NULL constant to 'double'}} variable
/external/valgrind/main/VEX/useful/
H A Dhd_fpu.c645 Fp_Op op, Bool dbl )
649 fp_Op_name(op), dbl?'D':'F', t_src ); )
652 vd_src = dbl ? getDMem(a_src) : getFMem(a_src);
672 Bool dbl, Bool pop )
676 pop?"p":"", dbl?'D':'F', t_src ); )
679 vd_src = dbl ? getDMem(a_src) : getFMem(a_src);
670 fp_do_COM_mem_ST_0( UInt a_src, IFDB( Text t_src CC) Bool dbl, Bool pop ) argument
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h166 void set_dw_register(int dreg, const int* dbl);
181 void set_d_register_from_double(int dreg, const double& dbl) { argument
182 SetVFPRegister<double, 2>(dreg, dbl);
H A Dsimulator-arm.cc915 void Simulator::set_dw_register(int dreg, const int* dbl) { argument
917 registers_[dreg] = dbl[0];
918 registers_[dreg + 1] = dbl[1];
/external/iptables/include/
H A Dxtables.h158 double dbl; member in union:xt_option_call::__anon18981
/external/iputils/
H A Dping_common.c277 double dbl; local
281 dbl = strtod(optarg, &ep);
284 !finite(dbl) || dbl < 0.0 || dbl >= (double)INT_MAX / 1000 - 1.0) {
289 interval = (int)(dbl * 1000);
/external/valgrind/main/none/tests/ppc32/
H A Dround.c59 double dbl; member in union:__anon27793
116 void print_double(char *msg, double dbl) argument
119 D.dbl = dbl;
121 printf("%15s : dbl %-20a = %c(%4d, %05x%08x)\n",
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
140 int check_dbl_to_flt_round(round_mode_t mode, double dbl, float *expected) argument
149 R.flt = (float)dbl;
161 round_mode_name[mode], result, R.flt, dbl);
237 dbl_denorm_small = D.dbl; /*
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c59 double dbl; member in union:__anon27836
116 void print_double(char *msg, double dbl) argument
119 D.dbl = dbl;
121 printf("%15s : dbl %-20a = %c(%4d, %05x%08x)\n",
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
140 int check_dbl_to_flt_round(round_mode_t mode, double dbl, float *expected) argument
149 R.flt = (float)dbl;
161 round_mode_name[mode], result, R.flt, dbl);
237 dbl_denorm_small = D.dbl; /*
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp2068 double dbl = INT32_MAX * 1000.0; local
2078 f->format(dbl,s);
2079 logln(UnicodeString("The number ") + dbl + " formatted to " + s);
2094 //if(n.getDouble() != dbl) {
2097 if (n.getInt64() != dbl) {
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1019 void Simulator::set_dw_register(int reg, const int* dbl) { argument
1021 registers_[reg] = dbl[0];
1022 registers_[reg + 1] = dbl[1];
/external/icu4c/test/cintltst/
H A Dcnumtst.c954 double dbl; local
962 dbl = unum_parseDouble( unum, input, -1 /*u_strlen(input)*/, 0 /* 0 = start */, &errorCode );
966 log_verbose("Double: %f\n", dbl);
/external/icu4c/test/intltest/
H A Dnumrgts.cpp2072 double dbl = INT32_MAX * 1000.0; local
2082 f->format(dbl,s);
2083 logln(UnicodeString("The number ") + dbl + " formatted to " + s);
2098 //if(n.getDouble() != dbl) {
2101 if (n.getInt64() != dbl) {
/external/v8/src/arm/
H A Dsimulator-arm.cc910 void Simulator::set_dw_register(int dreg, const int* dbl) { argument
912 registers_[dreg] = dbl[0];
913 registers_[dreg + 1] = dbl[1];
968 void Simulator::set_d_register_from_double(int dreg, const double& dbl) { argument
974 memcpy(buffer, &dbl, 2 * sizeof(vfp_register[0]));

Completed in 2894 milliseconds