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

12

/haiku-fatelf/src/bin/coreutils/man/
H A Did.x2 id \- print real and effective user and group IDs
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/asctime/
H A D1-1.c34 char* real; local
51 real = asctime(&time_ptr);
60 printf("real = %s\n", real);
63 if (strcmp(real, expected) != 0) {
65 printf("Got %s\n", real);
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Dimdct.c43 sample_t real; member in struct:complex_s
79 r = buf[0].real;
81 buf[0].real += buf[1].real;
83 buf[1].real = r - buf[1].real;
91 tmp1 = buf[0].real + buf[1].real;
92 tmp2 = buf[3].real + buf[2].real;
[all...]
/haiku-fatelf/headers/cpp/std/
H A Dcomplext.cc34 return complex<FLOAT> (cos (real (x)) * cosh (imag (x)),
35 - sin (real (x)) * sinh (imag (x)));
41 return complex<FLOAT> (cosh (real (x)) * cos (imag (x)),
42 sinh (real (x)) * sin (imag (x)));
48 return polar (FLOAT (exp (real (x))), imag (x));
63 return polar (FLOAT (exp (logr * real (y) - imag (y) * t)),
64 FLOAT (imag (y) * logr + real (y) * t));
82 return complex<FLOAT> (sin (real (x)) * cosh (imag (x)),
83 cos (real (x)) * sinh (imag (x)));
89 return complex<FLOAT> (sinh (real (
[all...]
H A Dcomplext.h63 _FLT real () const { return re; } function in class:complex
142 real (const complex<_FLT>& x) __attribute__ ((const));
145 real (const complex<_FLT>& x) function
147 return x.real ();
156 return complex<_FLT> (real (x) + real (y), imag (x) + imag (y));
165 return complex<_FLT> (real (x) + y, imag (x));
174 return complex<_FLT> (x + real (y), imag (y));
183 return complex<_FLT> (real (x) - real (
[all...]
H A Dldcomplex.h40 complex (const complex<float>& r): re (r.real ()), im (r.imag ()) { }
41 complex (const complex<double>& r): re (r.real ()), im (r.imag ()) { }
48 long double real () const { return re; } function in class:complex
87 : re (r.real ()), im (r.imag ())
91 : re (r.real ()), im (r.imag ())
H A Ddcomplex.h40 complex (const complex<float>& r): re (r.real ()), im (r.imag ()) { }
48 double real () const { return re; } function in class:complex
87 : re (r.real ()), im (r.imag ())
H A Dfcomplex.h48 float real () const { return re; } function in class:complex
/haiku-fatelf/src/servers/media_addon/
H A DSystemTimeSource.cpp59 bigtime_t real = RealTime(); local
60 PublishTime(real, real, 1.0);
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dlibc-symbols.h399 # define symbol_version(real, name, version) \
400 _symbol_version(real, name, version)
401 # define default_symbol_version(real, name, version) \
402 _default_symbol_version(real, name, version)
405 # define _symbol_version(real, name, version) \
406 .symver real, name##@##version ASM_LINE_SEP \
407 .symver .##real, .##name##@##version
408 # define _default_symbol_version(real, name, version) \
409 .symver real, name##@##@##version ASM_LINE_SEP \
410 .symver .##real,
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathRoots.h52 // Find the real solutions of a linear, quadratic or cubic equation:
63 // 3 three real solutions, stored in x[0], x[1] and x[2]
64 // 2 two real solutions, stored in x[0] and x[1]
65 // 1 one real solution, stored in x[1]
66 // 0 no real solutions
67 // -1 all real numbers are solutions
71 // * It is possible that an equation has real solutions, but that the
79 // only real solutions are produced, some intermediate results are
182 x[0] = y0.real() - r / 3;
187 x[0] = y0.real()
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dmxml.h103 double real; /* Real number */ member in union:stp_mxml_value_u
151 extern stp_mxml_node_t *stp_mxmlNewReal(stp_mxml_node_t *parent, double real);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dmxml-node.c25 * stp_mxmlNewReal() - Create a new real number node.
343 * 'stp_mxmlNewReal()' - Create a new real number node.
345 * The new real number node is added to the end of the specified parent's
347 * the new real number node has no parent.
352 double real) /* I - Real number value */
369 node->value.real = real;
351 stp_mxmlNewReal(stp_mxml_node_t *parent, double real) argument
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c193 * so a number, a real is:
195 real = integral + fraction
477 * Note: this not a real log10()
521 integral(real, ip)
522 double real;
531 if (real == 0.)
538 if (real < 0.)
539 real = -real;
542 if ( real <
[all...]
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp681 bigtime_t real = BTimeSource::RealTime(); local
683 status = fMediaRoster->StartTimeSource(fTimeSource, real);
689 status = fMediaRoster->SeekTimeSource(fTimeSource, 0, real);
697 bigtime_t perf = timeSource->PerformanceTimeFor(real + latency
/haiku-fatelf/src/apps/codycam/
H A DCodyCam.cpp180 bigtime_t real = BTimeSource::RealTime(); local
181 bigtime_t perf = timeSource->PerformanceTimeFor(real) + 10000;
354 bigtime_t real = BTimeSource::RealTime(); local
356 status = fMediaRoster->StartTimeSource(fTimeSourceNode, real);
362 status = fMediaRoster->SeekTimeSource(fTimeSourceNode, 0, real);
370 bigtime_t perf = timeSource->PerformanceTimeFor(real + latency
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duuencode.pas21 size,remaining :real;
H A Duudecode.pas13 size,remaining :real;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dndis_0.asm101 call &callbackProc ;; Call the real callback.
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c964 #define POSIX_TIMEFORMAT "real %2R\nuser %2U\nsys %2S"
1037 R number of seconds of `real' time
1043 the seconds and thousandths of a second of real, user, and system time,
1148 struct timeval real, user, sys; local
1156 clock_t tbefore, tafter, real, user, sys; local
1194 difftimeval (&real, &before, &after);
1195 timeval_to_secs (&real, &rs, &rsf);
1205 cpu = timeval_to_cpu (&real, &user, &sys);
1210 real = tafter - tbefore;
1211 clock_t_to_secs (real,
[all...]
/haiku-fatelf/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp76 CURSOR_END = 79, // not on real atari keyboard
77 PAGE_UP = 73, // not on real atari keyboard XXX remap Help ?
78 PAGE_DOWN = 81, // not on real atari keyboard XXX remap Undo ?
352 #warning M68K: add real serial debug output someday
565 // real serial
/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c233 enum maker {notmade, real, effective}; enumerator in enum:maker
1543 dirtpmaker[newRCSdirtp_index + isworkfile] = real;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dc-typeprint.c484 real less-than characters. What a crock. */
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk143 # Don't use *scanf or the old ato* functions in `real' code.
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex642 % example where a page broke at this \penalty; if it happens in a real
847 % at least we can have real math in the main text, where it's needed most.
2260 % manifests itself, so it can be fixed for real --karl.
3014 % Now the real index entry with the fonts.
5571 % the square brackets. Use the real section title if we have it.
5577 % We know the real title if we have the xref values.

Completed in 188 milliseconds

12