HomeSort by: relevance | last modified time | path
    Searched refs:DOMAIN (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
k_standard.c 103 exc.type = DOMAIN;
111 (void) WRITE2("acos: DOMAIN error\n", 19);
119 exc.type = DOMAIN;
127 (void) WRITE2("asin: DOMAIN error\n", 19);
137 exc.type = DOMAIN;
144 (void) WRITE2("atan2: DOMAIN error\n", 20);
209 exc.type = DOMAIN; /* should be SING for IEEE */
219 (void) WRITE2("y0: DOMAIN error\n", 17);
227 exc.type = DOMAIN;
237 (void) WRITE2("y0: DOMAIN error\n", 17)
    [all...]
  /src/lib/libm/complex/
casin.c 55 mtherr ("casin", DOMAIN);
casinf.c 55 mtherr ("casin", DOMAIN);
casinl.c 55 mtherr ("casinl", DOMAIN);
  /src/share/examples/puffs/pgfs/
newfs.sql 42 CREATE DOMAIN fileid AS int8 NOT NULL CHECK(VALUE > 0);
43 CREATE DOMAIN uid AS int8 NOT NULL CHECK(VALUE >= 0);
44 CREATE DOMAIN gid AS int8 NOT NULL CHECK(VALUE >= 0);
45 CREATE DOMAIN mode AS int8 NOT NULL CHECK(VALUE >= 0 AND VALUE <= 7*8*8+7*8+7);
46 CREATE DOMAIN nlink AS int8 NOT NULL CHECK(VALUE >= 0);
  /src/include/
math.h 225 #define DOMAIN 1

Completed in 15 milliseconds