Searched refs:TRUNC (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dgamma.c134 * TRUNC sets trailing bits in a floating-point number to zero.
139 #define TRUNC(x) x = (double) (float) (x) macro
142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
192 TRUNC(v.a);
220 TRUNC(r.a);
229 TRUNC(r.a);
248 t = x, TRUNC(t);
251 xx.a = (t + x), TRUNC(xx.a);
257 xx.a = x, TRUNC(xx.a);
263 d = r.a/x, TRUNC(
[all...]
H A Dlog.c84 #define TRUNC(x) x = (double) (float) (x) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
431 u1 = u, TRUNC(u1);
483 u1 = u, TRUNC(u1);
491 TRUNC(r.a);
H A Dlgamma.c85 #define TRUNC(x) x = (double) (float) (x) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
184 TRUNC(v.a);
200 TRUNC(v.a); /* truncate v.a to 26 bits. */
H A Derf.c152 #define TRUNC(x) (double) (float) (x) macro
155 #define TRUNC(x) *(((int *) &x) + 1) &= 0xf8000000 macro
371 TRUNC(z);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dedprocs.tcl36 set access [list RDWR CREAT EXCL TRUNC]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl189 if {[catch { close [open $phraseF { WRONLY CREAT TRUNC }] } result]} {
622 if {[catch { close [open $idF { WRONLY CREAT TRUNC }] } result]} {
651 if {[catch { set fd [open $inF { WRONLY CREAT TRUNC }] } result]} {
847 set fd [open $badF { WRONLY CREAT TRUNC }]
885 if {[catch { set fd [open $addrF { WRONLY CREAT TRUNC }] } \
/macosx-10.10/tcl-105/tcl/tcl/library/platform/
H A Dshell.tcl160 set access [list RDWR CREAT EXCL TRUNC]
/macosx-10.10/tcl-105/tcl84/tcl/library/platform/
H A Dshell.tcl160 set access [list RDWR CREAT EXCL TRUNC]
/macosx-10.10/vim-55/runtime/syntax/
H A Dmodula3.vim33 syn keyword modula3Keyword ROUND SET SUBARRAY TEXT TRUE TRUNC TRY TYPE
H A Dmodsim3.vim45 syn keyword modsim3Builtin STRLEN STRTOCHAR STRTOINT STRTOREAL SUBSTR TRUNC
H A Doccam.vim29 syn keyword occamType PROCESSOR PACKED RECORD PROTOCOL SHARED ROUND TRUNC
H A Dfgl.vim93 syn keyword fglKeyword TRIGGERS TRIM TRUE TRUNC TYPE TYPEDEF
H A Dtasm.vim38 syn keyword tasmDirective TBLINST TBLPTR TESTFLAG %TEXT %TITLE %TRUNC TYPEDEF
H A Dplsql.vim130 syn keyword plsqlFunction TO_YMINTERVAL TRANSLATE TREAT TRIM TRUNC TZ_OFFSET UID
H A Dsas.vim193 syn keyword sasFunction TRIM TRIMN TRUNC UNIFORM UPCASE USS VAR
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dsession.rb419 f = File.open(@path+".new", File::CREAT|File::TRUNC|File::WRONLY, 0600)
/macosx-10.10/ruby-106/ruby/lib/
H A Dpstore.rb96 WR_ACCESS = {mode: IO::WRONLY | IO::CREAT | IO::TRUNC | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_process.rb455 Process.wait Process.spawn(*ECHO["a"], STDOUT=>["out", File::WRONLY|File::CREAT|File::TRUNC, 0644])
465 STDOUT=>["out2", File::WRONLY|File::CREAT|File::TRUNC, 0644])
467 Process.wait Process.spawn(*ECHO["b"], [STDOUT, STDERR]=>["out", File::WRONLY|File::CREAT|File::TRUNC, 0644])
470 #Process.wait Process.spawn(*ECHO["a"], STDOUT=>:close, STDERR=>["out", File::WRONLY|File::CREAT|File::TRUNC, 0644])
473 Process.wait Process.spawn(*ECHO["c"], STDERR=>STDOUT, STDOUT=>["out", File::WRONLY|File::CREAT|File::TRUNC, 0644])
479 opts = {STDOUT=>["out", File::WRONLY|File::CREAT|File::TRUNC, 0644]}
483 opts = {STDOUT=>["out", File::WRONLY|File::CREAT|File::TRUNC, 0644]}
667 9=>["out2", File::WRONLY|File::CREAT|File::TRUNC]]) {|io|
H A Dtest_io.rb1478 open(t.path, IO::RDWR|IO::CREAT|IO::TRUNC, 0600) do |f|
1482 open(t.path, IO::RDWR|IO::CREAT|IO::TRUNC, 0600) do |f|
2335 assert_not_nil(f = File.open('numeric', File::WRONLY|File::TRUNC|File::CREAT))
2339 assert_not_nil(f = File.open('hash-numeric', :mode => File::WRONLY|File::TRUNC|File::CREAT), feature4742)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dpluginmgr.tcl483 if {[regexp {[wa+]|(WRONLY)|(RDWR)|(APPEND)|(CREAT)|(TRUNC)} $acc]} {
/macosx-10.10/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c46 typedef enum {CREAT, MKDIR, READ, WRITE, WRITEFD, FILLFD, UNLINK, LSKEE, RMDIR, MKFIFO, LENGTHEN, TRUNC, enumerator in enum:__anon15580
288 case TRUNC:
974 init_test(&test, "3.2.6: TRUNC a file with truncate()", FILE1, 1, 1, NOTE_EXTEND, NO_EVENT);
976 init_action(&test.t_helpthreadact, SLEEP, TRUNC, 2, FILE1, (void*)NULL);
1385 init_action(&(test.t_prep_actions[1]), NOSLEEP, TRUNC, 1, (void*)FILE1);
1392 init_action(&(test.t_prep_actions[1]), NOSLEEP, TRUNC, 1, (void*)FILE1);
1416 init_action(&(test.t_prep_actions[1]), NOSLEEP, TRUNC, 1, (void*)FILE1);
1423 init_action(&(test.t_prep_actions[1]), NOSLEEP, TRUNC, 1, (void*)FILE1);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl1822 set access [list RDWR CREAT EXCL TRUNC]

Completed in 130 milliseconds