Searched refs:real (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/macosx-10.9.5/python_modules-35/tmpprefix/f2c/
H A Dcpu_time__.c12 cpu_time__(t) real *t;
15 cpu_time__(real *t)
18 static real ratio;
24 ratio = (real)info.numer / ((real)info.denom * NSEC_PER_SEC);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/sym-link-load/
H A DMakefile48 all: main real/liblink.dylib real/libtest.dylib fake/libtest.dylib
51 main: main.c stub/libtest.dylib stub/liblink.dylib real/libbase.dylib
52 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c stub/libtest.dylib stub/liblink.dylib real/libbase.dylib
56 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib test.c -DDO_NOTHING -o stub/libtest.dylib -install_name "${PWD}/real/libtest.dylib"
60 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib link.c -o stub/liblink.dylib -install_name "${PWD}/real/liblink.dylib"
63 real/libbase.dylib: base.c
64 mkdir -p real
65 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib base.c -o "${PWD}/real/libbase.dylib"
67 real/libtes
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dtime.rb8 real = e - b
12 STDERR.printf("%11.1f real %11.1f user %11.1f sys\n", real, user, sys)
/macosx-10.9.5/swig-10/Lib/octave/
H A Dstd_complex.i13 %swig_cplxdbl_convn(std::complex<double>, std::complex<double>, std::real, std::imag)
14 %swig_cplxflt_convn(std::complex<float>, std::complex<float>, std::real, std::imag)
/macosx-10.9.5/swig-10/Lib/python/
H A Dstd_complex.i13 %swig_cplxdbl_convn(std::complex<double>, std::complex<double>, std::real, std::imag)
14 %swig_cplxflt_convn(std::complex<float>, std::complex<float>, std::real, std::imag)
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dstd_complex.i13 %swig_cplxdbl_convn(std::complex<double>, std::complex<double>, std::real, std::imag)
14 %swig_cplxflt_convn(std::complex<float>, std::complex<float>, std::real, std::imag)
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dcmath.rb54 if z.real?
57 ere = exp!(z.real)
77 if z.real? and z >= 0 and (b.nil? or b >= 0)
95 if z.real? and z >= 0
109 if z.real? and z >= 0
126 if z.real?
138 x = z.real
157 if z.real?
160 Complex(sin!(z.real) * cosh!(z.imag),
161 cos!(z.real) * sin
[all...]
H A Dbenchmark.rb33 # the user and system CPU times, and the elapsed real time. The unit
49 # user system total real
67 # user system total real
95 # user system total real
116 # user system total real
158 # user system total real
199 # user system total real
215 # real. GC.start is executed before the start of each of
216 # the real timings; the cost of this is not included in the
240 # user system total real
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_complex.rb107 assert_equal([2**32,2**32], [c.real,c.imag])
111 assert_equal([-2**32,2**32], [c.real,c.imag])
115 assert_equal([2**32,-2**32], [c.real,c.imag])
119 assert_equal([-2**32,-2**32], [c.real,c.imag])
155 assert_equal(4, c.real)
160 assert_equal(4, c.real)
166 assert_equal('-0.0', c.real.to_s)
172 assert_equal(4, c.real)
178 assert_equal(4, c.real)
185 assert_equal('-0.0', c.real
[all...]
H A Dtest_complexrational.rb111 assert_in_delta(1.4940, r.real, 0.001)
120 assert_in_delta(0.1732, r.real, 0.001)
129 assert_in_delta(0.5498, r.real, 0.001)
134 (+c).instance_eval{[real.class, imag.class]})
136 (-c).instance_eval{[real.class, imag.class]})
139 (c + 2).instance_eval{[real.class, imag.class]})
141 (c - 2).instance_eval{[real.class, imag.class]})
143 (c * 2).instance_eval{[real.class, imag.class]})
145 (c / 2).instance_eval{[real.class, imag.class]})
147 (c ** 2).instance_eval{[real
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/ignore-bad-files/
H A DMakefile37 export DYLD_LIBRARY_PATH=locations/datafile:locations/exec:locations/dir:locations/real && ${TESTROOT}/bin/exit-zero-pass.pl "ignore-bad-files intended success" "ignore-bad-files intended success" ./main
39 all: main locations/real/libfoo.dylib locations/exec/libfoo.dylib locations/datafile/libfoo.dylib locations/dir/libfoo.dylib
41 main: main.c locations/real/libfoo.dylib
42 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c locations/real/libfoo.dylib
45 # real dylib to use
46 locations/real/libfoo.dylib : foo.c
47 mkdir -p locations/real
48 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib -o locations/real/libfoo.dylib foo.c -install_name libfoo.dylib
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-leak-threaded/
H A DMakefile32 CHECK = check-real
44 check-real:
/macosx-10.9.5/ruby-104/ruby/ext/json/lib/json/add/
H A Dcomplex.rb14 'r' => real,
/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c164 fun1(real)
314 nucomp_s_new_internal(VALUE klass, VALUE real, VALUE imag) argument
318 obj->real = real;
334 VALUE real, imag;
336 switch (rb_scan_args(argc, argv, "11", &real, &imag)) {
338 if (!k_numeric_p(real))
339 real = f_to_i(real);
343 if (!k_numeric_p(real))
399 nucomp_s_canonicalize_internal(VALUE klass, VALUE real, VALUE imag) argument
448 VALUE real, imag; local
694 VALUE real, imag; local
764 VALUE real, imag; local
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/
H A D39load_namespaces_exception.t21 like ($@, qr/are you sure this is a real Result Class/, 'Clear exception thrown');
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen_preflight-leak-image-deny-single/
H A DMakefile35 CHECK = check-real
47 check-real:
/macosx-10.9.5/diskdev_cmds-572.1.1/fdisk.tproj/
H A Ddisk.h70 DISK_metrics *real; /* Metrics we're using (BIOS, ioctls, user-supplied) */ member in struct:_disk_t
H A Ddisk.c210 * the real size is the one we will use in the
228 disk->real = user;
247 disk->real = disk->bios;
253 disk->real = disk->label;
258 disk->real = NULL;
298 if (disk->real) {
299 printf("geometry: %u/%u/%u [%u sectors]\n", disk->real->cylinders,
300 disk->real->heads, disk->real->sectors, disk->real
[all...]
H A Dcmd.c151 disk->real->cylinders = ask_num("BIOS Cylinders", ASK_DEC,
152 disk->real->cylinders, 1, maxcyl, NULL);
153 disk->real->heads = ask_num("BIOS Heads", ASK_DEC,
154 disk->real->heads, 1, maxhead, NULL);
155 disk->real->sectors = ask_num("BIOS Sectors", ASK_DEC,
156 disk->real->sectors, 1, maxsec, NULL);
158 disk->real->size = disk->real->cylinders * disk->real->heads
159 * disk->real
[all...]
/macosx-10.9.5/ruby-104/ruby/test/benchmark/
H A Dtest_benchmark.rb65 user system total real
107 user system total real
116 user system total real
137 user system total real
164 t.real.must_equal 0
166 t.real.wont_equal 0
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dstd_complex.i50 $result = PyComplex_FromDoubles($1.real(), $1.imag());
54 $result = PyComplex_FromDoubles($1->real(), $1->imag());
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dprofrep.tcl36 lassign $outData($part) count real cpu
40 incr real [lindex $inData($inStack) 1]
42 set outData($part) [list $count $real $cpu]
75 {real} {set keyIndex 1}
78 error "Expected a sort type of: `calls', `cpu' or ` real'"
144 # o sortKey (I) - Value to sort by. One of "calls", "cpu" or "real".
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dargp-help.c560 const struct argp_option *real,
566 const struct argp_option *opt, *real = entry->opt;
569 for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--)
573 real = opt;
575 val = (*func)(opt, real, domain, cookie); argument
586 const struct argp_option *real,
592 const struct argp_option *opt, *real = entry->opt;
594 for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--)
598 real = opt;
600 val = (*func)(opt, real, domai
549 hol_entry_short_iterate(const struct hol_entry *entry, int (*func)(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie), const char *domain, void *cookie) argument
557 const struct argp_option *opt, *real = entry->opt; local
583 const struct argp_option *opt, *real = entry->opt; local
599 until_short(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
963 arg(const struct argp_option *real, const char *req_fmt, const char *opt_fmt, const char *domain, argp_fmtstream_t stream) argument
1103 const struct argp_option *real = entry->opt, *opt; local
1268 add_argless_short_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
1282 usage_argful_short_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
1314 usage_long_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DWaveTable.h50 static PassRefPtr<WaveTable> create(float sampleRate, Float32Array* real, Float32Array* imag);
91 void createBandLimitedTables(const float* real, const float* imag, unsigned numberOfComponents);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-leak/
H A DMakefile32 CHECK = check-real
44 check-real:

Completed in 157 milliseconds

1234567891011>>