HomeSort by relevance Sort by last modified time
    Searched defs:_double (Results 1 - 5 of 5) sorted by null

  /bionic/libc/stdio/
vfprintf.c 188 double _double = 0.; /* double precision arguments %[eEfgG] */ local
506 _double = (double) GETARG(long double);
508 _double = GETARG(double);
512 if (_my_isinf(_double)) {
513 if (_double < 0)
519 if (_my_isnan(_double)) {
526 cp = cvt(_double, prec, flags, &softsign,
761 if (_double == 0) {
789 if (_double) {
  /bionic/libc/stdlib/
strtod.c 212 } _double; typedef in typeref:union:__anon710
1020 _double x;
1022 _double a;
1062 _double d;
1136 _double d;
1269 _double da, db;
1343 _double rv, rv0;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 1909 def _double(cls, x, y, foo, arr, string): member in class:_TestSharedCTypes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 1909 def _double(cls, x, y, foo, arr, string): member in class:_TestSharedCTypes
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 118 milliseconds