Home
last modified time | relevance | path

Searched refs:mtext (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/boost/libs/math/doc/equations/
Ddist_tutorial1.mml12 <mtext>Sm</mtext>
19 <mtext>Sm</mtext>
33 <mtext>S n</mtext>
41 <mtext>S n</mtext>
67 <mtext>Sn</mtext>
75 <mtext>Sd</mtext>
85 <mtext>Sn</mtext>
93 <mtext>Sd</mtext>
102 <mtext>Sn</mtext>
107 <mtext>Sn</mtext>
[all …]
Ddist_tutorial3.mml14 <mtext>Sd</mtext>
21 <mtext>Sn</mtext>
28 <mtext>Sd</mtext>
35 <mtext>Sn</mtext>
51 <mtext>Sd</mtext>
58 <mtext>Sn</mtext>
69 <mtext>Sn</mtext>
84 <mtext>Sd</mtext>
91 <mtext>Sn</mtext>
102 <mtext>Sn</mtext>
Ddist_tutorial2.mml10 <mtext>Sm</mtext>
15 <mtext>Sm</mtext>
24 <mtext>Sd</mtext>
31 <mtext>Sn</mtext>
38 <mtext>Sd</mtext>
45 <mtext>Sn</mtext>
Dspecial_functions_blurb7.mml3 <mtext>tanh</mtext>
14 <mtext>sinh</mtext>
22 <mtext>cosh</mtext>
Dbeta7.mml3 <mtext>if</mtext>
10 <mtext>then:</mtext>
13 <mtext>beta</mtext>
Dhazard.mml3 <mtext>hazard</mtext>
23 <mtext>pdf</mtext>
33 <mtext>cdf</mtext>
Dnc_chi_squ_ref7.mml6 <mtext>mean</mtext>
19 <mtext>variance</mtext>
38 <mtext>skewness</mtext>
Derf2.mml3 <mtext>erfc</mtext>
14 <mtext>erf</mtext>
Dbeta4.mml3 <mtext>beta</mtext>
22 <mtext>beta</mtext>
Dbeta5.mml3 <mtext>beta</mtext>
36 <mtext>beta</mtext>
Dibeta3.mml3 <mtext>ibeta</mtext>
33 <mtext>beta</mtext>
Digamma13.mml36 <mtext>log1pmx</mtext>
85 <mtext>log1pmx</mtext>
Dellint17.mml132 <mtext>with:</mtext>
138 <mtext>and:</mtext>
Dlgamm1.mml3 <mtext>lgamma</mtext>
Dgamma_ratio0.mml3 <mtext>tgamma_ratio(a,b)</mtext>
Dspecial_functions_blurb18.mml3 <mtext>acosh</mtext>
Dspecial_functions_blurb17.mml3 <mtext>asinh</mtext>
Dhypot.mml3 <mtext>hypot</mtext>
Dexpint_i_4.mml3 <mtext>Ei</mtext>
/third_party/parse5/test/data/parser-feedback/
Dtests12.test4 …"description": "<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><de…
5 …"input": "<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>…
35 "mtext",
53 "mtext"
174 …"description": "<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc>…
175 …"input": "<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>egg…
200 "mtext",
218 "mtext"
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv01.c19 char mtext[MSGSIZE]; member
37 if (strcmp(rcv_buf.mtext, snd_buf.mtext) == 0) in verify_msgrcv()
39 rcv_buf.mtext, snd_buf.mtext); in verify_msgrcv()
42 rcv_buf.mtext, snd_buf.mtext); in verify_msgrcv()
Dmsgrcv08.c37 char mtext[16]; member
43 SAFE_MSGSND(queue_id, &snd_buf, sizeof(snd_buf.mtext), IPC_NOWAIT); in verify_msgrcv()
45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
55 if ((size_t)TST_RET != sizeof(snd_buf.mtext)) { in verify_msgrcv()
56 tst_res(TFAIL, "received %zi, expected %zu", (size_t)TST_RET, sizeof(snd_buf.mtext)); in verify_msgrcv()
Dmsgrcv07.c44 char mtext[MSGSIZE]; member
70 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_except()
97 if (strncmp(rcv_buf.mtext, MSG1, msg_len) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_noerror()
136 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_copy()
150 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) in test_msg_copy()
180 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_zero_msgtyp()
202 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) { in test_positive_msgtyp()
227 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) { in test_negative_msgtyp()
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dmesgq_nstest.c48 char mtext[80]; /* text of the message */ member
62 n, msg.mtype, n, msg.mtext); in mesgq_read()
136 strcpy(msg.mtext, "Message of type 5!"); in main()
137 n = msgsnd(id, &msg, strlen(msg.mtext), 0); in main()
Dmsg_comm.c47 char mtext[MSGSIZE]; member
76 m.mtext[0] = 'A'; in chld1_msg()
118 m.mtext[0] = 'B'; in chld2_msg()

1234